Migration Center v1 API - Class NfsExportList (1.0.0)

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

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

NFS exports.

Inheritance

object > NfsExportList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NfsExportList()

public NfsExportList()

NfsExportList(NfsExportList)

public NfsExportList(NfsExportList other)
Parameter
NameDescription
otherNfsExportList

Properties

Entries

public RepeatedField<NfsExport> Entries { get; }

NFS export entries.

Property Value
TypeDescription
RepeatedFieldNfsExport