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.
3026 3027 3028 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3026 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::NetworkAdapterDetails>
Network adapter entries.
Corresponds to the JSON property entries
3024 3025 3026 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3024 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3031 3032 3033 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3031 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |