Reference documentation and code samples for the Compute V1 Client class AutoNetworkTier.
The network tier to use when automatically reserving NAT IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, then the current project-level default tier is used.
Protobuf type google.cloud.compute.v1.RouterNat.AutoNetworkTier
Namespace
Google \ Cloud \ Compute \ V1 \ RouterNatMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_AUTO_NETWORK_TIER
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_AUTO_NETWORK_TIER = 0;
FIXED_STANDARD
Value: 310464328
Public internet quality with fixed bandwidth.
Generated from protobuf enum FIXED_STANDARD = 310464328;
PREMIUM
Value: 399530551
High quality, Google-grade network tier, support for all networking products.
Generated from protobuf enum PREMIUM = 399530551;
STANDARD
Value: 484642493
Public internet quality, only limited support for other networking products.
Generated from protobuf enum STANDARD = 484642493;
STANDARD_OVERRIDES_FIXED_STANDARD
Value: 465847234
(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
Generated from protobuf enum STANDARD_OVERRIDES_FIXED_STANDARD = 465847234;