接口 DestinationRuleOuterClass.LocalityLoadBalancerSetting.FailoverOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
DestinationRuleOuterClass.LocalityLoadBalancerSetting.Failover,DestinationRuleOuterClass.LocalityLoadBalancerSetting.Failover.Builder
public static interface DestinationRuleOuterClass.LocalityLoadBalancerSetting.FailoverOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetFrom()Originating region.com.google.protobuf.ByteStringgetFromBytes()Originating region.java.lang.StringgetTo()Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.com.google.protobuf.ByteStringgetToBytes()Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.
-
-
-
方法详细资料
-
getFrom
java.lang.String getFrom()
Originating region.
string from = 1;- 返回:
- The from.
-
getFromBytes
com.google.protobuf.ByteString getFromBytes()
Originating region.
string from = 1;- 返回:
- The bytes for from.
-
getTo
java.lang.String getTo()
Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.
string to = 2;- 返回:
- The to.
-
getToBytes
com.google.protobuf.ByteString getToBytes()
Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.
string to = 2;- 返回:
- The bytes for to.
-
-