Class CfnLocationFSxOpenZFS.MountOptionsProperty
Represents the mount options that are available for DataSync to access a Network File System (NFS) location.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLocationFSxOpenZFS.MountOptionsProperty : CfnLocationFSxOpenZFS.IMountOptionsProperty
Syntax (vb)
Public Class CfnLocationFSxOpenZFS.MountOptionsProperty Implements CfnLocationFSxOpenZFS.IMountOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var mountOptionsProperty = new MountOptionsProperty {
Version = "version"
};
Synopsis
Constructors
| MountOptionsProperty() | Represents the mount options that are available for DataSync to access a Network File System (NFS) location. |
Properties
| Version | The specific NFS version that you want DataSync to use to mount your NFS share. |
Constructors
MountOptionsProperty()
Represents the mount options that are available for DataSync to access a Network File System (NFS) location.
public MountOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var mountOptionsProperty = new MountOptionsProperty {
Version = "version"
};
Properties
Version
The specific NFS version that you want DataSync to use to mount your NFS share.
public string? Version { get; set; }
Property Value
Remarks
If the server refuses to use the version specified, the sync will fail. If you don't specify a version, DataSync defaults to AUTOMATIC . That is, DataSync automatically selects a version based on negotiation with the NFS server.
You can specify the following NFS versions: