ciena.mcp.nsi_api_physicallocations_by_id_expectations (1.0.4) — module

Handle resource of type nsi_api_physicallocations_by_id_expectations

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


Requirements

Inputs

    
id:
    description:
    - Identifier of the physical location under which to create the expectation
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: str

type:
    description:
    - The physical location expectation type
    - Used by I(state=['post'])
    type: str

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

attributes:
    description:
    - 'Validate attributes are:'
    - ' - C(additionalAttributes) (dict): Various miscellaneous attributes that do not
      necessarily belong in the parent resource. Attributes are populated dynamically
      and therefore cannot be documented here.'
    - ' - C(geoLocation) (dict): The geography location of the device'
    - ' - C(intentId) (str): The intent id of the physical expectation location'
    - ' - C(name) (str): Name of the physical location.'
    - Used by I(state=['post'])
    type: dict