networkTier property
The networking tier used for optimizing connectivity between instances and systems on the internet.
Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
Optional. Possible string values are:
- "COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED" : An unspecified network tier. Will be used as PREMIUM.
- "NETWORK_TIER_STANDARD" : A standard network tier.
- "NETWORK_TIER_PREMIUM" : A premium network tier.
Implementation
core.String? networkTier;