Class: Aws::FSx::Types::SvmEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::SvmEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the ‘Iscsi`, `Management`, `Nfs`, and `Smb` 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>
The SVM endpoint’s IP addresses.
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.
7337 7338 7339 7340 7341 7342 |
# File 'lib/aws-sdk-fsx/types.rb', line 7337 class SvmEndpoint < Struct.new( :dns_name, :ip_addresses) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Array<String>
The SVM endpoint’s IP addresses.
7337 7338 7339 7340 7341 7342 |
# File 'lib/aws-sdk-fsx/types.rb', line 7337 class SvmEndpoint < Struct.new( :dns_name, :ip_addresses) SENSITIVE = [] include Aws::Structure end |