Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SvmEndpoints

import type { SvmEndpoints } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

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.

interface SvmEndpoints {
Iscsi?: SvmEndpoint | null;
Management?: SvmEndpoint | null;
Nfs?: SvmEndpoint | null;
Smb?: SvmEndpoint | null;
}

§Properties

§
Iscsi?: SvmEndpoint | null
[src]

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

§
Management?: SvmEndpoint | null
[src]

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

§
Nfs?: SvmEndpoint | null
[src]

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

§
Smb?: SvmEndpoint | null
[src]

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