amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Generic SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Associated Types

type Rep SvmEndpoint :: Type -> Type #

Read SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Show SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

NFData SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Methods

rnf :: SvmEndpoint -> () #

Eq SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Hashable SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

type Rep SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

type Rep SvmEndpoint = D1 ('MetaData "SvmEndpoint" "Amazonka.FSx.Types.SvmEndpoint" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SvmEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

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_ipAddresses :: Lens' SvmEndpoint (Maybe (NonEmpty Text)) Source #

The SVM endpoint's IP addresses.