Class: Google::Apis::MigrationcenterV1::RunningProcessList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::RunningProcessList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb
Overview
List of running guest OS processes.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1::RunningProcess>
Running process entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunningProcessList
constructor
A new instance of RunningProcessList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunningProcessList
Returns a new instance of RunningProcessList.
5329 5330 5331 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::RunningProcess>
Running process entries.
Corresponds to the JSON property entries
5327 5328 5329 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5327 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5334 5335 5336 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5334 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |