public class ServiceGovernanceInfo extends AbstractModel
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集群信息
|
String |
getEngineRegion()
Get 引擎所在的地域
|
String[] |
getFeatures()
Get 该实例支持的功能,鉴权就是 Auth
|
String |
getMainPassword()
Get 主账户名默认为 polaris,该值为主账户的默认密码
|
VpcInfo[] |
getVpcInfos()
Get 服务治理引擎绑定的网络信息
|
void |
setAuthOpen(Boolean AuthOpen)
Set 当前实例鉴权是否开启
|
void |
setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)
Set 服务治理引擎绑定的kubernetes集群信息
|
void |
setEngineRegion(String EngineRegion)
Set 引擎所在的地域
|
void |
setFeatures(String[] Features)
Set 该实例支持的功能,鉴权就是 Auth
|
void |
setMainPassword(String MainPassword)
Set 主账户名默认为 polaris,该值为主账户的默认密码
|
void |
setVpcInfos(VpcInfo[] VpcInfos)
Set 服务治理引擎绑定的网络信息
|
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 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,该值为主账户的默认密码Copyright © 2022. All rights reserved.