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

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

Enum Type defines possible types of VMware Engine network.

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

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ VmwareEngineNetwork

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

The default value. This value should never be used.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

LEGACY

Value: 1

Network type used by private clouds created in projects without a network of type STANDARD. This network type is no longer used for new VMware Engine private cloud deployments.

Generated from protobuf enum LEGACY = 1;

STANDARD

Value: 2

Standard network type used for private cloud connectivity.

Generated from protobuf enum STANDARD = 2;