Class: Google::Cloud::MigrationCenter::V1::RunningServiceList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::RunningServiceList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
List of running guest OS services.
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::RunningService>
Running service entries.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::RunningService>
Returns Running service entries.
2389 2390 2391 2392 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2389 class RunningServiceList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |