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

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

Enum Type defines private cloud type.

Protobuf type google.cloud.vmwareengine.v1.PrivateCloud.Type

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ PrivateCloud

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STANDARD

Value: 0

Standard private is a zonal resource, with 3+ nodes. Default type.

Generated from protobuf enum STANDARD = 0;

TIME_LIMITED

Value: 1

Time limited private cloud is a zonal resource, can have only 1 node and has limited life span. Will be deleted after defined period of time, can be converted into standard private cloud by expanding it up to 3 or more nodes.

Generated from protobuf enum TIME_LIMITED = 1;

STRETCHED

Value: 2

Stretched private cloud is a regional resource with redundancy, with a minimum of 6 nodes, nodes count has to be even.

Generated from protobuf enum STRETCHED = 2;