Class: Google::Apis::MigrationcenterV1alpha1::RunningServiceList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::RunningServiceList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
List of running guest OS services.
Instance Attribute Summary collapse
-
#services ⇒ Array<Google::Apis::MigrationcenterV1alpha1::RunningService>
Corresponds to the JSON property
services.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunningServiceList
constructor
A new instance of RunningServiceList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunningServiceList
Returns a new instance of RunningServiceList.
2380 2381 2382 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2380 def initialize(**args) update!(**args) end |
Instance Attribute Details
#services ⇒ Array<Google::Apis::MigrationcenterV1alpha1::RunningService>
Corresponds to the JSON property services
2378 2379 2380 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2378 def services @services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2385 2386 2387 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2385 def update!(**args) @services = args[:services] if args.key?(:services) end |