Show / Hide Table of Contents

Class CfnLocationFSxOpenZFS.NFSProperty

Represents the Network File System (NFS) protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxopenzfs-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;

NFSProperty nFSProperty = new NFSProperty {
    MountOptions = new MountOptionsProperty {
        Version = "version"
    }
};

Synopsis

Constructors

NFSProperty()

Properties

MountOptions

Represents the mount options that are available for DataSync to access an NFS location.

Constructors

NFSProperty()

public NFSProperty()

Properties

MountOptions

Represents the mount options that are available for DataSync to access an NFS location.

public object MountOptions { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnLocationFSxOpenZFS.INFSProperty
Back to top Generated by DocFX