public enum AccessConfig.Type extends Enum<AccessConfig.Type> implements ProtocolMessageEnumThe type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. Inipv6AccessConfigs, the default and only option isDIRECT_IPV6.
Protobuf enum google.cloud.compute.v1.AccessConfig.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DIRECT_IPV6 |
|
DIRECT_IPV6_VALUE |
|
ONE_TO_ONE_NAT |
|
ONE_TO_ONE_NAT_VALUE |
|
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_VALUE |
A value indicating that the enum field is not set. |
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() |
|