amazonka-storagegateway-2.0: Amazon Storage Gateway 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.StorageGateway.Types.EndpointNetworkConfiguration

Description

 
Synopsis

Documentation

data EndpointNetworkConfiguration Source #

Specifies network configuration information for the gateway associated with the Amazon FSx file system.

See: newEndpointNetworkConfiguration smart constructor.

Constructors

EndpointNetworkConfiguration' 

Fields

  • ipAddresses :: Maybe [Text]

    A list of gateway IP addresses on which the associated Amazon FSx file system is available.

    If multiple file systems are associated with this gateway, this field is required.

Instances

Instances details
FromJSON EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

ToJSON EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Generic EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Associated Types

type Rep EndpointNetworkConfiguration :: Type -> Type #

Read EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Show EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

NFData EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Eq EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Hashable EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

type Rep EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

type Rep EndpointNetworkConfiguration = D1 ('MetaData "EndpointNetworkConfiguration" "Amazonka.StorageGateway.Types.EndpointNetworkConfiguration" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "EndpointNetworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEndpointNetworkConfiguration :: EndpointNetworkConfiguration Source #

Create a value of EndpointNetworkConfiguration 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:ipAddresses:EndpointNetworkConfiguration', endpointNetworkConfiguration_ipAddresses - A list of gateway IP addresses on which the associated Amazon FSx file system is available.

If multiple file systems are associated with this gateway, this field is required.

endpointNetworkConfiguration_ipAddresses :: Lens' EndpointNetworkConfiguration (Maybe [Text]) Source #

A list of gateway IP addresses on which the associated Amazon FSx file system is available.

If multiple file systems are associated with this gateway, this field is required.