VolumeGroupRecoveryPoint#
- class VolumeGroupRecoveryPoint(consistency_group_ext_id=None, location_agnostic_id=None, volume_group_ext_id=None, volume_group_categories=None, disk_recovery_points=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
A model that represents volume group recovery point properties.
- Parameters:
consistency_group_ext_id – (
consistency_group_ext_id
) External identifier of the Consistency group which the entity was part of at the time of recovery point creation.location_agnostic_id – (
location_agnostic_id
) Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.volume_group_ext_id (required) – (
volume_group_ext_id
) Volume Group external identifier which is captured as part of this recovery point.volume_group_categories – (
volume_group_categories
) Category key-value pairs associated with the volume group at the time of recovery point creation. The category key and value are separated by ‘/’. For example, a category with key ‘dept’ and value ‘hr’ will be represented as ‘dept/hr’.disk_recovery_points – (
disk_recovery_points
)
- property consistency_group_ext_id#
External identifier of the Consistency group which the entity was part of at the time of recovery point creation.
- Type:
str
- property disk_recovery_points#
- Type:
list[
DiskRecoveryPoint
]
- property location_agnostic_id#
Location agnostic identifier of the recovery point. This identifier is used to identify the same instances of a recovery point across different sites.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property volume_group_categories#
Category key-value pairs associated with the volume group at the time of recovery point creation. The category key and value are separated by ‘/’. For example, a category with key ‘dept’ and value ‘hr’ will be represented as ‘dept/hr’.
- Type:
list[
str
]
- property volume_group_ext_id#
Volume Group external identifier which is captured as part of this recovery point.
- Type:
str