Enum NetworkProfileNetworkFeatures.AllowLoadBalancing (1.65.0)

public enum NetworkProfileNetworkFeatures.AllowLoadBalancing extends Enum<NetworkProfileNetworkFeatures.AllowLoadBalancing> implements ProtocolMessageEnum

Specifies whether cloud load balancing is allowed.

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowLoadBalancing

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOAD_BALANCING_ALLOWED

LOAD_BALANCING_ALLOWED = 28407977;

LOAD_BALANCING_ALLOWED_VALUE

LOAD_BALANCING_ALLOWED = 28407977;

LOAD_BALANCING_BLOCKED

LOAD_BALANCING_BLOCKED = 381442285;

LOAD_BALANCING_BLOCKED_VALUE

LOAD_BALANCING_BLOCKED = 381442285;

UNDEFINED_ALLOW_LOAD_BALANCING

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_LOAD_BALANCING = 0;

UNDEFINED_ALLOW_LOAD_BALANCING_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_LOAD_BALANCING = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()