VmwareVmDetails constructor

VmwareVmDetails({
  1. String? bootOption,
  2. String? committedStorageMb,
  3. int? cpuCount,
  4. String? datacenterDescription,
  5. String? datacenterId,
  6. int? diskCount,
  7. String? displayName,
  8. String? guestDescription,
  9. int? memoryMb,
  10. String? powerState,
  11. String? uuid,
  12. String? vmId,
})

Implementation

VmwareVmDetails({
  this.bootOption,
  this.committedStorageMb,
  this.cpuCount,
  this.datacenterDescription,
  this.datacenterId,
  this.diskCount,
  this.displayName,
  this.guestDescription,
  this.memoryMb,
  this.powerState,
  this.uuid,
  this.vmId,
});