Module: Google::Cloud::Compute::V1::AccessConfig::NetworkTier

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.

Constant Summary collapse

UNDEFINED_NETWORK_TIER =

A value indicating that the enum field is not set.

0
FIXED_STANDARD =

Public internet quality with fixed bandwidth.

310_464_328
PREMIUM =

High quality, Google-grade network tier, support for all networking products.

399_530_551
STANDARD =

Public internet quality, only limited support for other networking products.

484_642_493
STANDARD_OVERRIDES_FIXED_STANDARD =

(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.

465_847_234