public class ApplyCDBProxyRequest extends AbstractModel
Constructor and Description |
---|
ApplyCDBProxyRequest() |
ApplyCDBProxyRequest(ApplyCDBProxyRequest 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 |
getCpu()
Get cpu核数
|
String |
getDesc()
Get 描述说明
|
String |
getInstanceId()
Get 主实例唯一标识ID
|
Long |
getMem()
Get 内存
|
Long |
getProxyCount()
Get 代理组节点个数
|
String[] |
getSecurityGroup()
Get 安全组
|
String |
getUniqSubnetId()
Get 私有网络子网ID
|
String |
getUniqVpcId()
Get 私有网络ID
|
void |
setCpu(Long Cpu)
Set cpu核数
|
void |
setDesc(String Desc)
Set 描述说明
|
void |
setInstanceId(String InstanceId)
Set 主实例唯一标识ID
|
void |
setMem(Long Mem)
Set 内存
|
void |
setProxyCount(Long ProxyCount)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApplyCDBProxyRequest()
public ApplyCDBProxyRequest(ApplyCDBProxyRequest 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 Long getProxyCount()
public void setProxyCount(Long ProxyCount)
ProxyCount
- 代理组节点个数public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- cpu核数public Long getMem()
public void setMem(Long Mem)
Mem
- 内存public String[] getSecurityGroup()
public void setSecurityGroup(String[] SecurityGroup)
SecurityGroup
- 安全组public String getDesc()
public void setDesc(String Desc)
Desc
- 描述说明Copyright © 2022. All rights reserved.