Show / Hide Table of Contents

Interface CfnLocationFSxONTAP.ISMBProperty

Specifies the Server Message Block (SMB) protocol configuration that AWS DataSync uses to access a storage virtual machine (SVM) on your Amazon FSx for NetApp ONTAP file system.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface ISMBProperty
Syntax (vb)
Public Interface ISMBProperty
Remarks

For more information, see Accessing FSx for ONTAP file systems .

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

SMBProperty sMBProperty = new SMBProperty {
    MountOptions = new SmbMountOptionsProperty {
        Version = "version"
    },
    Password = "password",
    User = "user",

    // the properties below are optional
    Domain = "domain"
};

Synopsis

Properties

Domain

Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

MountOptions

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

Password

Specifies the password of a user who has permission to access your SVM.

User

Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

Properties

Domain

Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.

virtual string Domain { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-smb.html#cfn-datasync-locationfsxontap-smb-domain

MountOptions

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

object MountOptions { get; }
Property Value

System.Object

Remarks

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

Password

Specifies the password of a user who has permission to access your SVM.

string Password { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-smb.html#cfn-datasync-locationfsxontap-smb-password

User

Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.

string User { get; }
Property Value

System.String

Remarks

If you provide a user in your Active Directory, note the following:

    Make sure that the user has the permissions it needs to copy the data you want:

      Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxontap-smb.html#cfn-datasync-locationfsxontap-smb-user

      Back to top Generated by DocFX