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
object
CfnLocationFSxOpenZFS.NFSProperty
Implements
CfnLocationFSxOpenZFS.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 CfnLocationFSxOpenZFS.NFSProperty : CfnLocationFSxOpenZFS.INFSProperty
Syntax (vb)
Public Class CfnLocationFSxOpenZFS.NFSProperty Implements CfnLocationFSxOpenZFS.INFSProperty
Remarks

See: 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;

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

Synopsis

Constructors

NFSProperty()

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

Properties

MountOptions

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

Constructors

NFSProperty()

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

public NFSProperty()
Remarks

See: 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;

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

Properties

MountOptions

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

public object MountOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnLocationFSxOpenZFS.IMountOptionsProperty

Implements

CfnLocationFSxOpenZFS.INFSProperty
Back to top Generated by DocFX