Enum ForwardingRule.NetworkTier (1.6.0-beta)

public enum ForwardingRule.NetworkTier extends Enum<ForwardingRule.NetworkTier> implements ProtocolMessageEnum

This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.

Protobuf enum google.cloud.compute.v1.ForwardingRule.NetworkTier

Implements

ProtocolMessageEnum

Fields

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

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

STANDARD = 484642493;

UNDEFINED_NETWORK_TIER

A value indicating that the enum field is not set.

UNDEFINED_NETWORK_TIER = 0;

UNDEFINED_NETWORK_TIER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_NETWORK_TIER = 0;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()