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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LEGACY |
Network type used by private clouds created in projects without a network
of type |
LEGACY_VALUE |
Network type used by private clouds created in projects without a network
of type |
STANDARD |
Standard network type used for private cloud connectivity. |
STANDARD_VALUE |
Standard network type used for private cloud connectivity. |
TYPE_UNSPECIFIED |
The default value. This value should never be used. |
TYPE_UNSPECIFIED_VALUE |
The default value. This value should never be used. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |