Enum SubnetworkSecondaryRange.IpVersion (1.105.0)

public enum SubnetworkSecondaryRange.IpVersion extends Enum<SubnetworkSecondaryRange.IpVersion> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.SubnetworkSecondaryRange.IpVersion

Implements

ProtocolMessageEnum

Static Fields

Name Description
IPV4

IPV4 = 2254341;

IPV4_VALUE

IPV4 = 2254341;

IPV6

IPV6 = 2254343;

IPV6_VALUE

IPV6 = 2254343;

IP_VERSION_UNSPECIFIED

Treated as IPV4 for backward-compatibility.

IP_VERSION_UNSPECIFIED = 92360440;

IP_VERSION_UNSPECIFIED_VALUE

Treated as IPV4 for backward-compatibility.

IP_VERSION_UNSPECIFIED = 92360440;

UNDEFINED_IP_VERSION

A value indicating that the enum field is not set.

UNDEFINED_IP_VERSION = 0;

UNDEFINED_IP_VERSION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IP_VERSION = 0;

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