ForwardingRuleNetworkTier

enum ForwardingRuleNetworkTier : Enum<ForwardingRuleNetworkTier> , ConvertibleToJava<ForwardingRuleNetworkTier>

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.

Entries

Link copied to clipboard

Public internet quality with fixed bandwidth.

Link copied to clipboard

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

Link copied to clipboard

Price competitive network tier, support for all networking products.

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ForwardingRuleNetworkTier
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ForwardingRuleNetworkTier
Link copied to clipboard
Link copied to clipboard