Show / Hide Table of Contents

Class CfnLocationFSxONTAP.NfsMountOptionsProperty

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

Inheritance
System.Object
CfnLocationFSxONTAP.NfsMountOptionsProperty
Implements
CfnLocationFSxONTAP.INfsMountOptionsProperty
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class NfsMountOptionsProperty : Object, CfnLocationFSxONTAP.INfsMountOptionsProperty
Syntax (vb)
Public Class NfsMountOptionsProperty
    Inherits Object
    Implements CfnLocationFSxONTAP.INfsMountOptionsProperty
Remarks

Link: 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;

NfsMountOptionsProperty nfsMountOptionsProperty = new NfsMountOptionsProperty {
    Version = "version"
};

Synopsis

Constructors

NfsMountOptionsProperty()

Properties

Version

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

Constructors

NfsMountOptionsProperty()

public NfsMountOptionsProperty()

Properties

Version

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

public string Version { get; set; }
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-locationfsxontap-nfsmountoptions.html#cfn-datasync-locationfsxontap-nfsmountoptions-version

    Implements

    CfnLocationFSxONTAP.INfsMountOptionsProperty
    Back to top Generated by DocFX