public enum VpnGateway.GatewayIpVersion extends Enum<VpnGateway.GatewayIpVersion> implements ProtocolMessageEnum
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
Protobuf enum google.cloud.compute.v1.VpnGateway.GatewayIpVersion
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IPV4 |
Every HA-VPN gateway interface is configured with an IPv4 address. |
IPV4_VALUE |
Every HA-VPN gateway interface is configured with an IPv4 address. |
IPV6 |
Every HA-VPN gateway interface is configured with an IPv6 address. |
IPV6_VALUE |
Every HA-VPN gateway interface is configured with an IPv6 address. |
UNDEFINED_GATEWAY_IP_VERSION |
A value indicating that the enum field is not set. |
UNDEFINED_GATEWAY_IP_VERSION_VALUE |
A value indicating that the enum field is not set. |
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() |