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.
Implements
IMessageNfsExport, IEquatableNfsExport, IDeepCloneableNfsExport, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NfsExport()
public NfsExport()
NfsExport(NfsExport)
public NfsExport(NfsExport other)
Parameter | |
---|---|
Name | Description |
other |
NfsExport |
Properties
ExportDirectory
public string ExportDirectory { get; set; }
The directory being exported.
Property Value | |
---|---|
Type | Description |
string |
Hosts
public RepeatedField<string> Hosts { get; }
The hosts or networks to which the export is being shared.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |