Class: Aws::FSx::Types::SvmEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::SvmEndpoint
- Defined in:
- gems/aws-sdk-fsx/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 file system's DNS name.
-
#ip_addresses ⇒ Array<String>
The SVM endpoint's IPv4 addresses.
-
#ipv_6_addresses ⇒ Array<String>
The SVM endpoint's IPv6 addresses.
Instance Attribute Details
#dns_name ⇒ String
The file system's DNS name. You can mount your file system using its DNS name.
9326 9327 9328 9329 9330 9331 9332 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9326 class SvmEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Array<String>
The SVM endpoint's IPv4 addresses.
9326 9327 9328 9329 9330 9331 9332 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9326 class SvmEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |
#ipv_6_addresses ⇒ Array<String>
The SVM endpoint's IPv6 addresses.
9326 9327 9328 9329 9330 9331 9332 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9326 class SvmEndpoint < Struct.new( :dns_name, :ip_addresses, :ipv_6_addresses) SENSITIVE = [] include Aws::Structure end |