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