Class BackupPlanRevision (0.2.5)

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

BackupPlanRevision represents a snapshot of a BackupPlan at a point in time.

Attributes

Name Description
name str
Output only. Identifier. The resource name of the BackupPlanRevision. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}
revision_id str
Output only. The user friendly revision ID of the BackupPlanRevision. Example: v0, v1, v2, etc.
state google.cloud.backupdr_v1.types.BackupPlanRevision.State
Output only. Resource State
backup_plan_snapshot google.cloud.backupdr_v1.types.BackupPlan
The Backup Plan being encompassed by this revision.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp that the revision was created.

Classes

State

State(value)

The state of the BackupPlanRevision.