Reference documentation and code samples for the Compute Engine v1 API enum AccessConfig.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The content provides documentation for the `AccessConfig.Types.NetworkTier` enum in the Google Cloud Compute Engine v1 API, detailing its use in configuring networking tiers."],["Version 3.6.0 is the latest version documented, while the content also covers numerous previous versions back to 1.0.0 for `Google.Cloud.Compute.V1.AccessConfig.Types.NetworkTier`."],["The `NetworkTier` enum defines possible networking tiers, including `PREMIUM` for high-quality Google-grade networking, and `STANDARD` for public internet quality with limited support for other networking products, as well as other values."],["The `AccessConfig` is used to configure a networking tier for a specified resource, and must match the network tier of a provided IP address if it is specified."]]],[]]