ciena.mdso.application_slices (1.1.6) — module

Handle resource of type application_slices

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


Requirements

Inputs

    
p:
    description:
    - Optional query parameter to define a partial string match filter using property:value
      syntax
    - Used by I(state=['get', 'head'])
    type: str

q:
    description:
    - Optional query parameter to define a query filter using property:value syntax
    - Used by I(state=['get', 'head'])
    type: str

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

limit:
    description:
    - The maximum number of elements to return in a single paged request
    - Used by I(state=['get', 'head'])
    type: int

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

offset:
    description:
    - Requested offset within the total result set to be the first element in the paged
      response
    - Used by I(state=['get', 'head'])
    type: int

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

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

pageToken:
    description:
    - String pagination token returned from a previous query that encodes query information
      in order to optimize a
    - subsequent request for a page of results. The token includes the limit and offset
      parameters for the next page, but one or
    - both can be included to override the encoded values
    - Used by I(state=['get', 'head'])
    type: str

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

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

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

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

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

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