Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::RunningProcess.
Guest OS running process details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
#attributes=
def attributes=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
#cmdline
def cmdline() -> ::String
Returns
- (::String) — Process full command line.
#cmdline=
def cmdline=(value) -> ::String
Parameter
- value (::String) — Process full command line.
Returns
- (::String) — Process full command line.
#exe_path
def exe_path() -> ::String
Returns
- (::String) — Process binary path.
#exe_path=
def exe_path=(value) -> ::String
Parameter
- value (::String) — Process binary path.
Returns
- (::String) — Process binary path.
#pid
def pid() -> ::Integer
Returns
- (::Integer) — Process ID.
#pid=
def pid=(value) -> ::Integer
Parameter
- value (::Integer) — Process ID.
Returns
- (::Integer) — Process ID.
#user
def user() -> ::String
Returns
- (::String) — User running the process.
#user=
def user=(value) -> ::String
Parameter
- value (::String) — User running the process.
Returns
- (::String) — User running the process.