executions#
- async idem_vra.states.vra.pipeline.executions.present(hub, ctx, name: str, **kwargs)[source]#
- Parameters:
name (string) – (required) name of the resource
- async idem_vra.states.vra.pipeline.executions.absent(hub, ctx, name: str, **kwargs)[source]#
- Parameters:
name (string) – (required) name of the resource
- idem_vra.states.vra.pipeline.executions.is_pending(hub, ret: dict, state: str = None, **pending_kwargs)[source]#
- class idem_vra.states.vra.pipeline.executions.ExecutionsState(hub, ctx)[source]#
Bases:
object
- class idem_vra.states.vra.pipeline.executions.ExecutionsStateImpl(hub, ctx)[source]#
Bases:
ExecutionsState