Class: Google::Apis::MigrationcenterV1::NetworkAdapterList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::NetworkAdapterList
- 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 network adapters.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1::NetworkAdapterDetails>
Network adapter entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkAdapterList
constructor
A new instance of NetworkAdapterList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkAdapterList
Returns a new instance of NetworkAdapterList.
3082 3083 3084 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3082 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::NetworkAdapterDetails>
Network adapter entries.
Corresponds to the JSON property entries
3080 3081 3082 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3080 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3087 3088 3089 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3087 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |