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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GOOGLE_CLOUD |
VPC network used for access to Google Cloud services like Cloud Storage. |
GOOGLE_CLOUD_VALUE |
VPC network used for access to Google Cloud services like Cloud Storage. |
INTERNET |
VPC network used for internet access to and from a private cloud. |
INTERNET_VALUE |
VPC network used for internet access to and from a private cloud. |
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_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. |
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() |