Class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList
- 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 network adapters.
Instance Attribute Summary collapse
-
#network_adapters ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails>
Network adapter descriptions.
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.
4634 4635 4636 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#network_adapters ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails>
Network adapter descriptions.
Corresponds to the JSON property networkAdapters
4632 4633 4634 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4632 def network_adapters @network_adapters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4639 4640 4641 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4639 def update!(**args) @network_adapters = args[:network_adapters] if args.key?(:network_adapters) end |