propertygroups#

async idem_vra.states.vra.blueprint.propertygroups.present(hub, ctx, name: str, **kwargs)[source]#
Parameters:
  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

  • createdAt (string) – (optional in body) Created time

  • createdBy (string) – (optional in body) Created by

  • description (string) – (optional in body) Property group description

  • displayName (string) – (optional in body) Property group display name

  • id (string) – (optional in body) Object ID

  • name (string) – (optional in body) Property group name

  • orgId (string) – (optional in body) Org ID

  • projectId (string) – (optional in body) Project ID

  • projectName (string) – (optional in body) Project Name

  • properties (object) – (optional in body) Properties

  • type (string) – (optional in body) Property group type

  • updatedAt (string) – (optional in body) Updated time

  • updatedBy (string) – (optional in body) Updated by

async idem_vra.states.vra.blueprint.propertygroups.absent(hub, ctx, name: str, **kwargs)[source]#
Parameters:
  • p_propertyGroupId (string) – (required in path) propertyGroupId

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

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