MachineDetails constructor
MachineDetails({
- MachineArchitectureDetails? architecture,
- int? coreCount,
- String? createTime,
- MachineDiskDetails? disks,
- GuestOsDetails? guestOs,
- String? machineName,
- int? memoryMb,
- MachineNetworkDetails? network,
- PlatformDetails? platform,
- String? powerState,
- String? uuid,
Implementation
MachineDetails({
this.architecture,
this.coreCount,
this.createTime,
this.disks,
this.guestOs,
this.machineName,
this.memoryMb,
this.network,
this.platform,
this.powerState,
this.uuid,
});