public static interface VirtualServiceOuterClass.TCPRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.L4MatchAttributes |
getMatch(int index)
Match conditions to be satisfied for the rule to be
activated.
|
int |
getMatchCount()
Match conditions to be satisfied for the rule to be
activated.
|
List<VirtualServiceOuterClass.L4MatchAttributes> |
getMatchList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.L4MatchAttributesOrBuilder |
getMatchOrBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
List<? extends VirtualServiceOuterClass.L4MatchAttributesOrBuilder> |
getMatchOrBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.RouteDestination |
getRoute(int index)
The destination to which the connection should be forwarded to.
|
int |
getRouteCount()
The destination to which the connection should be forwarded to.
|
List<VirtualServiceOuterClass.RouteDestination> |
getRouteList()
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.RouteDestinationOrBuilder |
getRouteOrBuilder(int index)
The destination to which the connection should be forwarded to.
|
List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder> |
getRouteOrBuilderList()
The destination to which the connection should be forwarded to.
|
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;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;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;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;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;List<VirtualServiceOuterClass.RouteDestination> getRouteList()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;VirtualServiceOuterClass.RouteDestination getRoute(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;int getRouteCount()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder> getRouteOrBuilderList()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;VirtualServiceOuterClass.RouteDestinationOrBuilder getRouteOrBuilder(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.