public enum HealthAggregationPolicy.PolicyType extends Enum<HealthAggregationPolicy.PolicyType> implements ProtocolMessageEnumSpecifies 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BACKEND_SERVICE_POLICY |
|
BACKEND_SERVICE_POLICY_VALUE |
|
DNS_PUBLIC_IP_POLICY |
|
DNS_PUBLIC_IP_POLICY_VALUE |
|
UNDEFINED_POLICY_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_POLICY_TYPE_VALUE |
A value indicating that the enum field is not set. |
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() |
|