public class AllocateVIPParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
AllocateVIPParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="VPCId can not be empty") String vpcId,
@NotEmpty(message="subnetId can not be empty") String subnetId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBusinessId() |
Integer |
getCount() |
String |
getName() |
String |
getRegion() |
String |
getRemark() |
String |
getSubnetId() |
String |
getTag() |
String |
getVpcId() |
String |
getZone() |
void |
setBusinessId(String businessId) |
void |
setCount(Integer count) |
void |
setName(String name) |
void |
setRegion(String region) |
void |
setRemark(String remark) |
void |
setSubnetId(String subnetId) |
void |
setTag(String tag) |
void |
setVpcId(String vpcId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic AllocateVIPParam(@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="subnetId can not be empty")
@NotEmpty(message="subnetId can not be empty") String subnetId)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getVpcId()
public void setVpcId(String vpcId)
public String getSubnetId()
public void setSubnetId(String subnetId)
public Integer getCount()
public void setCount(Integer count)
public String getName()
public void setName(String name)
public String getTag()
public void setTag(String tag)
public String getRemark()
public void setRemark(String remark)
public String getBusinessId()
public void setBusinessId(String businessId)
Copyright © 2019. All rights reserved.