接口 DestinationRuleOuterClass.LocalityLoadBalancerSetting.FailoverOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.String getFrom()
      Originating region.
      com.google.protobuf.ByteString getFromBytes()
      Originating region.
      java.lang.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.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.