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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IPV4_IPV6 |
The network interface can have both IPv4 and IPv6 addresses. |
IPV4_IPV6_VALUE |
The network interface can have both IPv4 and IPv6 addresses. |
IPV4_ONLY |
The network interface will be assigned IPv4 address. |
IPV4_ONLY_VALUE |
The network interface will be assigned IPv4 address. |
STACK_TYPE_UNSPECIFIED |
Default should be STACK_TYPE_UNSPECIFIED. |
STACK_TYPE_UNSPECIFIED_VALUE |
Default should be STACK_TYPE_UNSPECIFIED. |
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() |