public sealed class FstabEntryList : IMessage<FstabEntryList>, IEquatable<FstabEntryList>, IDeepCloneable<FstabEntryList>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class FstabEntryList.
Fstab content.
Implements
IMessageFstabEntryList, IEquatableFstabEntryList, IDeepCloneableFstabEntryList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
FstabEntryList()
public FstabEntryList()FstabEntryList(FstabEntryList)
public FstabEntryList(FstabEntryList other)| Parameter | |
|---|---|
| Name | Description |
other |
FstabEntryList |
Properties
Entries
public RepeatedField<FstabEntry> Entries { get; }Fstab entries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFstabEntry |
|