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.
4423 4424 4425 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4423 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
4421 4422 4423 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4421 def network_adapters @network_adapters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4428 4429 4430 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4428 def update!(**args) @network_adapters = args[:network_adapters] if args.key?(:network_adapters) end |