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

RaidArray

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

Describes an instance's RAID array.

interface RaidArray {
AvailabilityZone?: string | null;
CreatedAt?: string | null;
Device?: string | null;
InstanceId?: string | null;
Iops?: number | null;
MountPoint?: string | null;
Name?: string | null;
NumberOfDisks?: number | null;
RaidArrayId?: string | null;
RaidLevel?: number | null;
Size?: number | null;
StackId?: string | null;
VolumeType?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The array's Availability Zone. For more information, see Regions and Endpoints.

§
CreatedAt?: string | null
[src]

When the RAID array was created.

§
Device?: string | null
[src]

The array's Linux device. For example /dev/mdadm0.

§
InstanceId?: string | null
[src]

The instance ID.

§
Iops?: number | null
[src]

For PIOPS volumes, the IOPS per disk.

§
MountPoint?: string | null
[src]

The array's mount point.

§
Name?: string | null
[src]

The array name.

§
NumberOfDisks?: number | null
[src]

The number of disks in the array.

§
RaidArrayId?: string | null
[src]

The array ID.

§
RaidLevel?: number | null
[src]
§
Size?: number | null
[src]

The array's size.

§
StackId?: string | null
[src]

The stack ID.

§
VolumeType?: string | null
[src]

The volume type, standard or PIOPS.