接口 VirtualServiceOuterClass.TLSRouteOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.TLSRouteOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 VirtualServiceOuterClass.TLSMatchAttributesgetMatch(int index)Match conditions to be satisfied for the rule to be activated.intgetMatchCount()Match conditions to be satisfied for the rule to be activated.java.util.List<VirtualServiceOuterClass.TLSMatchAttributes>getMatchList()Match conditions to be satisfied for the rule to be activated.VirtualServiceOuterClass.TLSMatchAttributesOrBuildergetMatchOrBuilder(int index)Match conditions to be satisfied for the rule to be activated.java.util.List<? extends VirtualServiceOuterClass.TLSMatchAttributesOrBuilder>getMatchOrBuilderList()Match conditions to be satisfied for the rule to be activated.VirtualServiceOuterClass.RouteDestinationgetRoute(int index)The destination to which the connection should be forwarded to.intgetRouteCount()The destination to which the connection should be forwarded to.java.util.List<VirtualServiceOuterClass.RouteDestination>getRouteList()The destination to which the connection should be forwarded to.VirtualServiceOuterClass.RouteDestinationOrBuildergetRouteOrBuilder(int index)The destination to which the connection should be forwarded to.java.util.List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder>getRouteOrBuilderList()The destination to which the connection should be forwarded to.
-
-
-
方法详细资料
-
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;
-
getRouteOrBuilder
VirtualServiceOuterClass.RouteDestinationOrBuilder getRouteOrBuilder(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;
-
-