Custom Disk Args
constructor(autoPay: Output<Boolean>? = null, autoRenew: Output<Boolean>? = null, description: Output<String>? = null, diskCategory: Output<String>? = null, diskName: Output<String>? = null, dryRun: Output<Boolean>? = null, instanceChargeType: Output<String>? = null, performanceLevel: Output<String>? = null, period: Output<Int>? = null, periodUnit: Output<String>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)