Class: Google::Cloud::MigrationCenter::V1::NetworkAdapterList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::NetworkAdapterList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
List of network adapters.
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::NetworkAdapterDetails>
Network adapter entries.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::NetworkAdapterDetails>
Returns Network adapter entries.
1968 1969 1970 1971 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1968 class NetworkAdapterList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |