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

Volume

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

Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

interface Volume {
AdministrativeActions?: AdministrativeAction[] | null;
CreationTime?: Date | number | null;
FileSystemId?: string | null;
Lifecycle?: VolumeLifecycle | null;
LifecycleTransitionReason?: LifecycleTransitionReason | null;
Name?: string | null;
OntapConfiguration?: OntapVolumeConfiguration | null;
OpenZFSConfiguration?: OpenZFSVolumeConfiguration | null;
ResourceARN?: string | null;
Tags?: Tag[] | null;
VolumeId?: string | null;
VolumeType?: VolumeType | null;
}

§Properties

§
AdministrativeActions?: AdministrativeAction[] | null
[src]

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

§
CreationTime?: Date | number | null
[src]
§
FileSystemId?: string | null
[src]
§
Lifecycle?: VolumeLifecycle | null
[src]

The lifecycle status of the volume.

  • AVAILABLE - The volume is fully available for use.
  • CREATED - The volume has been created.
  • CREATING - Amazon FSx is creating the new volume.
  • DELETING - Amazon FSx is deleting an existing volume.
  • FAILED - Amazon FSx was unable to create the volume.
  • MISCONFIGURED - The volume is in a failed but recoverable state.
  • PENDING - Amazon FSx hasn't started creating the volume.
§
LifecycleTransitionReason?: LifecycleTransitionReason | null
[src]

The reason why the volume lifecycle status changed.

§
Name?: string | null
[src]

The name of the volume.

§
OntapConfiguration?: OntapVolumeConfiguration | null
[src]
§
OpenZFSConfiguration?: OpenZFSVolumeConfiguration | null
[src]

The configuration of an Amazon FSx for OpenZFS volume.

§
ResourceARN?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
VolumeId?: string | null
[src]

The system-generated, unique ID of the volume.

§
VolumeType?: VolumeType | null
[src]

The type of the volume.