MachineDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of a machine.
| Attributes | |
|---|---|
| Name | Description | 
| uuid | strMachine unique identifier. | 
| machine_name | strMachine name. | 
| create_time | google.protobuf.timestamp_pb2.TimestampMachine creation time. | 
| core_count | intNumber of CPU cores in the machine. Must be non-negative. | 
| memory_mb | intThe amount of memory in the machine. Must be non-negative. | 
| power_state | google.cloud.migrationcenter_v1.types.MachineDetails.PowerStatePower state of the machine. | 
| architecture | google.cloud.migrationcenter_v1.types.MachineArchitectureDetailsArchitecture details (vendor, CPU architecture). | 
| guest_os | google.cloud.migrationcenter_v1.types.GuestOsDetailsGuest OS information. | 
| network | google.cloud.migrationcenter_v1.types.MachineNetworkDetailsNetwork details. | 
| disks | google.cloud.migrationcenter_v1.types.MachineDiskDetailsDisk details. | 
| platform | google.cloud.migrationcenter_v1.types.PlatformDetailsPlatform specific information. | 
Classes
PowerState
PowerState(value)Machine power state.