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

async idem_vra.states.vra.pipeline.executions.describe(hub, ctx)[source]#
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

async present(hub, ctx, name: str, **kwargs)[source]#
async absent(hub, ctx, name: str, **kwargs)[source]#
async describe(hub, ctx)[source]#
async paginate_find(hub, ctx, **kwargs)[source]#

Paginate through all resources using their ‘find’ method.

is_pending(hub, ret: dict, state: str = None, **pending_kwargs)[source]#

State reconciliation

async remap_resource_structure(hub, ctx, obj: dict) dict[source]#
class idem_vra.states.vra.pipeline.executions.ExecutionsStateImpl(hub, ctx)[source]#

Bases: ExecutionsState

async describe(hub, ctx)[source]#