CloudVmClusterProperties constructor

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

Implementation

CloudVmClusterProperties({
  this.clusterName,
  this.compartmentId,
  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,
});