defaultNetworkTier property
This 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. Possible string values are:
- "FIXED_STANDARD" : 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.
- "STANDARD_OVERRIDES_FIXED_STANDARD" : (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
Implementation
core.String? defaultNetworkTier;