public enum IPVersion extends Enum<IPVersion> implements ProtocolMessageEnum
The requested IP version for the PSC connection.
Protobuf enum google.cloud.networkconnectivity.v1.IPVersion
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IPV4 |
Will use IPv4 only. |
IPV4_VALUE |
Will use IPv4 only. |
IPV6 |
Will use IPv6 only. |
IPV6_VALUE |
Will use IPv6 only. |
IP_VERSION_UNSPECIFIED |
Default value. We will use IPv4 or IPv6 depending on the IP version of first available subnetwork. |
IP_VERSION_UNSPECIFIED_VALUE |
Default value. We will use IPv4 or IPv6 depending on the IP version of first available subnetwork. |
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() |