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

SvmEndpoint

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

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.

interface SvmEndpoint {
DNSName?: string | null;
IpAddresses?: string[] | null;
}

§Properties

§
DNSName?: string | null
[src]
§
IpAddresses?: string[] | null
[src]

The SVM endpoint's IP addresses.