ClusterArgs

constructor(accountType: Output<String>? = null, additionalVolumes: Output<List<ClusterAdditionalVolumeArgs>>? = null, applications: Output<List<ClusterApplicationArgs>>? = null, autoRenew: Output<Boolean>? = null, autoRenewPeriod: Output<Int>? = null, clientVersion: Output<String>? = null, clusterName: Output<String>? = null, clusterVersion: Output<String>? = null, computeCount: Output<Int>? = null, computeEnableHt: Output<Boolean>? = null, computeInstanceType: Output<String>? = null, computeSpotPriceLimit: Output<String>? = null, computeSpotStrategy: Output<String>? = null, deployMode: Output<String>? = null, description: Output<String>? = null, domain: Output<String>? = null, ecsChargeType: Output<String>? = null, ehpcVersion: Output<String>? = null, haEnable: Output<Boolean>? = null, imageId: Output<String>? = null, imageOwnerAlias: Output<String>? = null, inputFileUrl: Output<String>? = null, isComputeEss: Output<Boolean>? = null, jobQueue: Output<String>? = null, keyPairName: Output<String>? = null, loginCount: Output<Int>? = null, loginInstanceType: Output<String>? = null, managerCount: Output<Int>? = null, managerInstanceType: Output<String>? = null, osTag: Output<String>? = null, password: Output<String>? = null, period: Output<Int>? = null, periodUnit: Output<String>? = null, plugin: Output<String>? = null, postInstallScripts: Output<List<ClusterPostInstallScriptArgs>>? = null, ramNodeTypes: Output<List<String>>? = null, ramRoleName: Output<String>? = null, releaseInstance: Output<Boolean>? = null, remoteDirectory: Output<String>? = null, remoteVisEnable: Output<Boolean>? = null, resourceGroupId: Output<String>? = null, sccClusterId: Output<String>? = null, schedulerType: Output<String>? = null, securityGroupId: Output<String>? = null, securityGroupName: Output<String>? = null, systemDiskLevel: Output<String>? = null, systemDiskSize: Output<Int>? = null, systemDiskType: Output<String>? = null, volumeId: Output<String>? = null, volumeMountOption: Output<String>? = null, volumeMountpoint: Output<String>? = null, volumeProtocol: Output<String>? = null, volumeType: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null, withoutAgent: Output<Boolean>? = null, withoutElasticIp: Output<Boolean>? = null, zoneId: Output<String>? = null)