Interface FsxUpdateProtocolSmb.Builder

    • Method Detail

      • domain

        FsxUpdateProtocolSmb.Builder domain​(String domain)

        Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to.

        If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.

        Parameters:
        domain - Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to.

        If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountOptions

        FsxUpdateProtocolSmb.Builder mountOptions​(SmbMountOptions mountOptions)
        Sets the value of the MountOptions property for this object.
        Parameters:
        mountOptions - The new value for the MountOptions property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        FsxUpdateProtocolSmb.Builder password​(String password)

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

        Parameters:
        password - Specifies the password of a user who has permission to access your SVM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        FsxUpdateProtocolSmb.Builder user​(String user)

        Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Parameters:
        user - Specifies a user that can mount and access the files, folders, and metadata in your SVM.

        For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

        Returns:
        Returns a reference to this object so that method calls can be chained together.