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.
3088 3089 3090 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3088 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::NetworkAddress>
Network address entries.
Corresponds to the JSON property entries
3086 3087 3088 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3086 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3093 3094 3095 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3093 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |