dockerevents#

async idem_vra.states.vra.pipeline.dockerevents.present(hub, ctx, name: str, **kwargs)[source]#
Parameters:

name (string) – (required) name of the resource

async idem_vra.states.vra.pipeline.dockerevents.absent(hub, ctx, name: str, **kwargs)[source]#
Parameters:

name (string) – (required) name of the resource

async idem_vra.states.vra.pipeline.dockerevents.describe(hub, ctx)[source]#
idem_vra.states.vra.pipeline.dockerevents.is_pending(hub, ret: dict, state: str = None, **pending_kwargs)[source]#
class idem_vra.states.vra.pipeline.dockerevents.DockereventsState(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.dockerevents.DockereventsStateImpl(hub, ctx)[source]#

Bases: DockereventsState

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