Class: Aws::StorageGateway::Types::EndpointNetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::EndpointNetworkConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_addresses ⇒ Array<String>
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
Instance Attribute Details
#ip_addresses ⇒ Array<String>
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
<note markdown=“1”> If multiple file systems are associated with this gateway, this field is required.
</note>
3999 4000 4001 4002 4003 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3999 class EndpointNetworkConfiguration < Struct.new( :ip_addresses) SENSITIVE = [] include Aws::Structure end |