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>)


3856
3857
3858
3859
3860
# File 'lib/aws-sdk-storagegateway/types.rb', line 3856

class EndpointNetworkConfiguration < Struct.new(
  :ip_addresses)
  SENSITIVE = []
  include Aws::Structure
end