Migration Center v1 API - Class NfsExport (1.0.0)

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

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

NFS export.

Inheritance

object > NfsExport

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NfsExport()

public NfsExport()

NfsExport(NfsExport)

public NfsExport(NfsExport other)
Parameter
NameDescription
otherNfsExport

Properties

ExportDirectory

public string ExportDirectory { get; set; }

The directory being exported.

Property Value
TypeDescription
string

Hosts

public RepeatedField<string> Hosts { get; }

The hosts or networks to which the export is being shared.

Property Value
TypeDescription
RepeatedFieldstring