Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SavedDisk.
An instance-attached disk resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kind
def kind() -> ::String
Returns
- (::String) — [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
Returns
- (::String) — [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
#source_disk
def source_disk() -> ::String
Returns
- (::String) — Specifies a URL of the disk attached to the source instance.
#source_disk=
def source_disk=(value) -> ::String
Parameter
- value (::String) — Specifies a URL of the disk attached to the source instance.
Returns
- (::String) — Specifies a URL of the disk attached to the source instance.
#storage_bytes
def storage_bytes() -> ::Integer
Returns
- (::Integer) — [Output Only] Size of the individual disk snapshot used by this machine image.
#storage_bytes=
def storage_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — [Output Only] Size of the individual disk snapshot used by this machine image.
Returns
- (::Integer) — [Output Only] Size of the individual disk snapshot used by this machine image.
#storage_bytes_status
def storage_bytes_status() -> ::String
Returns
- (::String) — [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
#storage_bytes_status=
def storage_bytes_status=(value) -> ::String
Parameter
- value (::String) — [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
Returns
- (::String) — [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.