SavedDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An instance-attached disk resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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 .
|
Classes
Architecture
Architecture(value)
[Output Only] The architecture of the attached disk.
Values: UNDEFINED_ARCHITECTURE (0): A value indicating that the enum field is not set. ARCHITECTURE_UNSPECIFIED (394750507): Default value indicating Architecture is not set. ARM64 (62547450): Machines with architecture ARM64 X86_64 (425300551): Machines with architecture X86_64
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.
Values: UNDEFINED_STORAGE_BYTES_STATUS (0): A value indicating that the enum field is not set. UPDATING (494614342): No description available. UP_TO_DATE (101306702): No description available.