ibmcloud.ansible_collection.ibm_resource_quota_info (1.2.2) — module

Retrieve IBM Cloud 'ibm_resource_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_resource_quota' resource


Requirements

Inputs

    
name:
    description:
    - Resource quota name, for example Trial Quota
    required: true
    type: str

type:
    description:
    - Type of the quota.
    required: false
    type: str

max_apps:
    description:
    - Defines the total app limit.
    required: false
    type: int

vsi_limit:
    description:
    - Defines the VSI limit.
    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

total_app_memory:
    description:
    - Defines the total memory for app.
    required: false
    type: str

max_instances_per_app:
    description:
    - Defines the total instances limit per app.
    required: false
    type: int

max_service_instances:
    description:
    - Defines the total service instances limit.
    required: false
    type: int

max_app_instance_memory:
    description:
    - Defines the total memory of app instance.
    required: false
    type: str