View Source GoogleApi.Notebooks.V1.Model.LocalDiskInitializeParams (google_api_notebooks v0.9.0)
Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new runtime. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
Attributes
-
description
(type:String.t
, default:nil
) - Optional. Provide this property when creating the disk. -
diskName
(type:String.t
, default:nil
) - Optional. Specifies the disk name. If not specified, the default is to use the name of the instance. If the disk with the instance name exists already in the given zone/region, a new name will be automatically generated. -
diskSizeGb
(type:String.t
, default:nil
) - Optional. Specifies the size of the disk in base-2 GB. If not specified, the disk will be the same size as the image (usually 10GB). If specified, the size must be equal to or larger than 10GB. Default 100 GB. -
diskType
(type:String.t
, default:nil
) - Input only. The type of the boot disk attached to this instance, defaults to standard persistent disk (PD_STANDARD
). -
labels
(type:map()
, default:nil
) - Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.