MachineDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details of a machine.
Attributes |
|
---|---|
Name | Description |
uuid |
str
Machine unique identifier. |
machine_name |
str
Machine name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Machine creation time. |
core_count |
int
Number of CPU cores in the machine. Must be non-negative. |
memory_mb |
int
The amount of memory in the machine. Must be non-negative. |
power_state |
google.cloud.migrationcenter_v1.types.MachineDetails.PowerState
Power state of the machine. |
architecture |
google.cloud.migrationcenter_v1.types.MachineArchitectureDetails
Architecture details (vendor, CPU architecture). |
guest_os |
google.cloud.migrationcenter_v1.types.GuestOsDetails
Guest OS information. |
network |
google.cloud.migrationcenter_v1.types.MachineNetworkDetails
Network details. |
disks |
google.cloud.migrationcenter_v1.types.MachineDiskDetails
Disk details. |
platform |
google.cloud.migrationcenter_v1.types.PlatformDetails
Platform specific information. |
Classes
PowerState
PowerState(value)
Machine power state.