DbSystemShape constructor

DbSystemShape({
  1. int? availableCoreCountPerNode,
  2. int? availableDataStorageTb,
  3. int? availableMemoryPerNodeGb,
  4. int? maxNodeCount,
  5. int? maxStorageCount,
  6. int? minCoreCountPerNode,
  7. int? minDbNodeStoragePerNodeGb,
  8. int? minMemoryPerNodeGb,
  9. int? minNodeCount,
  10. int? minStorageCount,
  11. String? name,
  12. String? shape,
})

Implementation

DbSystemShape({
  this.availableCoreCountPerNode,
  this.availableDataStorageTb,
  this.availableMemoryPerNodeGb,
  this.maxNodeCount,
  this.maxStorageCount,
  this.minCoreCountPerNode,
  this.minDbNodeStoragePerNodeGb,
  this.minMemoryPerNodeGb,
  this.minNodeCount,
  this.minStorageCount,
  this.name,
  this.shape,
});