class TencentCloud::Cvm::V20170312::ImportImageRequest
def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil, licensetype=nil, bootmode=nil, imagefamily=nil, importimagedatadisklist=nil)
def initialize(architecture=nil, ostype=nil, osversion=nil, imageurl=nil, imagename=nil, imagedescription=nil, dryrun=nil, force=nil, tagspecification=nil, licensetype=nil, bootmode=nil, imagefamily=nil, importimagedatadisklist=nil) @Architecture = architecture @OsType = ostype @OsVersion = osversion @ImageUrl = imageurl @ImageName = imagename @ImageDescription = imagedescription @DryRun = dryrun @Force = force @TagSpecification = tagspecification @LicenseType = licensetype @BootMode = bootmode @ImageFamily = imagefamily @ImportImageDataDiskList = importimagedatadisklist end