Show / Hide Table of Contents

Class CfnLocationFSxONTAP.NFSProperty

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.

Inheritance
object
CfnLocationFSxONTAP.NFSProperty
Implements
CfnLocationFSxONTAP.INFSProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLocationFSxONTAP.NFSProperty : CfnLocationFSxONTAP.INFSProperty
Syntax (vb)
Public Class CfnLocationFSxONTAP.NFSProperty Implements 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

Constructors

NFSProperty()

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.

Properties

MountOptions

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

Constructors

NFSProperty()

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.

public NFSProperty()
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"
                 }
             };

Properties

MountOptions

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

public object MountOptions { get; set; }
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

Implements

CfnLocationFSxONTAP.INFSProperty
Back to top Generated by DocFX