BackupPlanDetails class

Contains metadata about the backup plan/backup.

Constructors

BackupPlanDetails.new({BackupConfigDetails? backupConfigDetails, String? lastSuccessfulBackup, String? lastSuccessfulBackupTime, String? nextScheduledBackupTime, int? protectedPodCount, RetentionPolicyDetails? retentionPolicyDetails, int? rpoRiskLevel, String? state})
BackupPlanDetails.fromJson(Map json_)

Properties

backupConfigDetails BackupConfigDetails?
Contains details about the BackupConfig of Backups created via this BackupPlan.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastSuccessfulBackup String?
The fully qualified name of the last successful Backup created under this BackupPlan.
getter/setter pair
lastSuccessfulBackupTime String?
Completion time of the last successful Backup.
getter/setter pair
nextScheduledBackupTime String?
Start time of next scheduled backup under this BackupPlan by either cron_schedule or rpo config.
getter/setter pair
protectedPodCount int?
The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
getter/setter pair
retentionPolicyDetails RetentionPolicyDetails?
Contains details about the RetentionPolicy of Backups created via this BackupPlan.
getter/setter pair
rpoRiskLevel int?
A number that represents the current risk level of this BackupPlan from RPO perspective with 1 being no risk and 5 being highest risk.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the BackupPlan.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited