Class ServiceGovernanceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.ServiceGovernanceInfo
-
public class ServiceGovernanceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAuthOpen()Get 当前实例鉴权是否开启BoundK8SInfo[]getBoundK8SInfos()Get 服务治理引擎绑定的kubernetes集群信息StringgetEngineRegion()Get 引擎所在的地域String[]getFeatures()Get 该实例支持的功能,鉴权就是 AuthVpcInfo[]getLimiterVpcInfos()Get 服务治理限流server引擎绑定的网络信息StringgetMainPassword()Get 主账户名默认为 polaris,该值为主账户的默认密码VpcInfo[]getPgwVpcInfos()Get 服务治理pushgateway引擎绑定的网络信息VpcInfo[]getVpcInfos()Get 服务治理引擎绑定的网络信息voidsetAuthOpen(Boolean AuthOpen)Set 当前实例鉴权是否开启voidsetBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)Set 服务治理引擎绑定的kubernetes集群信息voidsetEngineRegion(String EngineRegion)Set 引擎所在的地域voidsetFeatures(String[] Features)Set 该实例支持的功能,鉴权就是 AuthvoidsetLimiterVpcInfos(VpcInfo[] LimiterVpcInfos)Set 服务治理限流server引擎绑定的网络信息voidsetMainPassword(String MainPassword)Set 主账户名默认为 polaris,该值为主账户的默认密码voidsetPgwVpcInfos(VpcInfo[] PgwVpcInfos)Set 服务治理pushgateway引擎绑定的网络信息voidsetVpcInfos(VpcInfo[] VpcInfos)Set 服务治理引擎绑定的网络信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceGovernanceInfo
public ServiceGovernanceInfo()
-
ServiceGovernanceInfo
public 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.
-
-
Method Detail
-
getEngineRegion
public String getEngineRegion()
Get 引擎所在的地域- Returns:
- EngineRegion 引擎所在的地域
-
setEngineRegion
public void setEngineRegion(String EngineRegion)
Set 引擎所在的地域- Parameters:
EngineRegion- 引擎所在的地域
-
getBoundK8SInfos
public BoundK8SInfo[] getBoundK8SInfos()
Get 服务治理引擎绑定的kubernetes集群信息- Returns:
- BoundK8SInfos 服务治理引擎绑定的kubernetes集群信息
-
setBoundK8SInfos
public void setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)
Set 服务治理引擎绑定的kubernetes集群信息- Parameters:
BoundK8SInfos- 服务治理引擎绑定的kubernetes集群信息
-
getVpcInfos
public VpcInfo[] getVpcInfos()
Get 服务治理引擎绑定的网络信息- Returns:
- VpcInfos 服务治理引擎绑定的网络信息
-
setVpcInfos
public void setVpcInfos(VpcInfo[] VpcInfos)
Set 服务治理引擎绑定的网络信息- Parameters:
VpcInfos- 服务治理引擎绑定的网络信息
-
getAuthOpen
public Boolean getAuthOpen()
Get 当前实例鉴权是否开启- Returns:
- AuthOpen 当前实例鉴权是否开启
-
setAuthOpen
public void setAuthOpen(Boolean AuthOpen)
Set 当前实例鉴权是否开启- Parameters:
AuthOpen- 当前实例鉴权是否开启
-
getFeatures
public String[] getFeatures()
Get 该实例支持的功能,鉴权就是 Auth- Returns:
- Features 该实例支持的功能,鉴权就是 Auth
-
setFeatures
public void setFeatures(String[] Features)
Set 该实例支持的功能,鉴权就是 Auth- Parameters:
Features- 该实例支持的功能,鉴权就是 Auth
-
getMainPassword
public String getMainPassword()
Get 主账户名默认为 polaris,该值为主账户的默认密码- Returns:
- MainPassword 主账户名默认为 polaris,该值为主账户的默认密码
-
setMainPassword
public void setMainPassword(String MainPassword)
Set 主账户名默认为 polaris,该值为主账户的默认密码- Parameters:
MainPassword- 主账户名默认为 polaris,该值为主账户的默认密码
-
getPgwVpcInfos
public VpcInfo[] getPgwVpcInfos()
Get 服务治理pushgateway引擎绑定的网络信息- Returns:
- PgwVpcInfos 服务治理pushgateway引擎绑定的网络信息
-
setPgwVpcInfos
public void setPgwVpcInfos(VpcInfo[] PgwVpcInfos)
Set 服务治理pushgateway引擎绑定的网络信息- Parameters:
PgwVpcInfos- 服务治理pushgateway引擎绑定的网络信息
-
getLimiterVpcInfos
public VpcInfo[] getLimiterVpcInfos()
Get 服务治理限流server引擎绑定的网络信息- Returns:
- LimiterVpcInfos 服务治理限流server引擎绑定的网络信息
-
setLimiterVpcInfos
public void setLimiterVpcInfos(VpcInfo[] LimiterVpcInfos)
Set 服务治理限流server引擎绑定的网络信息- Parameters:
LimiterVpcInfos- 服务治理限流server引擎绑定的网络信息
-
-