类 SubnetModel


  • public class SubnetModel
    extends Object
    The model for subnet
    • 构造器详细资料

      • SubnetModel

        public SubnetModel()
        The constructor of SubnetModel
      • SubnetModel

        public SubnetModel​(String subnetId,
                           String name,
                           String cidr,
                           String vpcId,
                           String subnetType,
                           String description,
                           String createTime)
        The constructor of SubnetModel
        参数:
        subnetId - The id of subnet
        name - The name of subnet
        cidr - The cidr of subnet
        vpcId - The vpcId of subnet
        subnetType - The subnetType of subnet
        description - The description of subnet
        createTime - The createTime of subnet