Enum VmwareEngineNetwork.Type (0.6.0)

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

Enum Type defines possible types of VMware Engine network.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LEGACY

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.

LEGACY = 1;

LEGACY_VALUE

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.

LEGACY = 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()