public class CreateSubnetParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateSubnetParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="vpcId can not be empty") String vpcId,
@NotEmpty(message="subnet can not be empty") String subnet) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getNetmask() |
String |
getRegion() |
String |
getRemark() |
String |
getSubnet() |
String |
getSubnetNmae() |
String |
getTag() |
String |
getVpcId() |
void |
setNetmask(Integer netmask) |
void |
setRegion(String region) |
void |
setRemark(String remark) |
void |
setSubnet(String subnet) |
void |
setSubnetNmae(String subnetNmae) |
void |
setTag(String tag) |
void |
setVpcId(String vpcId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreateSubnetParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="vpcId can not be empty")
@NotEmpty(message="vpcId can not be empty") String vpcId,
@NotEmpty(message="subnet can not be empty")
@NotEmpty(message="subnet can not be empty") String subnet)
public String getRegion()
public void setRegion(String region)
public String getVpcId()
public void setVpcId(String vpcId)
public String getSubnet()
public void setSubnet(String subnet)
public Integer getNetmask()
public void setNetmask(Integer netmask)
public String getSubnetNmae()
public void setSubnetNmae(String subnetNmae)
public String getTag()
public void setTag(String tag)
public String getRemark()
public void setRemark(String remark)
Copyright © 2018. All rights reserved.