Class BackupPlanDetails (0.5.18)

BackupPlanDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains metadata about the backup plan/backup.

Attributes

Name Description
protected_pod_count int
Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
state google.cloud.gke_backup_v1.types.BackupPlanBinding.BackupPlanDetails.State
Output only. State of the BackupPlan.
last_successful_backup_time google.protobuf.timestamp_pb2.Timestamp
Output only. Completion time of the last successful Backup. This is sourced from a successful Backup's complete_time field.
next_scheduled_backup_time google.protobuf.timestamp_pb2.Timestamp
Output only. Start time of next scheduled backup under this BackupPlan by either cron_schedule or rpo config. This is sourced from BackupPlan.
rpo_risk_level int
Output only. A number that represents the current risk level of this BackupPlan from RPO perspective with 1 being no risk and 5 being highest risk.
last_successful_backup str
Output only. The fully qualified name of the last successful Backup created under this BackupPlan. projects/*/locations/*/backupPlans/*/backups/*

Classes

State

State(value)