public enum AccessConfig.NetworkTier extends Enum<AccessConfig.NetworkTier> implements ProtocolMessageEnumThis signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
Protobuf enum google.cloud.compute.v1.AccessConfig.NetworkTier
Implements
ProtocolMessageEnumFields
| Name | Description |
| PREMIUM | High quality, Google-grade network tier, support for all networking products. |
| PREMIUM_VALUE | High quality, Google-grade network tier, support for all networking products. |
| STANDARD | Public internet quality, only limited support for other networking products. |
| STANDARD_VALUE | Public internet quality, only limited support for other networking products. |
| UNDEFINED_NETWORK_TIER | A value indicating that the enum field is not set. |
| UNDEFINED_NETWORK_TIER_VALUE | A value indicating that the enum field is not set. |
| UNRECOGNIZED |
Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | (deprecated) Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |