Enum VpnGateway.GatewayIpVersion (1.51.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
IPV4

Every HA-VPN gateway interface is configured with an IPv4 address.

IPV4 = 2254341;

IPV4_VALUE

Every HA-VPN gateway interface is configured with an IPv4 address.

IPV4 = 2254341;

IPV6

Every HA-VPN gateway interface is configured with an IPv6 address.

IPV6 = 2254343;

IPV6_VALUE

Every HA-VPN gateway interface is configured with an IPv6 address.

IPV6 = 2254343;

UNDEFINED_GATEWAY_IP_VERSION

A value indicating that the enum field is not set.

UNDEFINED_GATEWAY_IP_VERSION = 0;

UNDEFINED_GATEWAY_IP_VERSION_VALUE

A value indicating that the enum field is not set.

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