Struct aws_sdk_datasync::model::SmbMountOptions
source · #[non_exhaustive]pub struct SmbMountOptions { /* private fields */ }
Expand description
Specifies how DataSync can access a location using the SMB protocol.
Implementations§
source§impl SmbMountOptions
impl SmbMountOptions
sourcepub fn version(&self) -> Option<&SmbVersion>
pub fn version(&self) -> Option<&SmbVersion>
Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC
and chooses a version based on negotiation with the SMB server.
source§impl SmbMountOptions
impl SmbMountOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SmbMountOptions
.
Trait Implementations§
source§impl Clone for SmbMountOptions
impl Clone for SmbMountOptions
source§fn clone(&self) -> SmbMountOptions
fn clone(&self) -> SmbMountOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SmbMountOptions
impl Debug for SmbMountOptions
source§impl PartialEq<SmbMountOptions> for SmbMountOptions
impl PartialEq<SmbMountOptions> for SmbMountOptions
source§fn eq(&self, other: &SmbMountOptions) -> bool
fn eq(&self, other: &SmbMountOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.