public class VpcModel extends Object
| Constructor and Description |
|---|
VpcModel()
The constructor of VpcModel
|
VpcModel(String vpcId,
String name,
String cidr,
String createTime,
String description,
Boolean isDefault)
The constructor of VpcModel
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr() |
String |
getCreateTime() |
Boolean |
getDefault() |
String |
getDescription() |
String |
getName() |
String |
getVpcId() |
VpcModel |
setCidr(String cidr) |
VpcModel |
setCreateTime(String createTime) |
VpcModel |
setDefault(Boolean aDefault) |
VpcModel |
setDescription(String description) |
VpcModel |
setName(String name) |
VpcModel |
setVpcId(String vpcId) |
public VpcModel()
public VpcModel(String vpcId, String name, String cidr, String createTime, String description, Boolean isDefault)
vpcId - The id of vpcname - The name of vpccidr - The cidr of vpccreateTime - The createTime of vpcdescription - The description of vpcisDefault - The isDefault of vpcCopyright © 2023. All rights reserved.