接口 VirtualServiceOuterClass.TLSRouteOrBuilder

    • 方法详细资料

      • getMatchList

        java.util.List<VirtualServiceOuterClass.TLSMatchAttributes> 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

        VirtualServiceOuterClass.TLSMatchAttributes 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.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

        java.util.List<? extends VirtualServiceOuterClass.TLSMatchAttributesOrBuilder> 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

        VirtualServiceOuterClass.TLSMatchAttributesOrBuilder 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.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];
      • 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;