You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataSync::Types::SmbMountOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::SmbMountOptions
- Defined in:
- (unknown)
Overview
Note:
When passing SmbMountOptions as input to an Aws::Client method, you can use a vanilla Hash:
{
version: "AUTOMATIC", # accepts AUTOMATIC, SMB2, SMB3
}
Represents the mount options that are available for DataSync to access an SMB location.
Returned by:
Instance Attribute Summary collapse
-
#version ⇒ String
The specific SMB version that you want DataSync to use to mount your SMB share.
Instance Attribute Details
#version ⇒ String
The specific SMB version that you want DataSync to use to mount your SMB
share. If you don\'t specify a version, DataSync defaults to
AUTOMATIC
. That is, DataSync automatically selects a version based on
negotiation with the SMB server.
Possible values:
- AUTOMATIC
- SMB2
- SMB3