ciena.mcp.nsi_api_v2_0_fres_by_freid_bookingdata_by_bookingdatakey (1.0.4) — module

Handle resource of type nsi_api_v2_0_fres_by_freid_bookingdata_by_bookingdatakey

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


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

bookingDataKey:
    description:
    - bookingData attribute name (and allowable values):<ul><li>assignedBandwidth (positive
      number)<li>assignedBandwidthUnit (mpbs, kbps, or gbps)<li>bandwidthLockout (true,
      false)<li>bookingFactor (positive number to one decimal place, like 1.0)</ul>
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str

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