Class: Aws::FSx::Types::FileSystemEndpoints

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interclusterTypes::FileSystemEndpoint

An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.



5979
5980
5981
5982
5983
5984
# File 'lib/aws-sdk-fsx/types.rb', line 5979

class FileSystemEndpoints < Struct.new(
  :intercluster,
  :management)
  SENSITIVE = []
  include Aws::Structure
end

#managementTypes::FileSystemEndpoint

An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.



5979
5980
5981
5982
5983
5984
# File 'lib/aws-sdk-fsx/types.rb', line 5979

class FileSystemEndpoints < Struct.new(
  :intercluster,
  :management)
  SENSITIVE = []
  include Aws::Structure
end