Show / Hide Table of Contents

Class CfnLocationNFS.MountOptionsProperty

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

Inheritance
System.Object
CfnLocationNFS.MountOptionsProperty
Implements
CfnLocationNFS.IMountOptionsProperty
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class MountOptionsProperty : Object, CfnLocationNFS.IMountOptionsProperty
Syntax (vb)
Public Class MountOptionsProperty
    Inherits Object
    Implements CfnLocationNFS.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

Constructors

MountOptionsProperty()

Properties

Version

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

Constructors

MountOptionsProperty()

public MountOptionsProperty()

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-locationnfs-mountoptions.html#cfn-datasync-locationnfs-mountoptions-version

    Implements

    CfnLocationNFS.IMountOptionsProperty
    Back to top Generated by DocFX