public enum ServiceLbPolicy.IsolationMode extends Enum<ServiceLbPolicy.IsolationMode> implements ProtocolMessageEnum
The mode of this isolation restriction, defining whether clients in a given region are allowed to reach out to another region.
Protobuf enum google.cloud.networkservices.v1.ServiceLbPolicy.IsolationMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ISOLATION_MODE_UNSPECIFIED |
No isolation mode is configured for the backend service. |
ISOLATION_MODE_UNSPECIFIED_VALUE |
No isolation mode is configured for the backend service. |
NEAREST |
Traffic will be sent to the nearest region. |
NEAREST_VALUE |
Traffic will be sent to the nearest region. |
STRICT |
Traffic will fail if no serving backends are available in the same region as the load balancer. |
STRICT_VALUE |
Traffic will fail if no serving backends are available in the same region as the load balancer. |
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() |