SavedDiskResponse

data class SavedDiskResponse(val architecture: String, val kind: String, val sourceDisk: String, val storageBytes: String, val storageBytesStatus: String)

An instance-attached disk resource.

Constructors

Link copied to clipboard
fun SavedDiskResponse(architecture: String, kind: String, sourceDisk: String, storageBytes: String, storageBytesStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The architecture of the attached disk.

Link copied to clipboard

Type of the resource. Always compute#savedDisk for attached disks.

Link copied to clipboard

Specifies a URL of the disk attached to the source instance.

Link copied to clipboard

Size of the individual disk snapshot used by this machine image.

Link copied to clipboard

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.