Reference documentation and code samples for the Google Cloud Migration Center V1 Client class GuestRuntimeDetails.
Guest OS runtime information.
Generated from protobuf message google.cloud.migrationcenter.v1.GuestRuntimeDetails
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ services |
Google\Cloud\MigrationCenter\V1\RunningServiceList
Running background services. |
↳ processes |
Google\Cloud\MigrationCenter\V1\RunningProcessList
Running processes. |
↳ network |
Google\Cloud\MigrationCenter\V1\RuntimeNetworkInfo
Runtime network information (connections, ports). |
↳ last_boot_time |
Google\Protobuf\Timestamp
Last time the OS was booted. |
↳ domain |
string
Domain, e.g. c.stratozone-development.internal. |
↳ machine_name |
string
Machine name. |
↳ installed_apps |
Google\Cloud\MigrationCenter\V1\GuestInstalledApplicationList
Installed applications information. |
↳ open_file_list |
Google\Cloud\MigrationCenter\V1\OpenFileList
Open files information. |
getServices
Running background services.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\RunningServiceList|null |
|
hasServices
clearServices
setServices
Running background services.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\RunningServiceList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProcesses
Running processes.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\RunningProcessList|null |
|
hasProcesses
clearProcesses
setProcesses
Running processes.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\RunningProcessList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNetwork
Runtime network information (connections, ports).
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\RuntimeNetworkInfo|null |
|
hasNetwork
clearNetwork
setNetwork
Runtime network information (connections, ports).
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\RuntimeNetworkInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastBootTime
Last time the OS was booted.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastBootTime
clearLastBootTime
setLastBootTime
Last time the OS was booted.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDomain
Domain, e.g. c.stratozone-development.internal.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDomain
Domain, e.g. c.stratozone-development.internal.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMachineName
Machine name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMachineName
Machine name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstalledApps
Installed applications information.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\GuestInstalledApplicationList|null |
|
hasInstalledApps
clearInstalledApps
setInstalledApps
Installed applications information.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\GuestInstalledApplicationList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOpenFileList
Open files information.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\MigrationCenter\V1\OpenFileList|null |
|
hasOpenFileList
clearOpenFileList
setOpenFileList
Open files information.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\MigrationCenter\V1\OpenFileList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|