ciena.mdso.domains_validate (1.1.6) — module

Handle resource of type domains_validate

| "added in version" 1.0.0 of ciena.mdso"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mdso:==1.1.6


Add to requirements.yml

  collections:
    - name: ciena.mdso
      version: 1.1.6

Description

Handle resource of type domains_validate


Requirements

Inputs

    
full:
    description:
    - Whether to perform a full validation request
    - Required with I(state=['post'])
    - Used by I(state=['post'])
    type: bool

rpId:
    description:
    - Resource provider managing this domain
    - Used by I(state=['post'])
    type: str

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

title:
    description:
    - Descriptive name/title of domain
    - Used by I(state=['post'])
    type: str

address:
    description:
    - Address of the domain
    - 'Validate attributes are:'
    - ' - C(city) (str): City'
    - ' - C(country) (str): Country'
    - ' - C(latitude) (number): Latitude'
    - ' - C(longitude) (number): Longitude'
    - ' - C(state) (str): State/province'
    - ' - C(street) (str): Street'
    - ' - C(zip) (str): Postal/zip code'
    - Used by I(state=['post'])
    type: dict

tenantId:
    description:
    - Orchestrator tenant ID for the domain owner (if unspecified defaults to requester)
    - Used by I(state=['post'])
    type: str

accessUrl:
    description:
    - Access URL to the domain
    - Used by I(state=['post'])
    type: str

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

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

operationMode:
    description:
    - Operation mode of this domain
    - Used by I(state=['post'])
    type: str

onlyEnableTypes:
    description:
    - When non-empty, only enable these resource types in the domain
    - Used by I(state=['post'])
    type: list