BackupTargets#
- class BackupTargets(cluster_uuid_list=None, object_store_endpoint_list=None, *args, **kwargs)#
Bases:
object
List of pe cluster uuid or object store endpoints which needs to be provided while making a post request, to add a PE or object store as a backup for the PC data.
- Parameters:
cluster_uuid_list – (
cluster_uuid_list
) List of PE cluster uuid.object_store_endpoint_list – (
object_store_endpoint_list
)
- property cluster_uuid_list#
List of PE cluster uuid.
- Type:
list[
str
]
- property object_store_endpoint_list#
- Type:
list[
PcObjectStoreEndpoint
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model