diskType property

String? diskType
getter/setter pair

Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced') If unspecified, the default disk type is 'pd-standard'

Implementation

core.String? diskType;