public enum ServiceLbPolicy.IsolationGranularity extends Enum<ServiceLbPolicy.IsolationGranularity> implements ProtocolMessageEnum
The granularity of this isolation restriction.
Protobuf enum google.cloud.networkservices.v1.ServiceLbPolicy.IsolationGranularity
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ISOLATION_GRANULARITY_UNSPECIFIED |
No isolation is configured for the backend service. Traffic can overflow based on the load balancing algorithm. |
ISOLATION_GRANULARITY_UNSPECIFIED_VALUE |
No isolation is configured for the backend service. Traffic can overflow based on the load balancing algorithm. |
REGION |
Traffic for this service will be isolated at the cloud region level. |
REGION_VALUE |
Traffic for this service will be isolated at the cloud region level. |
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() |