ConsistencyGroupProjection#

class ConsistencyGroupProjection(name=None, owner_ext_id=None, members=None, cluster_ext_id=None, protection_policy_ext_id=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ConsistencyGroup

Parameters:
  • name (required max=256 chars) – (name) Name of the consistency group.

  • owner_ext_id – (owner_ext_id) The external identifier of the user who created this consistency group. This is a read-only field that is inserted into the consistency group entity at the time of the consistency group creation.

  • members (required) – (members)

  • cluster_ext_id – (cluster_ext_id) The external identifier of the cluster to which the entities in the consistency group are associated.

  • protection_policy_ext_id – (protection_policy_ext_id) The external identifier of the protection policy that protects the consistency group.

  • ext_id – (ext_id) A globally unique identifier of an instance that is suitable for external consumption.

  • links – (links) A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.

  • tenant_id – (tenant_id) A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model