Uses of Class
software.amazon.awssdk.services.fsx.model.SvmEndpoint
-
Packages that use SvmEndpoint Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SvmEndpoint in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SvmEndpoint Modifier and Type Method Description SvmEndpointSvmEndpoints. iscsi()An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.SvmEndpointSvmEndpoints. management()An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.SvmEndpointSvmEndpoints. nfs()An endpoint for connecting using the Network File System (NFS) protocol.SvmEndpointSvmEndpoints. smb()An endpoint for connecting using the Server Message Block (SMB) protocol.Methods in software.amazon.awssdk.services.fsx.model with parameters of type SvmEndpoint Modifier and Type Method Description SvmEndpoints.BuilderSvmEndpoints.Builder. iscsi(SvmEndpoint iscsi)An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.SvmEndpoints.BuilderSvmEndpoints.Builder. management(SvmEndpoint management)An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.SvmEndpoints.BuilderSvmEndpoints.Builder. nfs(SvmEndpoint nfs)An endpoint for connecting using the Network File System (NFS) protocol.SvmEndpoints.BuilderSvmEndpoints.Builder. smb(SvmEndpoint smb)An endpoint for connecting using the Server Message Block (SMB) protocol.
-