Class: Aws::StorageGateway::Types::EndpointNetworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::EndpointNetworkConfiguration
- Defined in:
- gems/aws-sdk-storagegateway/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.
4200 4201 4202 4203 4204 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4200 class EndpointNetworkConfiguration < Struct.new( :ip_addresses) SENSITIVE = [] include Aws::Structure end |