networkTier property

String? networkTier
getter/setter pair

This signifies the networking tier used for configuring this access

Optional. Possible string values are:

  • "NETWORK_TIER_UNSPECIFIED" : Default value. This value is unused.
  • "PREMIUM" : High quality, Google-grade network tier, support for all networking products.
  • "STANDARD" : Public internet quality, only limited support for other networking products.

Implementation

core.String? networkTier;