Migration Center v1 API - Class FstabEntryList (1.4.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
Name Description
other FstabEntryList

Properties

Entries

public RepeatedField<FstabEntry> Entries { get; }

Fstab entries.

Property Value
Type Description
RepeatedFieldFstabEntry