localSsdCount property

int? localSsdCount
getter/setter pair

The number of local SSD disks to be attached to the node.

The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.

Implementation

core.int? localSsdCount;