View Source GoogleApi.Notebooks.V1.Model.Disk (google_api_notebooks v0.9.0)
An instance-attached disk resource.
Attributes
-
autoDelete
(type:boolean()
, default:nil
) - Indicates whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance). -
boot
(type:boolean()
, default:nil
) - Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem. -
deviceName
(type:String.t
, default:nil
) - Indicates a unique device name of your choice that is reflected into the/dev/disk/by-id/google-*
tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine.This field is only applicable for persistent disks. -
diskSizeGb
(type:String.t
, default:nil
) - Indicates the size of the disk in base-2 GB. -
guestOsFeatures
(type:list(GoogleApi.Notebooks.V1.Model.GuestOsFeature.t)
, default:nil
) - Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. -
index
(type:String.t
, default:nil
) - A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number. -
interface
(type:String.t
, default:nil
) - Indicates the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values:NVME
SCSI
-
kind
(type:String.t
, default:nil
) - Type of the resource. Always compute#attachedDisk for attached disks. -
licenses
(type:list(String.t)
, default:nil
) - A list of publicly visible licenses. Reserved for Google's use. A License represents billing and aggregate usage data for public and marketplace images. -
mode
(type:String.t
, default:nil
) - The mode in which to attach this disk, eitherREAD_WRITE
orREAD_ONLY
. If not specified, the default is to attach the disk inREAD_WRITE
mode. Valid values:READ_ONLY
READ_WRITE
-
source
(type:String.t
, default:nil
) - Indicates a valid partial or full URL to an existing Persistent Disk resource. -
type
(type:String.t
, default:nil
) - Indicates the type of the disk, eitherSCRATCH
orPERSISTENT
. Valid values:PERSISTENT
SCRATCH
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.Disk{ autoDelete: boolean() | nil, boot: boolean() | nil, deviceName: String.t() | nil, diskSizeGb: String.t() | nil, guestOsFeatures: [GoogleApi.Notebooks.V1.Model.GuestOsFeature.t()] | nil, index: String.t() | nil, interface: String.t() | nil, kind: String.t() | nil, licenses: [String.t()] | nil, mode: String.t() | nil, source: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.