Google Cloud Vmware Engine V1 Client - Class Kind (0.5.5)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Kind.

Enum Kind defines possible types of a NodeType.

Protobuf type google.cloud.vmwareengine.v1.NodeType.Kind

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ NodeType

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

KIND_UNSPECIFIED

Value: 0

The default value. This value should never be used.

Generated from protobuf enum KIND_UNSPECIFIED = 0;

STANDARD

Value: 1

Standard HCI node.

Generated from protobuf enum STANDARD = 1;

STORAGE_ONLY

Value: 2

Storage only Node.

Generated from protobuf enum STORAGE_ONLY = 2;