Migration Center v1 API - Class HostsEntryList (1.0.0)

public sealed class HostsEntryList : IMessage<HostsEntryList>, IEquatable<HostsEntryList>, IDeepCloneable<HostsEntryList>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class HostsEntryList.

Hosts content.

Inheritance

object > HostsEntryList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

HostsEntryList()

public HostsEntryList()

HostsEntryList(HostsEntryList)

public HostsEntryList(HostsEntryList other)
Parameter
NameDescription
otherHostsEntryList

Properties

Entries

public RepeatedField<HostsEntry> Entries { get; }

Hosts entries.

Property Value
TypeDescription
RepeatedFieldHostsEntry