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.
4532 4533 4534 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4532 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::RunningProcess>
Running process entries.
Corresponds to the JSON property entries
4530 4531 4532 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4530 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4537 4538 4539 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4537 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |