DbSystemShape constructor
DbSystemShape({})
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,
});