pipelines#
- async idem_vra.states.vra.pipeline.pipelines.present(hub, ctx, name: str, **kwargs)[source]#
- Parameters:
name (string) – (required in body) A human-friendly name used as an identifier in APIs that support this option
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Authorization (string) – (optional in header) Bearer token
_inputMeta (object) – (optional in body) Additional information about Input Properties
concurrency (integer) – (optional in body) Number of Executions of the Pipeline that can run concurrently.
description (string) – (optional in body) A human-friendly description.
enabled (boolean) – (optional in body) Indicates if the Pipeline is in enabled state.
global (boolean) – (optional in body) Indicates if the pipeline is shared with all projects in an Org.
icon (string) – (optional in body) String description of the icon used for this Pipeline.
input (object) – (optional in body) Map representing the Input properties for the Pipeline.
notifications (Any) – (optional in body)
options (array) – (optional in body) Represents the different options to trigger a Pipeline. Selecting an option auto injects the Input properties needed to execute a Pipeline with that trigger.
output (object) – (optional in body) Map representing the Output properties for the Pipeline.
project (string) – (optional in body) The project this entity belongs to.
rollbacks (array) – (optional in body) Represents the various Rollback Configurations for the Pipeline
stageOrder (array) – (optional in body) Represents the order in which Stages will be executed.
stages (object) – (optional in body) Map representing the details of the various Stages of the Pipeline.
starred (Any) – (optional in body)
state (string) – (optional in body) Indicates if the Pipeline is enabled/disabled/released to catalog.
tags (array) – (optional in body) A set of tag keys and optional values that were set on on the resource.
workspace (Any) – (optional in body)
- async idem_vra.states.vra.pipeline.pipelines.absent(hub, ctx, name: str, **kwargs)[source]#
- Parameters:
p_id (string) – (required in path) The ID of the Pipeline
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Authorization (string) – (optional in header) Bearer token
- idem_vra.states.vra.pipeline.pipelines.is_pending(hub, ret: dict, state: str = None, **pending_kwargs)[source]#