clusterType property

String? clusterType
getter/setter pair

The on prem cluster's type.

Immutable. Possible string values are:

  • "CLUSTERTYPE_UNSPECIFIED" : The ClusterType is not set.
  • "BOOTSTRAP" : The ClusterType is bootstrap cluster.
  • "HYBRID" : The ClusterType is baremetal hybrid cluster.
  • "STANDALONE" : The ClusterType is baremetal standalone cluster.
  • "USER" : The ClusterType is user cluster.

Implementation

core.String? clusterType;