Class DiskSpec (1.11.0)

  DiskSpec 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Represents the spec of disk options.

Attributes

Name Description
boot_disk_type str
Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).
boot_disk_size_gb int
Size in GB of the boot disk (default is 100GB).

Inheritance

builtins.object > proto.message.Message > DiskSpec