instanceType property
The InstanceType
of the current instance.
Possible string values are:
- "INSTANCE_TYPE_UNSPECIFIED" : Not specified.
- "PROVISIONED" : Provisioned instances have dedicated resources, standard usage limits and support.
- "FREE_INSTANCE" : Free instances provide no guarantee for dedicated resources, [node_count, processing_units] should be 0. They come with stricter usage limits and limited support.
Implementation
core.String? instanceType;