Resource: BackupPlanRevision
BackupPlanRevision
represents a snapshot of a BackupPlan
at a point in time.
JSON representation |
---|
{ "name": string, "revisionId": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of the Format: |
revisionId |
Output only. The user friendly revision ID of the Example: v0, v1, v2, etc. |
state |
Output only. Resource State |
backupPlanSnapshot |
The Backup Plan being encompassed by this revision. |
createTime |
Output only. The timestamp that the revision was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
State
The state of the BackupPlanRevision
.
Enums | |
---|---|
STATE_UNSPECIFIED |
State not set. |
CREATING |
The resource is being created. |
ACTIVE |
The resource has been created and is fully usable. |
DELETING |
The resource is being deleted. |
INACTIVE |
The resource has been created but is not usable. |
Methods |
|
---|---|
|
Gets details of a single BackupPlanRevision. |
|
Lists BackupPlanRevisions in a given project and location. |