PEInfo#
- class PEInfo(pe_cluster_id=None, pe_name=None, last_sync_timestamp=None, is_backup_paused=None, pause_backup_message=None, *args, **kwargs)#
Bases:
object
Model to contain the information of the replica PE. It contains information like PE clusterUuid, PE name, and lastSyncTimestamp.
- Parameters:
pe_cluster_id – (
pe_cluster_id
) PE cluster uuid. A unique id corresponding to the cluster.pe_name – (
pe_name
) A human redable name of the PE cluster.last_sync_timestamp – (
last_sync_timestamp
) The last sync time signifies the time at which the backup was last synced to PE. This time will be updated every 30min.is_backup_paused – (
is_backup_paused
) Tells whether the backup is paused on the given PE or not.pause_backup_message – (
pause_backup_message
) Tells the reason why the backup might be paused. Will be empty if isBackupPaused field is false.
- property is_backup_paused#
Tells whether the backup is paused on the given PE or not.
- Type:
bool
- property last_sync_timestamp#
The last sync time signifies the time at which the backup was last synced to PE. This time will be updated every 30min.
- Type:
int
- property pause_backup_message#
Tells the reason why the backup might be paused. Will be empty if isBackupPaused field is false.
- Type:
str
- property pe_cluster_id#
PE cluster uuid. A unique id corresponding to the cluster.
- Type:
str
- property pe_name#
A human redable name of the PE cluster.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model