Migration Center v1 API - Class NetworkAddressList (1.0.0)

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.

Inheritance

object > NetworkAddressList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NetworkAddressList()

public NetworkAddressList()

NetworkAddressList(NetworkAddressList)

public NetworkAddressList(NetworkAddressList other)
Parameter
NameDescription
otherNetworkAddressList

Properties

Entries

public RepeatedField<NetworkAddress> Entries { get; }

Network address entries.

Property Value
TypeDescription
RepeatedFieldNetworkAddress