public enum NetworkInterface.StackType extends Enum<NetworkInterface.StackType> implements ProtocolMessageEnum
The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
Protobuf enum google.cloud.compute.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 only be assigned IPv4 addresses. |
IPV4_ONLY_VALUE |
The network interface will only be assigned IPv4 addresses. |
IPV6_ONLY |
The network interface will only be assigned IPv6 addresses. |
IPV6_ONLY_VALUE |
The network interface will only be assigned IPv6 addresses. |
UNDEFINED_STACK_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_STACK_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UNSPECIFIED_STACK_TYPE |
|
UNSPECIFIED_STACK_TYPE_VALUE |
|
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() |