Class: Google::Cloud::MigrationCenter::V1::RunningProcess

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Guest OS running process details.

Defined Under Namespace

Classes: AttributesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Google::Protobuf::Map{::String => ::String}

Returns Process extended attributes.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Process extended attributes.



2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2479

class RunningProcess
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#cmdline::String

Returns Process full command line.

Returns:

  • (::String)

    Process full command line.



2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2479

class RunningProcess
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#exe_path::String

Returns Process binary path.

Returns:

  • (::String)

    Process binary path.



2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2479

class RunningProcess
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#pid::Integer

Returns Process ID.

Returns:

  • (::Integer)

    Process ID.



2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2479

class RunningProcess
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#user::String

Returns User running the process.

Returns:

  • (::String)

    User running the process.



2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2479

class RunningProcess
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class AttributesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end