Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstantSnapshot.
Represents a InstantSnapshot resource.
You can use instant snapshots to create disk rollback points quickly..
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#architecture
def architecture() -> ::String- (::String) — Output only. [Output Only] The architecture of the instant snapshot. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.
#architecture=
def architecture=(value) -> ::String- value (::String) — Output only. [Output Only] The architecture of the instant snapshot. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.
- (::String) — Output only. [Output Only] The architecture of the instant snapshot. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.
#creation_timestamp
def creation_timestamp() -> ::String- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#creation_timestamp=
def creation_timestamp=(value) -> ::String- value (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
- (::String) — Output only. [Output Only] Creation timestamp inRFC3339 text format.
#description
def description() -> ::String- (::String) — An optional description of this resource. Provide this property when you create the resource.
#description=
def description=(value) -> ::String- value (::String) — An optional description of this resource. Provide this property when you create the resource.
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#disk_size_gb
def disk_size_gb() -> ::Integer- (::Integer) — Output only. [Output Only] Size of the source disk, specified in GB.
#disk_size_gb=
def disk_size_gb=(value) -> ::Integer- value (::Integer) — Output only. [Output Only] Size of the source disk, specified in GB.
- (::Integer) — Output only. [Output Only] Size of the source disk, specified in GB.
#id
def id() -> ::Integer- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#id=
def id=(value) -> ::Integer- value (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
- (::Integer) — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#kind
def kind() -> ::String- (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshot for InstantSnapshot resources.
#kind=
def kind=(value) -> ::String- value (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshot for InstantSnapshot resources.
- (::String) — Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshot for InstantSnapshot resources.
#label_fingerprint
def label_fingerprint() -> ::String-
(::String) — A fingerprint for the labels being applied to this InstantSnapshot, 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 error412 conditionNotMet.
To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
#label_fingerprint=
def label_fingerprint=(value) -> ::String-
value (::String) — A fingerprint for the labels being applied to this InstantSnapshot, 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 error412 conditionNotMet.
To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
-
(::String) — A fingerprint for the labels being applied to this InstantSnapshot, 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 error412 conditionNotMet.
To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}- (::Google::Protobuf::Map{::String => ::String}) — Labels to apply to this InstantSnapshot. These can be later modified by the setLabels method. Label values may be empty.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}- value (::Google::Protobuf::Map{::String => ::String}) — Labels to apply to this InstantSnapshot. These can be later modified by the setLabels method. Label values may be empty.
- (::Google::Protobuf::Map{::String => ::String}) — Labels to apply to this InstantSnapshot. These can be later modified by the setLabels method. Label values may be empty.
#name
def name() -> ::String-
(::String) — Name of the resource; provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression
[a-z]([-a-z0-9]*[a-z0-9])?which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
#name=
def name=(value) -> ::String-
value (::String) — Name of the resource; provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression
[a-z]([-a-z0-9]*[a-z0-9])?which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
-
(::String) — Name of the resource; provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression
[a-z]([-a-z0-9]*[a-z0-9])?which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
#params
def params() -> ::Google::Cloud::Compute::V1::InstantSnapshotParams- (::Google::Cloud::Compute::V1::InstantSnapshotParams) — Input only. Additional params passed with the request, but not persisted as part of resource payload.
#params=
def params=(value) -> ::Google::Cloud::Compute::V1::InstantSnapshotParams- value (::Google::Cloud::Compute::V1::InstantSnapshotParams) — Input only. Additional params passed with the request, but not persisted as part of resource payload.
- (::Google::Cloud::Compute::V1::InstantSnapshotParams) — Input only. Additional params passed with the request, but not persisted as part of resource payload.
#region
def region() -> ::String- (::String) — Output only. [Output Only] URL of the region where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
#region=
def region=(value) -> ::String- value (::String) — Output only. [Output Only] URL of the region where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
- (::String) — Output only. [Output Only] URL of the region where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
#resource_status
def resource_status() -> ::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus- (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — Output only. [Output Only] Status information for the instant snapshot resource.
#resource_status=
def resource_status=(value) -> ::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus- value (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — Output only. [Output Only] Status information for the instant snapshot resource.
- (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — Output only. [Output Only] Status information for the instant snapshot resource.
#satisfies_pzi
def satisfies_pzi() -> ::Boolean- (::Boolean) — Output only. Reserved for future use.
#satisfies_pzi=
def satisfies_pzi=(value) -> ::Boolean- value (::Boolean) — Output only. Reserved for future use.
- (::Boolean) — Output only. Reserved for future use.
#satisfies_pzs
def satisfies_pzs() -> ::Boolean- (::Boolean) — Output only. [Output Only] Reserved for future use.
#satisfies_pzs=
def satisfies_pzs=(value) -> ::Boolean- value (::Boolean) — Output only. [Output Only] Reserved for future use.
- (::Boolean) — Output only. [Output Only] Reserved for future use.
#self_link
def self_link() -> ::String- (::String) — Output only. [Output Only] Server-defined URL for the resource.
#self_link=
def self_link=(value) -> ::String- value (::String) — Output only. [Output Only] Server-defined URL for the resource.
- (::String) — Output only. [Output Only] Server-defined URL for the resource.
#self_link_with_id
def self_link_with_id() -> ::String- (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
#self_link_with_id=
def self_link_with_id=(value) -> ::String- value (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
- (::String) — Output only. [Output Only] Server-defined URL for this resource's resource id.
#source_disk
def source_disk() -> ::String-
(::String) —
URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values:
- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
#source_disk=
def source_disk=(value) -> ::String-
value (::String) —
URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values:
- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
-
(::String) —
URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values:
- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region/disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
#source_disk_id
def source_disk_id() -> ::String- (::String) — Output only. [Output Only] The ID value of the disk used to create this InstantSnapshot. This value may be used to determine whether the InstantSnapshot was taken from the current or a previous instance of a given disk name.
#source_disk_id=
def source_disk_id=(value) -> ::String- value (::String) — Output only. [Output Only] The ID value of the disk used to create this InstantSnapshot. This value may be used to determine whether the InstantSnapshot was taken from the current or a previous instance of a given disk name.
- (::String) — Output only. [Output Only] The ID value of the disk used to create this InstantSnapshot. This value may be used to determine whether the InstantSnapshot was taken from the current or a previous instance of a given disk name.
#status
def status() -> ::String- (::String) — Output only. [Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY. Check the Status enum for the list of possible values.
#status=
def status=(value) -> ::String- value (::String) — Output only. [Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY. Check the Status enum for the list of possible values.
- (::String) — Output only. [Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY. Check the Status enum for the list of possible values.
#zone
def zone() -> ::String- (::String) — Output only. [Output Only] URL of the zone where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
#zone=
def zone=(value) -> ::String- value (::String) — Output only. [Output Only] URL of the zone where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
- (::String) — Output only. [Output Only] URL of the zone where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.