ComputeEngineShapeDescriptor constructor

ComputeEngineShapeDescriptor({
  1. int? logicalCoreCount,
  2. String? machineType,
  3. int? memoryMb,
  4. int? physicalCoreCount,
  5. String? series,
  6. List<ComputeStorageDescriptor>? storage,
})

Implementation

ComputeEngineShapeDescriptor({
  this.logicalCoreCount,
  this.machineType,
  this.memoryMb,
  this.physicalCoreCount,
  this.series,
  this.storage,
});