Show / Hide Table of Contents

Class CfnLocationFSxOpenZFS.ProtocolProperty

Represents the protocol that AWS DataSync uses to access your Amazon FSx for OpenZFS file system.

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

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

ProtocolProperty protocolProperty = new ProtocolProperty {
    Nfs = new NFSProperty {
        MountOptions = new MountOptionsProperty {
            Version = "version"
        }
    }
};

Synopsis

Constructors

ProtocolProperty()

Properties

Nfs

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

Constructors

ProtocolProperty()

public ProtocolProperty()

Properties

Nfs

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

public object Nfs { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnLocationFSxOpenZFS.IProtocolProperty
Back to top Generated by DocFX