libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Read EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Show 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 #

NFData EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

Hashable EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

ToJSON EndpointNetworkConfiguration Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration

FromJSON 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" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" '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.