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.
4285 4286 4287 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4285 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::RunningProcess>
Running process entries.
Corresponds to the JSON property entries
4283 4284 4285 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4283 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4290 4291 4292 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4290 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |