Location FSx Ontap Smb
data class LocationFSxOntapSmb(val domain: String? = null, val mountOptions: LocationFSxOntapSmbMountOptions, val password: String, val user: String)
SMB protocol configuration for FSx ONTAP file system.
Constructors
Link copied to clipboard
constructor(domain: String? = null, mountOptions: LocationFSxOntapSmbMountOptions, password: String, user: String)