ciena.mdso.tag_keys_by_tagkey (1.1.6) — module

Handle resource of type tag_keys_by_tagkey

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