Show / Hide Table of Contents

Interface CfnLocationFSxOpenZFS.IMountOptionsProperty

Represents the mount options that are available for DataSync to access a Network File System (NFS) location.

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-locationfsxopenzfs-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

The specific NFS version that you want DataSync to use to mount your NFS share.

Properties

Version

The specific NFS version that you want DataSync to use to mount your NFS share.

virtual string Version { get; }
Property Value

System.String

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:

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

    Back to top Generated by DocFX