Reference documentation and code samples for the Google Cloud Migration Center V1 Client class RunningProcess.
Guest OS running process details.
Generated from protobuf message google.cloud.migrationcenter.v1.RunningProcess
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ pid
int|string
Process ID.
↳ exe_path
string
Process binary path.
↳ cmdline
string
Process full command line.
↳ user
string
User running the process.
↳ attributes
getPid
Process ID.
int|string
setPid
Process ID.
var
int|string
$this
getExePath
Process binary path.
string
setExePath
Process binary path.
var
string
$this
getCmdline
Process full command line.
string
setCmdline
Process full command line.
var
string
$this
getUser
User running the process.
string
setUser
User running the process.
var
string
$this
getAttributes
Process extended attributes.
setAttributes
Process extended attributes.
$this