CloudVmClusterArgs

constructor(backupSubnetCidr: Output<String>? = null, cloudExadataInfrastructureId: Output<String>? = null, clusterName: Output<String>? = null, cpuCoreCount: Output<Int>? = null, dataCollectionOptions: Output<CloudVmClusterDataCollectionOptionsArgs>? = null, dataStoragePercentage: Output<Int>? = null, dataStorageSizeInTbs: Output<Double>? = null, dbNodeStorageSizeInGbs: Output<Int>? = null, dbServers: Output<List<String>>? = null, displayName: Output<String>? = null, domain: Output<String>? = null, giVersion: Output<String>? = null, hostname: Output<String>? = null, licenseModel: Output<String>? = null, localBackupEnabled: Output<Boolean>? = null, location: Output<String>? = null, memorySizeInGbs: Output<Int>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, scanListenerPortTcp: Output<Int>? = null, scanListenerPortTcpSsl: Output<Int>? = null, sparseDiskgroupEnabled: Output<Boolean>? = null, sshPublicKeys: Output<List<String>>? = null, subnetId: Output<String>? = null, systemVersion: Output<String>? = null, tags: Output<Map<String, String>>? = null, timeZone: Output<String>? = null, virtualNetworkId: Output<String>? = null, zoneId: Output<String>? = null)