DatabaseDeploymentTopology constructor
      
      DatabaseDeploymentTopology({})
     
    
    
Implementation
DatabaseDeploymentTopology({
  this.coreCount,
  this.coreLimit,
  this.diskAllocatedBytes,
  this.diskUsedBytes,
  this.instances,
  this.memoryBytes,
  this.memoryLimitBytes,
  this.physicalCoreCount,
  this.physicalCoreLimit,
});