| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FSx.Types.SvmEndpoint
Description
Synopsis
Documentation
data SvmEndpoint Source #
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four
endpoints that are used to access data or to manage the SVM using the
NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the
Iscsi, Management, Nfs, and Smb endpoints.
See: newSvmEndpoint smart constructor.
Constructors
| SvmEndpoint' | |
Instances
newSvmEndpoint :: SvmEndpoint Source #
Create a value of SvmEndpoint with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dNSName:SvmEndpoint', svmEndpoint_dNSName - Undocumented member.
$sel:ipAddresses:SvmEndpoint', svmEndpoint_ipAddresses - The SVM endpoint's IP addresses.
svmEndpoint_dNSName :: Lens' SvmEndpoint (Maybe Text) Source #
Undocumented member.
svmEndpoint_ipAddresses :: Lens' SvmEndpoint (Maybe (NonEmpty Text)) Source #
The SVM endpoint's IP addresses.