ciena.mcp.application_slices_by_applicationsliceid (1.0.4) — module

Handle resource of type application_slices_by_applicationsliceid

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


Requirements

Inputs

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

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

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

parentId:
    description:
    - The id of the parent application slice
    - Used by I(state=['patch', 'put'])
    type: str

isDefault:
    description:
    - Whether the application slice is the default slice of the owner tenant
    - Used by I(state=['patch', 'put'])
    type: bool

extendable:
    description:
    - Whether the application slice is extendable
    - Used by I(state=['patch', 'put'])
    type: bool

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

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

holderTenantId:
    description:
    - The id of the tenant holding the slice
    - Used by I(state=['patch', 'put'])
    type: str

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