Google Cloud Gke Hub V1beta1 Client - Class ClusterType (0.7.1)

Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class ClusterType.

ClusterType describes on prem cluster's type.

Protobuf type google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType

Namespace

Google \ Cloud \ GkeHub \ V1beta1 \ OnPremCluster

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CLUSTERTYPE_UNSPECIFIED

Value: 0

The ClusterType is not set.

Generated from protobuf enum CLUSTERTYPE_UNSPECIFIED = 0;

BOOTSTRAP

Value: 1

The ClusterType is bootstrap cluster.

Generated from protobuf enum BOOTSTRAP = 1;

HYBRID

Value: 2

The ClusterType is baremetal hybrid cluster.

Generated from protobuf enum HYBRID = 2;

STANDALONE

Value: 3

The ClusterType is baremetal standalone cluster.

Generated from protobuf enum STANDALONE = 3;

USER

Value: 4

The ClusterType is user cluster.

Generated from protobuf enum USER = 4;