Class SavedDisk (1.5.2)

SavedDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An instance-attached disk resource.

Attributes

NameDescription
architecture str
[Output Only] The architecture of the attached disk. Check the Architecture enum for the list of possible values. This field is a member of oneof_ _architecture.
kind str
[Output Only] Type of the resource. Always compute#savedDisk for attached disks. This field is a member of oneof_ _kind.
source_disk str
Specifies a URL of the disk attached to the source instance. This field is a member of oneof_ _source_disk.
storage_bytes int
[Output Only] Size of the individual disk snapshot used by this machine image. This field is a member of oneof_ _storage_bytes.
storage_bytes_status str
[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. This field is a member of oneof_ _storage_bytes_status.

Classes

Architecture

Architecture(value)

[Output Only] The architecture of the attached disk.

StorageBytesStatus

StorageBytesStatus(value)

[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.