Compute Engine v1 API - Enum ForwardingRule.Types.NetworkTier (2.16.0)

public enum ForwardingRule.Types.NetworkTier

Reference documentation and code samples for the Compute Engine v1 API enum ForwardingRule.Types.NetworkTier.

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
FixedStandard

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.

StandardOverridesFixedStandard

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

UndefinedNetworkTier

A value indicating that the enum field is not set.