CustomArgs

constructor(amount: Output<Int>? = null, autoPay: Output<Boolean>? = null, autoRenew: Output<Boolean>? = null, createMode: Output<String>? = null, dataDisks: Output<List<CustomDataDiskArgs>>? = null, deploymentSetId: Output<String>? = null, description: Output<String>? = null, direction: Output<String>? = null, dryRun: Output<Boolean>? = null, force: Output<Boolean>? = null, forceStop: Output<Boolean>? = null, hostName: Output<String>? = null, imageId: Output<String>? = null, instanceChargeType: Output<String>? = null, instanceType: Output<String>? = null, internetChargeType: Output<String>? = null, internetMaxBandwidthOut: Output<Int>? = null, ioOptimized: Output<String>? = null, keyPairName: Output<String>? = null, password: Output<String>? = null, period: Output<Int>? = null, periodUnit: Output<String>? = null, resourceGroupId: Output<String>? = null, securityEnhancementStrategy: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, status: Output<String>? = null, systemDisk: Output<CustomSystemDiskArgs>? = null, tags: Output<Map<String, String>>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)