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 |
RunningServiceList
Running background services. |
↳ processes |
RunningProcessList
Running processes. |
↳ network |
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 |
GuestInstalledApplicationList
Installed applications information. |
↳ open_file_list |
OpenFileList
Open files information. |
getServices
Running background services.
Returns | |
---|---|
Type | Description |
RunningServiceList|null |
hasServices
clearServices
setServices
Running background services.
Parameter | |
---|---|
Name | Description |
var |
RunningServiceList
|
Returns | |
---|---|
Type | Description |
$this |
getProcesses
Running processes.
Returns | |
---|---|
Type | Description |
RunningProcessList|null |
hasProcesses
clearProcesses
setProcesses
Running processes.
Parameter | |
---|---|
Name | Description |
var |
RunningProcessList
|
Returns | |
---|---|
Type | Description |
$this |
getNetwork
Runtime network information (connections, ports).
Returns | |
---|---|
Type | Description |
RuntimeNetworkInfo|null |
hasNetwork
clearNetwork
setNetwork
Runtime network information (connections, ports).
Parameter | |
---|---|
Name | Description |
var |
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 |
GuestInstalledApplicationList|null |
hasInstalledApps
clearInstalledApps
setInstalledApps
Installed applications information.
Parameter | |
---|---|
Name | Description |
var |
GuestInstalledApplicationList
|
Returns | |
---|---|
Type | Description |
$this |
getOpenFileList
Open files information.
Returns | |
---|---|
Type | Description |
OpenFileList|null |
hasOpenFileList
clearOpenFileList
setOpenFileList
Open files information.
Parameter | |
---|---|
Name | Description |
var |
OpenFileList
|
Returns | |
---|---|
Type | Description |
$this |