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 Returns
- (::String) — [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 Parameter
- value (::String) — [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.
Returns
- (::String) — [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 Returns
- (::String) — [Output Only] Creation timestamp in RFC3339 text format.
#creation_timestamp=
def creation_timestamp=(value) -> ::String Parameter
- value (::String) — [Output Only] Creation timestamp in RFC3339 text format.
Returns
- (::String) — [Output Only] Creation timestamp in RFC3339 text format.
#description
def description() -> ::String Returns
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#description=
def description=(value) -> ::String Parameter
- value (::String) — An optional description of this resource. Provide this property when you create the resource.
Returns
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#disk_size_gb
def disk_size_gb() -> ::Integer Returns
- (::Integer) — [Output Only] Size of the source disk, specified in GB.
#disk_size_gb=
def disk_size_gb=(value) -> ::Integer Parameter
- value (::Integer) — [Output Only] Size of the source disk, specified in GB.
Returns
- (::Integer) — [Output Only] Size of the source disk, specified in GB.
#id
def id() -> ::Integer Returns
- (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#id=
def id=(value) -> ::Integer Parameter
- value (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Returns
- (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#kind
def kind() -> ::String Returns
- (::String) — [Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources.
#kind=
def kind=(value) -> ::String Parameter
- value (::String) — [Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources.
Returns
- (::String) — [Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources.
#label_fingerprint
def label_fingerprint() -> ::String Returns
- (::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 error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
#label_fingerprint=
def label_fingerprint=(value) -> ::String Parameter
- 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 error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
Returns
- (::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 error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String} Returns
- (::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} Parameter
- 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.
Returns
- (::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 Returns
- (::String) — Name of the resource; provided by the client when the resource is created. 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
[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 Parameter
- 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 with RFC1035. 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.
Returns
- (::String) — Name of the resource; provided by the client when the resource is created. 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
[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.
#region
def region() -> ::String Returns
- (::String) — [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 Parameter
- value (::String) — [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.
Returns
- (::String) — [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 Returns
- (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — [Output Only] Status information for the instant snapshot resource.
#resource_status=
def resource_status=(value) -> ::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus Parameter
- value (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — [Output Only] Status information for the instant snapshot resource.
Returns
- (::Google::Cloud::Compute::V1::InstantSnapshotResourceStatus) — [Output Only] Status information for the instant snapshot resource.
#satisfies_pzi
def satisfies_pzi() -> ::Boolean Returns
- (::Boolean) — Output only. Reserved for future use.
#satisfies_pzi=
def satisfies_pzi=(value) -> ::Boolean Parameter
- value (::Boolean) — Output only. Reserved for future use.
Returns
- (::Boolean) — Output only. Reserved for future use.
#satisfies_pzs
def satisfies_pzs() -> ::Boolean Returns
- (::Boolean) — [Output Only] Reserved for future use.
#satisfies_pzs=
def satisfies_pzs=(value) -> ::Boolean Parameter
- value (::Boolean) — [Output Only] Reserved for future use.
Returns
- (::Boolean) — [Output Only] Reserved for future use.
#self_link
def self_link() -> ::String Returns
- (::String) — [Output Only] Server-defined URL for the resource.
#self_link=
def self_link=(value) -> ::String Parameter
- value (::String) — [Output Only] Server-defined URL for the resource.
Returns
- (::String) — [Output Only] Server-defined URL for the resource.
#self_link_with_id
def self_link_with_id() -> ::String Returns
- (::String) — [Output Only] Server-defined URL for this resource's resource id.
#self_link_with_id=
def self_link_with_id=(value) -> ::String Parameter
- value (::String) — [Output Only] Server-defined URL for this resource's resource id.
Returns
- (::String) — [Output Only] Server-defined URL for this resource's resource id.
#source_disk
def source_disk() -> ::String Returns
- (::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 Parameter
- 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
Returns
- (::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 Returns
- (::String) — [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 Parameter
- value (::String) — [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.
Returns
- (::String) — [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 Returns
- (::String) — [Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY. Check the Status enum for the list of possible values.
#status=
def status=(value) -> ::String Parameter
- value (::String) — [Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY. Check the Status enum for the list of possible values.
Returns
- (::String) — [Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY. Check the Status enum for the list of possible values.
#zone
def zone() -> ::String Returns
- (::String) — [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 Parameter
- value (::String) — [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.
Returns
- (::String) — [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.