ciena.mcp.nsi_api_networkconstructs_by_id_expectations_by_networkconstructexpectationid_by_attributename (1.0.4) — module

Handle resource of type nsi_api_networkconstructs_by_id_expectations_by_networkconstructexpectationid_by_attributename

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


Requirements

Inputs

    
id:
    description:
    - Identifier of the Network Construct whose expectation attribute is to be updated
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str

body:
    description:
    - The desired new value
    - Used by I(state=['put'])
    type: str

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

attributeName:
    description:
    - Name of attribute to update
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str

networkConstructExpectationId:
    description:
    - Identifier of the expectation whose attribute is to be updated
    - Required with I(state=['put'])
    - Used by I(state=['put'])
    type: str