ExadbVmClusterProperties constructor

ExadbVmClusterProperties({
  1. int? additionalEcpuCountPerNode,
  2. String? clusterName,
  3. DataCollectionOptionsCommon? dataCollectionOptions,
  4. int? enabledEcpuCountPerNode,
  5. String? exascaleDbStorageVault,
  6. String? giVersion,
  7. String? gridImageId,
  8. String? hostname,
  9. String? hostnamePrefix,
  10. String? licenseModel,
  11. String? lifecycleState,
  12. int? memorySizeGb,
  13. int? nodeCount,
  14. String? ociUri,
  15. int? scanListenerPortTcp,
  16. String? shapeAttribute,
  17. List<String>? sshPublicKeys,
  18. TimeZone? timeZone,
  19. ExadbVmClusterStorageDetails? vmFileSystemStorage,
})

Implementation

ExadbVmClusterProperties({
  this.additionalEcpuCountPerNode,
  this.clusterName,
  this.dataCollectionOptions,
  this.enabledEcpuCountPerNode,
  this.exascaleDbStorageVault,
  this.giVersion,
  this.gridImageId,
  this.hostname,
  this.hostnamePrefix,
  this.licenseModel,
  this.lifecycleState,
  this.memorySizeGb,
  this.nodeCount,
  this.ociUri,
  this.scanListenerPortTcp,
  this.shapeAttribute,
  this.sshPublicKeys,
  this.timeZone,
  this.vmFileSystemStorage,
});