SavedDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An instance-attached disk resource.
Attributes
Name | Description |
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``. |
Inheritance
builtins.object > proto.message.Message > SavedDiskClasses
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.