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 a VMware Engine network controlled service.

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

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ VmwareEngineNetwork \ VpcNetwork

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;

INTRANET

Value: 1

VPC network that will be peered with a consumer VPC network or the intranet VPC of another VMware Engine network. Access a private cloud through Compute Engine VMs on a peered VPC network or an on-premises resource connected to a peered consumer VPC network.

Generated from protobuf enum INTRANET = 1;

INTERNET

Value: 2

VPC network used for internet access to and from a private cloud.

Generated from protobuf enum INTERNET = 2;

GOOGLE_CLOUD

Value: 3

VPC network used for access to Google Cloud services like Cloud Storage.

Generated from protobuf enum GOOGLE_CLOUD = 3;