类 VpcModel


  • public class VpcModel
    extends Object
    The model for vpc
    • 构造器详细资料

      • 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 vpc
        name - The name of vpc
        cidr - The cidr of vpc
        createTime - The createTime of vpc
        description - The description of vpc
        isDefault - The isDefault of vpc