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."],[[["The `NetworkAddressList` class in the Migration Center v1 API represents a list of allocated or assigned network addresses."],["The latest version of `NetworkAddressList` is 1.4.0, with prior versions available, including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cNetworkAddressList\u003e`, `IDeepCloneable\u003cNetworkAddressList\u003e`, and `IBufferMessage`."],["The `NetworkAddressList` class has two constructors, one default and one that takes another `NetworkAddressList` object as a parameter for copying."],["The `Entries` property, of type `RepeatedField\u003cNetworkAddress\u003e`, provides access to the network address entries contained within the list."]]],[]]