Enum RouterNat.AutoNetworkTier (1.51.0)

public enum RouterNat.AutoNetworkTier extends Enum<RouterNat.AutoNetworkTier> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.RouterNat.AutoNetworkTier

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FIXED_STANDARD

Public internet quality with fixed bandwidth.

FIXED_STANDARD = 310464328;

FIXED_STANDARD_VALUE

Public internet quality with fixed bandwidth.

FIXED_STANDARD = 310464328;

PREMIUM

High quality, Google-grade network tier, support for all networking products.

PREMIUM = 399530551;

PREMIUM_VALUE

High quality, Google-grade network tier, support for all networking products.

PREMIUM = 399530551;

STANDARD

Public internet quality, only limited support for other networking products.

STANDARD = 484642493;

STANDARD_OVERRIDES_FIXED_STANDARD

(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.

STANDARD_OVERRIDES_FIXED_STANDARD = 465847234;

STANDARD_OVERRIDES_FIXED_STANDARD_VALUE

(Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.

STANDARD_OVERRIDES_FIXED_STANDARD = 465847234;

STANDARD_VALUE

Public internet quality, only limited support for other networking products.

STANDARD = 484642493;

UNDEFINED_AUTO_NETWORK_TIER

A value indicating that the enum field is not set.

UNDEFINED_AUTO_NETWORK_TIER = 0;

UNDEFINED_AUTO_NETWORK_TIER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_AUTO_NETWORK_TIER = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()