接口 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
-
方法概要
修饰符和类型方法说明getFrom()Originating region.com.google.protobuf.ByteStringOriginating region.getTo()Destination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.com.google.protobuf.ByteStringDestination region the traffic will fail over to when endpoints in the 'from' region becomes unhealthy.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getFrom
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
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.
-