public static interface EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
The exact name of the cluster to match.
|
com.google.protobuf.ByteString |
getNameBytes()
The exact name of the cluster to match.
|
int |
getPortNumber()
The service port for which this cluster was generated.
|
String |
getService()
The fully qualified service name for this cluster.
|
com.google.protobuf.ByteString |
getServiceBytes()
The fully qualified service name for this cluster.
|
String |
getSubset()
The subset associated with the service.
|
com.google.protobuf.ByteString |
getSubsetBytes()
The subset associated with the service.
|
int getPortNumber()
The service port for which this cluster was generated. If omitted, applies to clusters for any port.
uint32 port_number = 1;String getService()
The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts defined in the service entry.
string service = 2;com.google.protobuf.ByteString getServiceBytes()
The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts defined in the service entry.
string service = 2;String getSubset()
The subset associated with the service. If omitted, applies to clusters for any subset of a service.
string subset = 3;com.google.protobuf.ByteString getSubsetBytes()
The subset associated with the service. If omitted, applies to clusters for any subset of a service.
string subset = 3;String getName()
The exact name of the cluster to match. To match a specific cluster by name, such as the internally generated `Passthrough` cluster, leave all fields in clusterMatch empty, except the name.
string name = 4;com.google.protobuf.ByteString getNameBytes()
The exact name of the cluster to match. To match a specific cluster by name, such as the internally generated `Passthrough` cluster, leave all fields in clusterMatch empty, except the name.
string name = 4;Copyright © 2018–2023 Alibaba Group. All rights reserved.