AccessConfigNetworkTier

enum AccessConfigNetworkTier : Enum<AccessConfigNetworkTier> , ConvertibleToJava<AccessConfigNetworkTier>

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.

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