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.
List of allocated/assigned network addresses.
Implements
IMessageNetworkAddressList, IEquatableNetworkAddressList, IDeepCloneableNetworkAddressList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NetworkAddressList()
public NetworkAddressList()
NetworkAddressList(NetworkAddressList)
public NetworkAddressList(NetworkAddressList other)
Parameter | |
---|---|
Name | Description |
other |
NetworkAddressList |
Properties
Entries
public RepeatedField<NetworkAddress> Entries { get; }
Network address entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNetworkAddress |