ciena.mcp.commissioning_api_v1_policy (1.0.4) — module

Handle resource of type commissioning_api_v1_policy

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


Requirements

Inputs

    
id:
    description:
    - Id of the policy
    - Required with I(state=['delete', 'get', 'put'])
    - Used by I(state=['delete', 'get', 'put'])
    type: str

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

policyId:
    description:
    - Id of policy
    - Used by I(state=['post', 'put'])
    type: str

policyName:
    description:
    - Name of policy
    - Required with I(state=['post', 'put'])
    - Used by I(state=['post', 'put'])
    type: str

policyType:
    description:
    - Type of policy
    - Required with I(state=['post', 'put'])
    - Used by I(state=['post', 'put'])
    type: str

description:
    description:
    - Description of policy
    - Used by I(state=['post', 'put'])
    type: str

customerName:
    description:
    - Customer notes
    - Used by I(state=['post', 'put'])
    type: str