ciena.mdso.resources_count (1.1.6) — module

Handle resource of type resources_count

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

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mdso:==1.1.6


Add to requirements.yml

  collections:
    - name: ciena.mdso
      version: 1.1.6

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