public sealed class NetworkAddressList : IMessage<NetworkAddressList>, IEquatable<NetworkAddressList>, IDeepCloneable<NetworkAddressList>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkAddressList.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `NetworkAddressList` class within the Google Cloud Migration Center v1 API, specifically version 1.2.0."],["The `NetworkAddressList` class represents a list of allocated or assigned network addresses and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NetworkAddressList` class has two constructors, one default and another accepting another instance of `NetworkAddressList` for copying."],["It contains a `Entries` property, which is a `RepeatedField` of `NetworkAddress` type, representing the network address entries within the list."]]],[]]