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.4/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]

Specifies the FSx for ONTAP file system deployment type in use in the file system.

  • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.

§
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]

(Multi-AZ only) The IP address range in which the endpoints to access your file system are created.

! IMPORTANT: ! The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. ! If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.

§
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]

(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.

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