ibmcloud.ansible_collection.ibm_org_quota_info (1.2.2) — module

Retrieve IBM Cloud 'ibm_org_quota' resource

| "added in version" 2.8 of ibmcloud.ansible_collection"

Authors: Jay Carman (@jaywcarman)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ibmcloud.ansible_collection:==1.2.2


Add to requirements.yml

  collections:
    - name: ibmcloud.ansible_collection
      version: 1.2.2

Description

Retrieve an IBM Cloud 'ibm_org_quota' resource


Requirements

Inputs

    
name:
    description:
    - Org quota name, for example qIBM
    required: true
    type: str

memory_limit:
    description:
    - Defines the total memory limit for organization.
    required: false
    type: int

total_routes:
    description:
    - Defines the total route for organization.
    required: false
    type: int

total_services:
    description:
    - Defines the total services for organization.
    required: false
    type: int

app_tasks_limit:
    description:
    - Defines the total app task limit for organization.
    required: false
    type: int

ibmcloud_region:
    default: us-south
    description:
    - Denotes which IBM Cloud region to connect to
    required: false

ibmcloud_api_key:
    description:
    - The API Key used for authentification. This can also be provided via the environment
      variable 'IC_API_KEY'.
    required: true

trial_db_allowed:
    description:
    - Defines trial db are allowed for organization.
    required: false
    type: bool

app_instance_limit:
    description:
    - Defines the total app instance limit for organization.
    required: false
    type: int

total_service_keys:
    description:
    - Defines the total service keys for organization.
    required: false
    type: int

instance_memory_limit:
    description:
    - Defines the  total instance memory limit for organization.
    required: false
    type: int

total_private_domains:
    description:
    - Defines the total private domain limit for organization.v
    required: false
    type: int

non_basic_services_allowed:
    description:
    - Define non basic services are allowed for organization.
    required: false
    type: bool

total_reserved_route_ports:
    description:
    - Defines the number of reserved route ports for organization.
    required: false
    type: int