public class ServiceGovernanceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceGovernanceInfo() | 
| ServiceGovernanceInfo(ServiceGovernanceInfo 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 | getAuthOpen()Get 当前实例鉴权是否开启 | 
| BoundK8SInfo[] | getBoundK8SInfos()Get 服务治理引擎绑定的kubernetes集群信息 | 
| PolarisCLSTopicInfo[] | getCLSTopics()Get 引擎关联CLS日志主题信息 | 
| String | getEngineRegion()Get 引擎所在的地域 | 
| String[] | getFeatures()Get 该实例支持的功能,鉴权就是 Auth | 
| VpcInfo[] | getLimiterVpcInfos()Get 服务治理限流server引擎绑定的网络信息 | 
| String | getMainPassword()Get 主账户名默认为 polaris,该值为主账户的默认密码 | 
| VpcInfo[] | getPgwVpcInfos()Get 服务治理pushgateway引擎绑定的网络信息 | 
| String | getSubPassword()Get 子用户密码 | 
| VpcInfo[] | getVpcInfos()Get 服务治理引擎绑定的网络信息 | 
| void | setAuthOpen(Boolean AuthOpen)Set 当前实例鉴权是否开启 | 
| void | setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)Set 服务治理引擎绑定的kubernetes集群信息 | 
| void | setCLSTopics(PolarisCLSTopicInfo[] CLSTopics)Set 引擎关联CLS日志主题信息 | 
| void | setEngineRegion(String EngineRegion)Set 引擎所在的地域 | 
| void | setFeatures(String[] Features)Set 该实例支持的功能,鉴权就是 Auth | 
| void | setLimiterVpcInfos(VpcInfo[] LimiterVpcInfos)Set 服务治理限流server引擎绑定的网络信息 | 
| void | setMainPassword(String MainPassword)Set 主账户名默认为 polaris,该值为主账户的默认密码 | 
| void | setPgwVpcInfos(VpcInfo[] PgwVpcInfos)Set 服务治理pushgateway引擎绑定的网络信息 | 
| void | setSubPassword(String SubPassword)Set 子用户密码 | 
| void | setVpcInfos(VpcInfo[] VpcInfos)Set 服务治理引擎绑定的网络信息 | 
| 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 ServiceGovernanceInfo()
public ServiceGovernanceInfo(ServiceGovernanceInfo source)
public String getEngineRegion()
public void setEngineRegion(String EngineRegion)
EngineRegion - 引擎所在的地域public BoundK8SInfo[] getBoundK8SInfos()
public void setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)
BoundK8SInfos - 服务治理引擎绑定的kubernetes集群信息public VpcInfo[] getVpcInfos()
public void setVpcInfos(VpcInfo[] VpcInfos)
VpcInfos - 服务治理引擎绑定的网络信息public Boolean getAuthOpen()
public void setAuthOpen(Boolean AuthOpen)
AuthOpen - 当前实例鉴权是否开启public String[] getFeatures()
public void setFeatures(String[] Features)
Features - 该实例支持的功能,鉴权就是 Authpublic String getMainPassword()
public void setMainPassword(String MainPassword)
MainPassword - 主账户名默认为 polaris,该值为主账户的默认密码public VpcInfo[] getPgwVpcInfos()
public void setPgwVpcInfos(VpcInfo[] PgwVpcInfos)
PgwVpcInfos - 服务治理pushgateway引擎绑定的网络信息public VpcInfo[] getLimiterVpcInfos()
public void setLimiterVpcInfos(VpcInfo[] LimiterVpcInfos)
LimiterVpcInfos - 服务治理限流server引擎绑定的网络信息public PolarisCLSTopicInfo[] getCLSTopics()
public void setCLSTopics(PolarisCLSTopicInfo[] CLSTopics)
CLSTopics - 引擎关联CLS日志主题信息public String getSubPassword()
public void setSubPassword(String SubPassword)
SubPassword - 子用户密码Copyright © 2025. All rights reserved.