Class FsxProtocolSmb

    • Method Detail

      • domain

        public final String domain()

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

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

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

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

      • mountOptions

        public final SmbMountOptions mountOptions()
        Returns the value of the MountOptions property for this object.
        Returns:
        The value of the MountOptions property for this object.
      • password

        public final String password()

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

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

        public final 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.

        Returns:
        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.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)