MachineType constructor

MachineType({
  1. List<MachineTypeAccelerators>? accelerators,
  2. String? architecture,
  3. BundledLocalSsds? bundledLocalSsds,
  4. String? creationTimestamp,
  5. DeprecationStatus? deprecated,
  6. String? description,
  7. int? guestCpus,
  8. String? id,
  9. int? imageSpaceGb,
  10. bool? isSharedCpu,
  11. String? kind,
  12. int? maximumPersistentDisks,
  13. String? maximumPersistentDisksSizeGb,
  14. int? memoryMb,
  15. String? name,
  16. String? selfLink,
  17. String? zone,
})

Implementation

MachineType({
  this.accelerators,
  this.architecture,
  this.bundledLocalSsds,
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.guestCpus,
  this.id,
  this.imageSpaceGb,
  this.isSharedCpu,
  this.kind,
  this.maximumPersistentDisks,
  this.maximumPersistentDisksSizeGb,
  this.memoryMb,
  this.name,
  this.selfLink,
  this.zone,
});