接口 VirtualServiceOuterClass.TCPRouteOrBuilder

    • 方法详细资料

      • getMatchList

        java.util.List<VirtualServiceOuterClass.L4MatchAttributes> 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.L4MatchAttributes match = 1;
      • getMatch

        VirtualServiceOuterClass.L4MatchAttributes getMatch​(int index)
         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.L4MatchAttributes match = 1;
      • 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.L4MatchAttributes match = 1;
      • getMatchOrBuilderList

        java.util.List<? extends VirtualServiceOuterClass.L4MatchAttributesOrBuilder> 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.L4MatchAttributes match = 1;
      • getMatchOrBuilder

        VirtualServiceOuterClass.L4MatchAttributesOrBuilder getMatchOrBuilder​(int index)
         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.L4MatchAttributes match = 1;
      • getRouteList

        java.util.List<VirtualServiceOuterClass.RouteDestination> getRouteList()
         The destination to which the connection should be forwarded to.
         
        repeated .istio.networking.v1alpha3.RouteDestination route = 2;
      • getRoute

        VirtualServiceOuterClass.RouteDestination getRoute​(int index)
         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

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