ciena.mdso.application_slices_by_applicationsliceid (1.1.6) — module

Handle resource of type application_slices_by_applicationsliceid

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

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

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 requested application slice
    - Required with I(state=['delete', 'get', 'head', 'patch', 'put'])
    - Used by I(state=['delete', 'get', 'head', 'patch', 'put'])
    type: str

requiredAppSlicesIds:
    description:
    - Application slices this slice depends on
    - Used by I(state=['patch', 'put'])
    type: list