ciena.mcp.resources_count (1.0.4) — module

Handle resource of type resources_count

| "added in version" 1.0.0 of ciena.mcp"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mcp:==1.0.4


Add to requirements.yml

  collections:
    - name: ciena.mcp
      version: 1.0.4

Description

Handle resource of type resources_count


Requirements

Inputs

    
limit:
    description:
    - Optional parameter indicating maximum number to count. If the actual number is greater
      than the specified limit, the result will be shown as bounded.
    - Used by I(state=['get', 'head'])
    type: int

state:
    choices:
    - get
    - head
    description: []
    type: str

domainId:
    description:
    - Identifier of the domain whose resources should be counted
    - Used by I(state=['get', 'head'])
    type: str

productId:
    description:
    - Identifier of the product whose resources should be counted
    - Used by I(state=['get', 'head'])
    type: str

exactTypeId:
    description:
    - Identifier of the exact resource type whose resources should be counted. This can
      only be specified by master tenant.
    - Used by I(state=['get', 'head'])
    type: str