Enum NetworkInterface.StackType (0.10.0)

public enum NetworkInterface.StackType extends Enum<NetworkInterface.StackType> implements ProtocolMessageEnum

Stack type for this network interface.

Protobuf enum google.cloud.backupdr.v1.NetworkInterface.StackType

Implements

ProtocolMessageEnum

Static Fields

Name Description
IPV4_IPV6

The network interface can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 2;

IPV4_IPV6_VALUE

The network interface can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 2;

IPV4_ONLY

The network interface will be assigned IPv4 address.

IPV4_ONLY = 1;

IPV4_ONLY_VALUE

The network interface will be assigned IPv4 address.

IPV4_ONLY = 1;

STACK_TYPE_UNSPECIFIED

Default should be STACK_TYPE_UNSPECIFIED.

STACK_TYPE_UNSPECIFIED = 0;

STACK_TYPE_UNSPECIFIED_VALUE

Default should be STACK_TYPE_UNSPECIFIED.

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