CloudVmClusterProperties constructor

CloudVmClusterProperties({
  1. String? clusterName,
  2. String? compartmentId,
  3. String? computeModel,
  4. int? cpuCoreCount,
  5. double? dataStorageSizeTb,
  6. int? dbNodeStorageSizeGb,
  7. List<String>? dbServerOcids,
  8. DataCollectionOptions? diagnosticsDataCollectionOptions,
  9. String? diskRedundancy,
  10. String? dnsListenerIp,
  11. String? domain,
  12. String? giVersion,
  13. String? hostname,
  14. String? hostnamePrefix,
  15. String? licenseType,
  16. bool? localBackupEnabled,
  17. int? memorySizeGb,
  18. int? nodeCount,
  19. String? ociUrl,
  20. String? ocid,
  21. double? ocpuCount,
  22. String? scanDns,
  23. String? scanDnsRecordId,
  24. List<String>? scanIpIds,
  25. int? scanListenerPortTcp,
  26. int? scanListenerPortTcpSsl,
  27. String? shape,
  28. bool? sparseDiskgroupEnabled,
  29. List<String>? sshPublicKeys,
  30. String? state,
  31. int? storageSizeGb,
  32. String? systemVersion,
  33. TimeZone? timeZone,
})

Implementation

CloudVmClusterProperties({
  this.clusterName,
  this.compartmentId,
  this.computeModel,
  this.cpuCoreCount,
  this.dataStorageSizeTb,
  this.dbNodeStorageSizeGb,
  this.dbServerOcids,
  this.diagnosticsDataCollectionOptions,
  this.diskRedundancy,
  this.dnsListenerIp,
  this.domain,
  this.giVersion,
  this.hostname,
  this.hostnamePrefix,
  this.licenseType,
  this.localBackupEnabled,
  this.memorySizeGb,
  this.nodeCount,
  this.ociUrl,
  this.ocid,
  this.ocpuCount,
  this.scanDns,
  this.scanDnsRecordId,
  this.scanIpIds,
  this.scanListenerPortTcp,
  this.scanListenerPortTcpSsl,
  this.shape,
  this.sparseDiskgroupEnabled,
  this.sshPublicKeys,
  this.state,
  this.storageSizeGb,
  this.systemVersion,
  this.timeZone,
});