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.
Implements
IMessageHostsEntryList, IEquatableHostsEntryList, IDeepCloneableHostsEntryList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
HostsEntryList()
public HostsEntryList()
HostsEntryList(HostsEntryList)
public HostsEntryList(HostsEntryList other)
Parameter | |
---|---|
Name | Description |
other |
HostsEntryList |
Properties
Entries
public RepeatedField<HostsEntry> Entries { get; }
Hosts entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHostsEntry |