ciena.mcp.resources_validate (1.0.4) — module

Handle resource of type resources_validate

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


Requirements

Inputs

    
full:
    description:
    - Whether the request body represents a full resource
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: bool

tags:
    description:
    - Tags
    - Used by I(state=['post'])
    type: dict

label:
    description:
    - Textual label
    - Used by I(state=['post'])
    type: str

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

custom:
    description:
    - Whether to perform custom validation in addition to built-in schema and accessor
      validations
    - Used by I(state=['post'])
    type: bool

reason:
    description:
    - Reason for the orchestration state
    - Used by I(state=['post'])
    type: str

shared:
    description:
    - Is resource shared?
    - Used by I(state=['post'])
    type: bool

orderId:
    description:
    - If applicable, the order containing this resource
    - Used by I(state=['post'])
    type: str

autoClean:
    description:
    - Free up any resources automatically upon any activation failure
    - Used by I(state=['post'])
    type: bool

orchState:
    description:
    - Current state of the resource in the orchestrator
    - Used by I(state=['post'])
    type: str

productId:
    description:
    - The type of product for this resource
    - Used by I(state=['post'])
    type: str

discovered:
    description:
    - Is this resource discovered
    - Used by I(state=['post'])
    type: bool

properties:
    description:
    - Properties
    - 'Validate attributes are:'
    - ' - C(obj) (list): '
    - Used by I(state=['post'])
    type: dict

description:
    description:
    - Detailed description of this resource
    - Used by I(state=['post'])
    type: str

nativeState:
    description:
    - Native (type specific) state
    - Used by I(state=['post'])
    type: str

subDomainId:
    description:
    - Sub-domain ID
    - Used by I(state=['post'])
    type: str

providerData:
    description:
    - Provider custom data
    - 'Validate attributes are:'
    - ' - C(obj) (list): '
    - Used by I(state=['post'])
    type: dict

desiredOrchState:
    description:
    - Desired orchestration state
    - Used by I(state=['post'])
    type: str

providerResourceId:
    description:
    - Identifier of the resource in provider's context
    - Used by I(state=['post'])
    type: str

sharingPermissionId:
    description:
    - The sharing permission of the resource
    - Used by I(state=['post'])
    type: str