Class: Google::Apis::MigrationcenterV1::NetworkAddressList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::NetworkAddressList
- 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 allocated/assigned network addresses.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1::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.
3163 3164 3165 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3163 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::NetworkAddress>
Network address entries.
Corresponds to the JSON property entries
3161 3162 3163 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3161 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3168 3169 3170 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3168 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |