Class: Aws::StorageGateway::Types::EndpointNetworkConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

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

Returns:

  • (Array<String>)


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