Reference documentation and code samples for the Google Cloud Migration Center V1 Client class MachineDetails.
Details of a machine.
Generated from protobuf message google.cloud.migrationcenter.v1.MachineDetails
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uuid
string
Machine unique identifier.
↳ machine_name
string
Machine name.
↳ create_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
int
Power state of the machine.
↳ architecture
Google\Cloud\MigrationCenter\V1\MachineArchitectureDetails
Architecture details (vendor, CPU architecture).
↳ guest_os
↳ network
↳ disks
↳ platform
getUuid
Machine unique identifier.
string
setUuid
Machine unique identifier.
var
string
$this
getMachineName
Machine name.
string
setMachineName
Machine name.
var
string
$this
getCreateTime
Machine creation time.
hasCreateTime
clearCreateTime
setCreateTime
Machine creation time.
$this
getCoreCount
Number of CPU cores in the machine. Must be non-negative.
int
setCoreCount
Number of CPU cores in the machine. Must be non-negative.
var
int
$this
getMemoryMb
The amount of memory in the machine. Must be non-negative.
int
setMemoryMb
The amount of memory in the machine. Must be non-negative.
var
int
$this
getPowerState
Power state of the machine.
int
setPowerState
Power state of the machine.
var
int
$this
getArchitecture
Architecture details (vendor, CPU architecture).
hasArchitecture
clearArchitecture
setArchitecture
Architecture details (vendor, CPU architecture).
$this
getGuestOs
Guest OS information.
hasGuestOs
clearGuestOs
setGuestOs
Guest OS information.
$this
getNetwork
Network details.
hasNetwork
clearNetwork
setNetwork
Network details.
$this
getDisks
Disk details.
hasDisks
clearDisks
setDisks
Disk details.
$this
getPlatform
Platform specific information.
hasPlatform
clearPlatform
setPlatform
Platform specific information.
$this