public enum NetworkInterface.Ipv6AccessType extends Enum<NetworkInterface.Ipv6AccessType> implements ProtocolMessageEnum
IPv6 access type for this network interface.
Protobuf enum google.cloud.backupdr.v1.NetworkInterface.Ipv6AccessType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EXTERNAL |
This network interface can have external IPv6. |
EXTERNAL_VALUE |
This network interface can have external IPv6. |
INTERNAL |
This network interface can have internal IPv6. |
INTERNAL_VALUE |
This network interface can have internal IPv6. |
UNRECOGNIZED |
|
UNSPECIFIED_IPV6_ACCESS_TYPE |
IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet. |
UNSPECIFIED_IPV6_ACCESS_TYPE_VALUE |
IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet. |
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() |