Class: Google::Apis::MigrationcenterV1alpha1::NetworkAddressList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::NetworkAddressList
- 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 allocated/assigned network addresses.
Instance Attribute Summary collapse
-
#addresses ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NetworkAddress>
Network address entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NetworkAddressList
constructor
A new instance of NetworkAddressList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NetworkAddressList
Returns a new instance of NetworkAddressList.
4696 4697 4698 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4696 def initialize(**args) update!(**args) end |
Instance Attribute Details
#addresses ⇒ Array<Google::Apis::MigrationcenterV1alpha1::NetworkAddress>
Network address entries.
Corresponds to the JSON property addresses
4694 4695 4696 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4694 def addresses @addresses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4701 4702 4703 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4701 def update!(**args) @addresses = args[:addresses] if args.key?(:addresses) end |