DataCenterArgs

constructor(autoRenew: Output<Boolean>? = null, autoRenewPeriod: Output<Int>? = null, clusterId: Output<String>? = null, dataCenterName: Output<String>? = null, diskSize: Output<Int>? = null, diskType: Output<String>? = null, enablePublic: Output<Boolean>? = null, instanceType: Output<String>? = null, nodeCount: Output<Int>? = null, payType: Output<String>? = null, period: Output<Int>? = null, periodUnit: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)