public class ContainerGroupServiceGovernanceConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ContainerGroupServiceGovernanceConfig() | 
| ContainerGroupServiceGovernanceConfig(ContainerGroupServiceGovernanceConfig 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 | 
|---|---|
| Boolean | getEnableGovernance()Get 是否开启服务治理
注意:此字段可能返回 null,表示取不到有效值。 | 
| ExclusiveInstance[] | getExclusiveInstances()Get 注册服务治理实例
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGovernanceType()Get 服务治理类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| ServiceConfig[] | getServiceConfigList()Get 控制台场景使用 mesh服务配置信息列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableGovernance(Boolean EnableGovernance)Set 是否开启服务治理
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExclusiveInstances(ExclusiveInstance[] ExclusiveInstances)Set 注册服务治理实例
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGovernanceType(String GovernanceType)Set 服务治理类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setServiceConfigList(ServiceConfig[] ServiceConfigList)Set 控制台场景使用 mesh服务配置信息列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ContainerGroupServiceGovernanceConfig()
public ContainerGroupServiceGovernanceConfig(ContainerGroupServiceGovernanceConfig source)
public Boolean getEnableGovernance()
public void setEnableGovernance(Boolean EnableGovernance)
EnableGovernance - 是否开启服务治理
注意:此字段可能返回 null,表示取不到有效值。public ServiceConfig[] getServiceConfigList()
public void setServiceConfigList(ServiceConfig[] ServiceConfigList)
ServiceConfigList - 控制台场景使用 mesh服务配置信息列表
注意:此字段可能返回 null,表示取不到有效值。public ExclusiveInstance[] getExclusiveInstances()
public void setExclusiveInstances(ExclusiveInstance[] ExclusiveInstances)
ExclusiveInstances - 注册服务治理实例
注意:此字段可能返回 null,表示取不到有效值。public String getGovernanceType()
public void setGovernanceType(String GovernanceType)
GovernanceType - 服务治理类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.