ciena.mcp.nsi_api_v2_0_fres_by_freid_userdata_by_userdatakey (1.0.4) — module

Handle resource of type nsi_api_v2_0_fres_by_freid_userdata_by_userdatakey

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


Requirements

Inputs

    
freId:
    description:
    - FRE identifier
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str

state:
    choices:
    - delete
    - put
    description: []
    type: str

userDataKey:
    description:
    - userData attribute name to delete
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str

userDataValue:
    description:
    - The desired userData value
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str