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

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

Instance Attribute Details

#ip_addressesArray<String>

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.

Returns:

  • (Array<String>)


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

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