类 VpcModel
- java.lang.Object
-
- com.baidubce.services.bci.model.vpc.VpcModel
-
public class VpcModel extends Object
The model for vpc
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCidr()StringgetCreateTime()BooleangetDefault()StringgetDescription()StringgetName()StringgetVpcId()VpcModelsetCidr(String cidr)VpcModelsetCreateTime(String createTime)VpcModelsetDefault(Boolean aDefault)VpcModelsetDescription(String description)VpcModelsetName(String name)VpcModelsetVpcId(String vpcId)
-
-
-
构造器详细资料
-
VpcModel
public VpcModel()
The constructor of VpcModel
-
VpcModel
public VpcModel(String vpcId, String name, String cidr, String createTime, String description, Boolean isDefault)
The constructor of VpcModel- 参数:
vpcId- The id of vpcname- The name of vpccidr- The cidr of vpccreateTime- The createTime of vpcdescription- The description of vpcisDefault- The isDefault of vpc
-
-