public enum RouterNat.Types.AutoNetworkTierReference documentation and code samples for the Compute Engine v1 API enum RouterNat.Types.AutoNetworkTier.
The network tier to use when automatically reserving NAT IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, then the current project-level default tier is used.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
FixedStandard |
Public internet quality with fixed bandwidth. |
Premium |
High quality, Google-grade network tier, support for all networking products. |
Standard |
Public internet quality, only limited support for other networking products. |
StandardOverridesFixedStandard |
(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured. |
UndefinedAutoNetworkTier |
A value indicating that the enum field is not set. |