Class: Aws::FSx::Types::SvmEndpoints

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iscsiTypes::SvmEndpoint

An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

Returns:



9475
9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9475

class SvmEndpoints < Struct.new(
  :iscsi,
  :management,
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end

#managementTypes::SvmEndpoint

An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

Returns:



9475
9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9475

class SvmEndpoints < Struct.new(
  :iscsi,
  :management,
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end

#nfsTypes::SvmEndpoint

An endpoint for connecting using the Network File System (NFS) protocol.

Returns:



9475
9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9475

class SvmEndpoints < Struct.new(
  :iscsi,
  :management,
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end

#smbTypes::SvmEndpoint

An endpoint for connecting using the Server Message Block (SMB) protocol.

Returns:



9475
9476
9477
9478
9479
9480
9481
9482
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9475

class SvmEndpoints < Struct.new(
  :iscsi,
  :management,
  :nfs,
  :smb)
  SENSITIVE = []
  include Aws::Structure
end