Send feedback
Class BootDisk (1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
BootDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The definition of a boot disk.
Attributes Name Description disk_size_gb
int
Optional. The size of the boot disk in GB
attached to this instance, up to a maximum of
64000 GB (64 TB). If not specified, this
defaults to the recommended value of 150GB.
disk_type
google.cloud.notebooks_v2.types.DiskType
Optional. Indicates the type of the disk.
disk_encryption
google.cloud.notebooks_v2.types.DiskEncryption
Optional. Input only. Disk encryption method
used on the boot and data disks, defaults to
GMEK.
kms_key
str
Optional. Input only. The KMS key used to encrypt the disks,
only applicable if disk_encryption is CMEK. Format:
projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}
Learn more about using your own encryption keys.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-08 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?