Class: Aws::FSx::Types::FileSystemEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileSystemEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. They are the ‘Management` and `Intercluster` endpoints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_name ⇒ String
The Domain Name Service (DNS) name for the file system.
-
#ip_addresses ⇒ Array<String>
IP addresses of the file system endpoint.
Instance Attribute Details
#dns_name ⇒ String
The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.
5330 5331 5332 5333 5334 5335 |
# File 'lib/aws-sdk-fsx/types.rb', line 5330 class FileSystemEndpoint < Struct.new( :dns_name, :ip_addresses) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Array<String>
IP addresses of the file system endpoint.
5330 5331 5332 5333 5334 5335 |
# File 'lib/aws-sdk-fsx/types.rb', line 5330 class FileSystemEndpoint < Struct.new( :dns_name, :ip_addresses) SENSITIVE = [] include Aws::Structure end |