Resource: RecoverableSnapshot
Represents a RecoverableSnapshot resource.
A RecoverableSnapshot represents a snapshot in recycle bin.
| JSON representation |
|---|
{ "kind": string, "id": string, "name": string, "description": string, "creationTimestamp": string, "purgeTimestamp": string, "status": enum ( |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always |
id |
Output only. The unique identifier for the resource. This identifier is defined by the server. |
name |
Output only. Identifier. Name of the recoverable snapshot generated on the deletion of the snapshot. The name will be 1-63 characters long, and comply with RFC1035. Specifically, the name will be 1-63 characters long and match the regular expression |
description |
Optional. An optional description of this resource. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
purgeTimestamp |
Output only. Purge timestamp of recoverable snapshot in RFC3339 text format. |
status |
Output only. Status of the recoverable snapshot. |
originalResource |
Output only. Output Only] The original snapshot resource. |
satisfiesPzs |
Output only. Reserved for future use. |
satisfiesPzi |
Output only. Reserved for future use. |
selfLink |
Output only. Server-defined URL for the resource. |
selfLinkWithId |
Output only. Server-defined URL for this resource's resource id. |
Status
| Enums | |
|---|---|
UNKNOWN |
|
CREATING |
Recoverable Snapshot creation is in progress. |
FAILED |
Recoverable Snapshot creation failed. |
READY |
Recoverable Snapshot has been created successfully. |
DELETING |
Recovered Snapshot is currently being deleted. |
RECOVERING |
Recoverable Snapshot is currently being recovered. |
OriginalSnapshot
| JSON representation |
|---|
{ "deletionTimestamp": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "sourceDisk": string, "sourceDiskId": string, "diskSizeGb": string, "storageBytes": string, "storageBytesStatus": enum ( |
| Fields | |
|---|---|
deletionTimestamp |
Output only. Deletion timestamp of snapshot in RFC3339 text format. |
id |
Output only. The unique identifier for the original snapshot. This identifier is defined by the server. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
name |
Name of the original snapshot provided by the client. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. |
sourceDisk |
The source disk used to create this snapshot. |
sourceDiskId |
Output only. The ID value of the disk used to create this snapshot |
diskSizeGb |
Output only. Size of the source disk, specified in GB. |
storageBytes |
Output only. A size of the storage used by the snapshot. |
storageBytesStatus |
Output only. [Deprecated] Instead, check the |
licenses[] |
Output only. A list of public visible licenses that apply to this snapshot. |
snapshotEncryptionKey |
Encrypts the snapshot using a customer-supplied encryption key. After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request. Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later. |
sourceDiskEncryptionKey |
The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key. |
selfLink |
Output only. Server-defined URL for the resource. |
selfLinkWithId |
Output only. Server-defined URL for this resource's resource id. |
labels |
Labels to apply to this snapshot. These can be later modified by the |
labelFingerprint |
A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error To see the latest fingerprint, make a A base64-encoded string. |
licenseCodes[] |
Output only. Integer license codes indicating which licenses are attached to this snapshot. |
storageLocations[] |
Cloud Storage bucket storage location of the snapshot (regional or multi-regional). |
autoCreated |
Output only. Set to true if snapshots are automatically created by applying resource policy on the target disk. |
guestOsFeatures[] |
Output only. A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. |
downloadBytes |
Output only. Number of bytes downloaded to restore a snapshot to a disk. |
chainName |
Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value. |
satisfiesPzs |
Output only. Reserved for future use. |
sourceSnapshotSchedulePolicy |
Output only. URL of the resource policy which created this scheduled snapshot. |
sourceSnapshotSchedulePolicyId |
Output only. ID of the resource policy which created this scheduled snapshot. |
sourceInstantSnapshot |
The source instant snapshot used to create this snapshot. |
sourceInstantSnapshotId |
Output only. The unique ID of the instant snapshot used to create this snapshot. This value identifies the exact instant snapshot that was used to create this persistent disk. For example, if you created the persistent disk from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact instant snapshot that was used. |
architecture |
Output only. The architecture of the snapshot. Valid values are ARM64 or X86_64. |
snapshotType |
Indicates the type of the snapshot. |
creationSizeBytes |
Output only. Size in bytes of the snapshot at creation time. |
maxRetentionDays |
Number of days the snapshot should be retained before being deleted automatically. |
enableConfidentialCompute |
Output only. Whether this snapshot is created from a confidential compute mode disk. Output only.: This field is not set by user, but from source disk. |
sourceDiskForRecoveryCheckpoint |
The source disk whose recovery checkpoint will be used to create this snapshot. |
sourceInstantSnapshotEncryptionKey |
Customer provided encryption key when creating Snapshot from Instant Snapshot. |
region |
Output only. URL of the region where the snapshot resides. Only applicable for regional snapshots. |
satisfiesPzi |
Output only. Reserved for future use. |
snapshotGroupName |
Output only. The snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted. |
snapshotGroupId |
Output only. The unique ID of the snapshot group that this snapshot belongs to. The usage of snapshot group feature is restricted. |
StorageBytesStatus
| Enums | |
|---|---|
UP_TO_DATE |
|
UPDATING |
|
SnapshotType
| Enums | |
|---|---|
STANDARD |
|
ARCHIVE |
|
Methods |
|
|---|---|
|
The method compute.beta.RecoverableSnapshotsService.Delete is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.Get is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.GetPolicy is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.List is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.Recover is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.SetPolicy is not available in Cloud de Confiance by S3NS. |
|
The method compute.beta.RecoverableSnapshotsService.TestPermissions is not available in Cloud de Confiance by S3NS. |