Enum HealthAggregationPolicy.PolicyType (1.105.0)

public enum HealthAggregationPolicy.PolicyType extends Enum<HealthAggregationPolicy.PolicyType> implements ProtocolMessageEnum

Specifies the type of the healthAggregationPolicy. The only allowed value for global resources is DNS_PUBLIC_IP_POLICY. The only allowed value for regional resources is BACKEND_SERVICE_POLICY. Must be specified when the healthAggregationPolicy is created, and cannot be mutated.

Protobuf enum google.cloud.compute.v1.HealthAggregationPolicy.PolicyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKEND_SERVICE_POLICY

BACKEND_SERVICE_POLICY = 415582023;

BACKEND_SERVICE_POLICY_VALUE

BACKEND_SERVICE_POLICY = 415582023;

DNS_PUBLIC_IP_POLICY

DNS_PUBLIC_IP_POLICY = 366354794;

DNS_PUBLIC_IP_POLICY_VALUE

DNS_PUBLIC_IP_POLICY = 366354794;

UNDEFINED_POLICY_TYPE

A value indicating that the enum field is not set.

UNDEFINED_POLICY_TYPE = 0;

UNDEFINED_POLICY_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_POLICY_TYPE = 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()