Module: Google::Cloud::Compute::V1::ForwardingRule::NetworkTier

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

Overview

This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.

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.

310464328
PREMIUM =

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

399530551
STANDARD =

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

484642493
STANDARD_OVERRIDES_FIXED_STANDARD =

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

465847234