ciena.mcp.sub_domains_by_subdomainid (1.0.4) — module

Handle resource of type sub_domains_by_subdomainid

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


Requirements

Inputs

    
id:
    description:
    - Unique ID of the sub-domain
    - Used by I(state=['patch', 'put'])
    type: str

name:
    description:
    - Name of the sub-domain
    - Used by I(state=['patch', 'put'])
    type: str

scope:
    description:
    - Scope of the sub-domain
    - Used by I(state=['patch', 'put'])
    type: str

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

domainId:
    description:
    - ID of the domain this sub-domain belongs to
    - Used by I(state=['patch', 'put'])
    type: str

parentId:
    description:
    - The ID of the container sub-domain, if applicable
    - Used by I(state=['patch', 'put'])
    type: str

isDefault:
    description:
    - Whether this sub-domain is its domain's default sub-domain
    - Used by I(state=['patch', 'put'])
    type: bool

assignable:
    description:
    - Whether the sub-domain can be re-assigned
    - Used by I(state=['patch', 'put'])
    type: bool

description:
    description:
    - Description of the sub-domain
    - Used by I(state=['patch', 'put'])
    type: str

subDomainId:
    description:
    - Identifier of the subdomain to update
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

decomposable:
    description:
    - Whether the sub-domain can be decomposed
    - Used by I(state=['patch', 'put'])
    type: bool

ownerTenantId:
    description:
    - The ID of the owner tenant
    - Used by I(state=['patch', 'put'])
    type: str

applicationSlices:
    description:
    - Set of application slices this sub-domain is in
    - Used by I(state=['patch', 'put'])
    type: list

extendedApplicationSlices:
    description:
    - Set of application slices for which this sub-domain acts as an extended sub-domain
    - Used by I(state=['patch', 'put'])
    type: list