Migration Center v1 API - Class FstabEntryList (1.0.0)

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

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

Fstab content.

Inheritance

object > FstabEntryList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

FstabEntryList()

public FstabEntryList()

FstabEntryList(FstabEntryList)

public FstabEntryList(FstabEntryList other)
Parameter
NameDescription
otherFstabEntryList

Properties

Entries

public RepeatedField<FstabEntry> Entries { get; }

Fstab entries.

Property Value
TypeDescription
RepeatedFieldFstabEntry