Enum VmwareEngineNetwork.VpcNetwork.Type (0.18.0)

public enum VmwareEngineNetwork.VpcNetwork.Type extends Enum<VmwareEngineNetwork.VpcNetwork.Type> implements ProtocolMessageEnum

Enum Type defines possible types of a VMware Engine network controlled service.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE_CLOUD

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

GOOGLE_CLOUD = 3;

GOOGLE_CLOUD_VALUE

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

GOOGLE_CLOUD = 3;

INTERNET

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

INTERNET = 2;

INTERNET_VALUE

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

INTERNET = 2;

INTRANET

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.

INTRANET = 1;

INTRANET_VALUE

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.

INTRANET = 1;

TYPE_UNSPECIFIED

The default value. This value should never be used.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The default value. This value should never be used.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()