Class: Aws::FSx::Types::FileSystemEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileSystemEndpoint
- Defined in:
- gems/aws-sdk-fsx/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 file system's DNS name.
-
#ip_addresses ⇒ Array<String>
The IPv4 addresses of the file system endpoint.
-
#ipv_6_addresses ⇒ Array<String>
The IPv6 addresses of the file system endpoint.
Instance Attribute Details
#dns_name ⇒ String
The file system's DNS name. You can mount your file system using its DNS name.
6405 6406 6407 6408 6409 6410 6411 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6405 class FileSystemEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Array<String>
The IPv4 addresses of the file system endpoint.
6405 6406 6407 6408 6409 6410 6411 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6405 class FileSystemEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |
#ipv_6_addresses ⇒ Array<String>
The IPv6 addresses of the file system endpoint.
6405 6406 6407 6408 6409 6410 6411 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6405 class FileSystemEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |