public static interface DestinationRuleOuterClass.LocalityLoadBalancerSetting.FailoverOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFrom()
Originating region.
|
com.google.protobuf.ByteString |
getFromBytes()
Originating region.
|
String |
getTo()
Destination region the traffic will fail over to when endpoints in
the 'from' region becomes unhealthy.
|
com.google.protobuf.ByteString |
getToBytes()
Destination region the traffic will fail over to when endpoints in
the 'from' region becomes unhealthy.
|
String getFrom()
Originating region.
string from = 1;com.google.protobuf.ByteString getFromBytes()
Originating region.
string from = 1;String getTo()
Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.
string to = 2;com.google.protobuf.ByteString getToBytes()
Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.
string to = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.