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 Number of CPU cores
|
String |
getDesc()
Get Description (up to 256 characters)
|
String |
getInstanceId()
Get Unique ID of the source instance
|
Long |
getMem()
Get Memory
|
Long |
getProxyCount()
Get Number of nodes in the proxy group
|
String[] |
getSecurityGroup()
Get Security group
|
String |
getUniqSubnetId()
Get VPC subnet ID
|
String |
getUniqVpcId()
Get VPC ID
|
void |
setCpu(Long Cpu)
Set Number of CPU cores
|
void |
setDesc(String Desc)
Set Description (up to 256 characters)
|
void |
setInstanceId(String InstanceId)
Set Unique ID of the source instance
|
void |
setMem(Long Mem)
Set Memory
|
void |
setProxyCount(Long ProxyCount)
Set Number of nodes in the proxy group
|
void |
setSecurityGroup(String[] SecurityGroup)
Set Security group
|
void |
setUniqSubnetId(String UniqSubnetId)
Set VPC subnet ID
|
void |
setUniqVpcId(String UniqVpcId)
Set VPC 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
- Unique ID of the source instancepublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VPC IDpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- VPC subnet IDpublic Long getProxyCount()
public void setProxyCount(Long ProxyCount)
ProxyCount
- Number of nodes in the proxy grouppublic Long getCpu()
public void setCpu(Long Cpu)
Cpu
- Number of CPU corespublic Long getMem()
public void setMem(Long Mem)
Mem
- Memorypublic String[] getSecurityGroup()
public void setSecurityGroup(String[] SecurityGroup)
SecurityGroup
- Security grouppublic String getDesc()
public void setDesc(String Desc)
Desc
- Description (up to 256 characters)Copyright © 2022. All rights reserved.