Enum AccessConfig.Types.NetworkTier (2.1.0)

public enum NetworkTier

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
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.