type property

  1. @TagNumber(1)
String type

Disk type as shown in gcloud compute disk-types list. For example, local SSD uses type "local-ssd". Persistent disks and boot disks use "pd-balanced", "pd-extreme", "pd-ssd" or "pd-standard".

Implementation

@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
  1. @TagNumber(1)
void type=(String v)

Implementation

@$pb.TagNumber(1)
set type($core.String v) { $_setString(0, v); }