Show / Hide Table of Contents

Interface CfnLocationNFS.IMountOptionsProperty

The NFS mount options that DataSync can use to mount your NFS share.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface IMountOptionsProperty
Syntax (vb)
Public Interface IMountOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-mountoptions.html

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;

MountOptionsProperty mountOptionsProperty = new MountOptionsProperty {
    Version = "version"
};

Synopsis

Properties

Version

Specifies the NFS version that you want DataSync to use when mounting your NFS share.

Properties

Version

Specifies the NFS version that you want DataSync to use when mounting your NFS share.

virtual string Version { get; }
Property Value

System.String

Remarks

If the server refuses to use the version specified, the task fails.

You can specify the following options:

    DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
    

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-mountoptions.html#cfn-datasync-locationnfs-mountoptions-version

    Back to top Generated by DocFX