public class MeshConfig extends AbstractModel
Constructor and Description |
---|
MeshConfig() |
MeshConfig(MeshConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
AccessLogConfig |
getAccessLog()
Get AccessLog配置
|
InjectConfig |
getInject()
Get 自动注入配置
注意:此字段可能返回 null,表示取不到有效值。
|
IstioConfig |
getIstio()
Get Istio配置
|
PrometheusConfig |
getPrometheus()
Get Prometheus配置
|
void |
setAccessLog(AccessLogConfig AccessLog)
Set AccessLog配置
|
void |
setInject(InjectConfig Inject)
Set 自动注入配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIstio(IstioConfig Istio)
Set Istio配置
|
void |
setPrometheus(PrometheusConfig Prometheus)
Set Prometheus配置
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MeshConfig()
public MeshConfig(MeshConfig source)
public IstioConfig getIstio()
public void setIstio(IstioConfig Istio)
Istio
- Istio配置public AccessLogConfig getAccessLog()
public void setAccessLog(AccessLogConfig AccessLog)
AccessLog
- AccessLog配置public PrometheusConfig getPrometheus()
public void setPrometheus(PrometheusConfig Prometheus)
Prometheus
- Prometheus配置public InjectConfig getInject()
public void setInject(InjectConfig Inject)
Inject
- 自动注入配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.