Properties of a MachineDetails.
Package
@google-cloud/migrationcenterProperties
architecture
architecture?: (google.cloud.migrationcenter.v1.IMachineArchitectureDetails|null);MachineDetails architecture
coreCount
coreCount?: (number|null);MachineDetails coreCount
createTime
createTime?: (google.protobuf.ITimestamp|null);MachineDetails createTime
disks
disks?: (google.cloud.migrationcenter.v1.IMachineDiskDetails|null);MachineDetails disks
guestOs
guestOs?: (google.cloud.migrationcenter.v1.IGuestOsDetails|null);MachineDetails guestOs
machineName
machineName?: (string|null);MachineDetails machineName
memoryMb
memoryMb?: (number|null);MachineDetails memoryMb
network
network?: (google.cloud.migrationcenter.v1.IMachineNetworkDetails|null);MachineDetails network
platform
platform?: (google.cloud.migrationcenter.v1.IPlatformDetails|null);MachineDetails platform
powerState
powerState?: (google.cloud.migrationcenter.v1.MachineDetails.PowerState|keyof typeof google.cloud.migrationcenter.v1.MachineDetails.PowerState|null);MachineDetails powerState
uuid
uuid?: (string|null);MachineDetails uuid