fabricimages#

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

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

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

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

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

Bases: FabricimagesState

async paginate_images(hub, ctx)[source]#

Paginate through all images.

async get_imagefabric(hub, ctx, id)[source]#
async describe(hub, ctx)[source]#