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 |
---|---|
BoundK8SInfo[] |
getBoundK8SInfos()
Get 服务治理引擎绑定的kubernetes集群信息
|
String |
getEngineRegion()
Get 引擎所在的地域
|
VpcInfo[] |
getVpcInfos()
Get 服务治理引擎绑定的网络信息
|
void |
setBoundK8SInfos(BoundK8SInfo[] BoundK8SInfos)
Set 服务治理引擎绑定的kubernetes集群信息
|
void |
setEngineRegion(String EngineRegion)
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, 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
- 服务治理引擎绑定的网络信息Copyright © 2021. All rights reserved.