Show / Hide Table of Contents

Interface CfnLocationFSxONTAP.INfsMountOptionsProperty

Specifies how DataSync can access a location using the NFS protocol.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-nfsmountoptions.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;

             var nfsMountOptionsProperty = new NfsMountOptionsProperty {
                 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.

string? Version { get; }
Property Value

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.
    

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-nfsmountoptions.html#cfn-datasync-locationfsxontap-nfsmountoptions-version

    Back to top Generated by DocFX