Show / Hide Table of Contents

Interface CfnLocationFSxONTAP.INFSProperty

Specifies the Network File System (NFS) protocol configuration that AWS DataSync uses to access a storage virtual machine (SVM) on your Amazon FSx for NetApp ONTAP file system.

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

For more information, see Accessing FSx for ONTAP file systems .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-nfs.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 nFSProperty = new NFSProperty {
                 MountOptions = new NfsMountOptionsProperty {
                     Version = "version"
                 }
             };

Synopsis

Properties

MountOptions

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

Properties

MountOptions

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

object MountOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnLocationFSxONTAP.INfsMountOptionsProperty

Back to top Generated by DocFX