public enum Project.DefaultNetworkTier extends Enum<Project.DefaultNetworkTier> implements ProtocolMessageEnumThis signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.
Protobuf enum google.cloud.compute.v1.Project.DefaultNetworkTier
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| FIXED_STANDARD | Public internet quality with fixed bandwidth. |
| FIXED_STANDARD_VALUE | Public internet quality with fixed bandwidth. |
| 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_OVERRIDES_FIXED_STANDARD | (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured. |
| STANDARD_OVERRIDES_FIXED_STANDARD_VALUE | (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured. |
| STANDARD_VALUE | Public internet quality, only limited support for other networking products. |
| UNDEFINED_DEFAULT_NETWORK_TIER | A value indicating that the enum field is not set. |
| UNDEFINED_DEFAULT_NETWORK_TIER_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() |