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

OntapFileSystemConfiguration

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

Configuration for the FSx for NetApp ONTAP file system.

interface OntapFileSystemConfiguration {
AutomaticBackupRetentionDays?: number | null;
DailyAutomaticBackupStartTime?: string | null;
DeploymentType?: OntapDeploymentType | null;
DiskIopsConfiguration?: DiskIopsConfiguration | null;
EndpointIpAddressRange?: string | null;
Endpoints?: FileSystemEndpoints | null;
PreferredSubnetId?: string | null;
RouteTableIds?: string[] | null;
ThroughputCapacity?: number | null;
WeeklyMaintenanceStartTime?: string | null;
}

§Properties

§
AutomaticBackupRetentionDays?: number | null
[src]
§
DailyAutomaticBackupStartTime?: string | null
[src]
§
DeploymentType?: OntapDeploymentType | null
[src]

The ONTAP file system deployment type.

§
DiskIopsConfiguration?: DiskIopsConfiguration | null
[src]

The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

§
EndpointIpAddressRange?: string | null
[src]

The IP address range in which the endpoints to access your file system are created.

§
Endpoints?: FileSystemEndpoints | null
[src]

The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

§
PreferredSubnetId?: string | null
[src]
§
RouteTableIds?: string[] | null
[src]

The VPC route tables in which your file system's endpoints are created.

§
ThroughputCapacity?: number | null
[src]
§
WeeklyMaintenanceStartTime?: string | null
[src]