Show / Hide Table of Contents

Class CfnLocationFSxOpenZFS.MountOptionsProperty

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

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

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

             var mountOptionsProperty = new MountOptionsProperty {
                 Version = "version"
             };

Synopsis

Constructors

MountOptionsProperty()

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

Properties

Version

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

Constructors

MountOptionsProperty()

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

public MountOptionsProperty()
Remarks

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

             var mountOptionsProperty = new MountOptionsProperty {
                 Version = "version"
             };

Properties

Version

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

public string? Version { get; set; }
Property Value

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:

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

    Implements

    CfnLocationFSxOpenZFS.IMountOptionsProperty
    Back to top Generated by DocFX