ciena.mcp.tag_keys_by_tagkey (1.0.4) — module

Handle resource of type tag_keys_by_tagkey

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


Requirements

Inputs

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

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

tagKey:
    description:
    - ' Requested tag key'
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

autoIndexed:
    description:
    - Are tag value for this key auto-indexed?
    - Used by I(state=['patch', 'put'])
    type: bool

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