ciena.mcp.tag_keys_by_tagkey_tag_values_by_tagvalue (1.0.4) — module

Handle resource of type tag_keys_by_tagkey_tag_values_by_tagvalue

| "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 tag_keys_by_tagkey_tag_values_by_tagvalue


Requirements

Inputs

    
key:
    description:
    - Tag key
    - Used by I(state=['patch', 'put'])
    type: str

state:
    choices:
    - delete
    - get
    - head
    - patch
    - put
    description: []
    type: str

value:
    description:
    - Tag value
    - Used by I(state=['patch', 'put'])
    type: str

tagKey:
    description:
    - Tag key whose tag value is being requested
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

tagValue:
    description:
    - Tag value being updated
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

description:
    description:
    - Description of the meaning of a tag value
    - Used by I(state=['patch', 'put'])
    type: str