Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EndpointNetworkConfiguration Source #
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
See: newEndpointNetworkConfiguration
smart constructor.
EndpointNetworkConfiguration' | |
|
Instances
Eq EndpointNetworkConfiguration Source # | |
Read EndpointNetworkConfiguration Source # | |
Show EndpointNetworkConfiguration Source # | |
Generic EndpointNetworkConfiguration Source # | |
NFData EndpointNetworkConfiguration Source # | |
Defined in Amazonka.StorageGateway.Types.EndpointNetworkConfiguration rnf :: EndpointNetworkConfiguration -> () # | |
Hashable EndpointNetworkConfiguration Source # | |
ToJSON EndpointNetworkConfiguration Source # | |
FromJSON EndpointNetworkConfiguration Source # | |
type Rep EndpointNetworkConfiguration Source # | |
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.