接口 VirtualServiceOuterClass.TLSRouteOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
VirtualServiceOuterClass.TLSRoute, VirtualServiceOuterClass.TLSRoute.Builder
封闭类:
VirtualServiceOuterClass

public static interface VirtualServiceOuterClass.TLSRouteOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getMatchList

       Match conditions to be satisfied for the rule to be
       activated. All conditions inside a single match block have AND
       semantics, while the list of match blocks have OR semantics. The rule
       is matched if any one of the match blocks succeed.
       
      repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMatch

       Match conditions to be satisfied for the rule to be
       activated. All conditions inside a single match block have AND
       semantics, while the list of match blocks have OR semantics. The rule
       is matched if any one of the match blocks succeed.
       
      repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMatchCount

      int getMatchCount()
       Match conditions to be satisfied for the rule to be
       activated. All conditions inside a single match block have AND
       semantics, while the list of match blocks have OR semantics. The rule
       is matched if any one of the match blocks succeed.
       
      repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMatchOrBuilderList

       Match conditions to be satisfied for the rule to be
       activated. All conditions inside a single match block have AND
       semantics, while the list of match blocks have OR semantics. The rule
       is matched if any one of the match blocks succeed.
       
      repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMatchOrBuilder

       Match conditions to be satisfied for the rule to be
       activated. All conditions inside a single match block have AND
       semantics, while the list of match blocks have OR semantics. The rule
       is matched if any one of the match blocks succeed.
       
      repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
    • getRouteList

       The destination to which the connection should be forwarded to.
       
      repeated .istio.networking.v1alpha3.RouteDestination route = 2;
    • getRoute

       The destination to which the connection should be forwarded to.
       
      repeated .istio.networking.v1alpha3.RouteDestination route = 2;
    • getRouteCount

      int getRouteCount()
       The destination to which the connection should be forwarded to.
       
      repeated .istio.networking.v1alpha3.RouteDestination route = 2;
    • getRouteOrBuilderList

      List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder> getRouteOrBuilderList()
       The destination to which the connection should be forwarded to.
       
      repeated .istio.networking.v1alpha3.RouteDestination route = 2;
    • getRouteOrBuilder

       The destination to which the connection should be forwarded to.
       
      repeated .istio.networking.v1alpha3.RouteDestination route = 2;