public class CreateCdbProxyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCdbProxyRequest() |
CreateCdbProxyRequest(CreateCdbProxyRequest 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 |
---|---|
Long |
getConnectionPoolLimit()
Get 连接池阈值
|
String |
getDesc()
Get 描述
|
String |
getInstanceId()
Get 实例ID
|
ProxyNodeCustom[] |
getProxyNodeCustom()
Get 节点规格配置
|
String[] |
getSecurityGroup()
Get 安全组
|
String |
getUniqSubnetId()
Get 私有子网ID
|
String |
getUniqVpcId()
Get 私有网络ID
|
void |
setConnectionPoolLimit(Long ConnectionPoolLimit)
Set 连接池阈值
|
void |
setDesc(String Desc)
Set 描述
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setProxyNodeCustom(ProxyNodeCustom[] ProxyNodeCustom)
Set 节点规格配置
|
void |
setSecurityGroup(String[] SecurityGroup)
Set 安全组
|
void |
setUniqSubnetId(String UniqSubnetId)
Set 私有子网ID
|
void |
setUniqVpcId(String UniqVpcId)
Set 私有网络ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCdbProxyRequest()
public CreateCdbProxyRequest(CreateCdbProxyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- 私有网络IDpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- 私有子网IDpublic ProxyNodeCustom[] getProxyNodeCustom()
public void setProxyNodeCustom(ProxyNodeCustom[] ProxyNodeCustom)
ProxyNodeCustom
- 节点规格配置public String[] getSecurityGroup()
public void setSecurityGroup(String[] SecurityGroup)
SecurityGroup
- 安全组public String getDesc()
public void setDesc(String Desc)
Desc
- 描述public Long getConnectionPoolLimit()
public void setConnectionPoolLimit(Long ConnectionPoolLimit)
ConnectionPoolLimit
- 连接池阈值Copyright © 2024. All rights reserved.