Class: Aws::FSx::Types::FileSystemEndpoints
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileSystemEndpoints
- 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
-
#intercluster ⇒ Types::FileSystemEndpoint
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
-
#management ⇒ Types::FileSystemEndpoint
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
Instance Attribute Details
#intercluster ⇒ Types::FileSystemEndpoint
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
5353 5354 5355 5356 5357 5358 |
# File 'lib/aws-sdk-fsx/types.rb', line 5353 class FileSystemEndpoints < Struct.new( :intercluster, :management) SENSITIVE = [] include Aws::Structure end |
#management ⇒ Types::FileSystemEndpoint
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
5353 5354 5355 5356 5357 5358 |
# File 'lib/aws-sdk-fsx/types.rb', line 5353 class FileSystemEndpoints < Struct.new( :intercluster, :management) SENSITIVE = [] include Aws::Structure end |