接口 VirtualServiceOuterClass.TLSRouteOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.TLSRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getMatch(int index) Match conditions to be satisfied for the rule to be activated.intMatch conditions to be satisfied for the rule to be activated.Match conditions to be satisfied for the rule to be activated.getMatchOrBuilder(int index) Match conditions to be satisfied for the rule to be activated.Match conditions to be satisfied for the rule to be activated.getRoute(int index) The destination to which the connection should be forwarded to.intThe destination to which the connection should be forwarded to.The destination to which the connection should be forwarded to.getRouteOrBuilder(int index) The destination to which the connection should be forwarded to.The destination to which the connection should be forwarded to.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getMatchList
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
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
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
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
List<VirtualServiceOuterClass.RouteDestination> 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;
-