AddressNetworkTier

enum AddressNetworkTier : Enum<AddressNetworkTier> , ConvertibleToJava<AddressNetworkTier>

This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.

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(): AddressNetworkTier
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: AddressNetworkTier
Link copied to clipboard
Link copied to clipboard