Table of Contents

Class Volume

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Describes an Amazon FSx volume.

public class Volume
Inheritance
Volume
Inherited Members

Constructors

Volume()

public Volume()

Properties

AdministrativeActions

Gets and sets the property AdministrativeActions.

A list of administrative actions for the volume that are in process or waiting to be processed. Administrative actions describe changes to the volume that you have initiated using the UpdateVolume action.

public List<AdministrativeAction> AdministrativeActions { get; set; }

Property Value

List<AdministrativeAction>

CreationTime

Gets and sets the property CreationTime.

public DateTime CreationTime { get; set; }

Property Value

DateTime

FileSystemId

Gets and sets the property FileSystemId.

public string FileSystemId { get; set; }

Property Value

string

Lifecycle

Gets and sets the property Lifecycle.

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.

public VolumeLifecycle Lifecycle { get; set; }

Property Value

VolumeLifecycle

LifecycleTransitionReason

Gets and sets the property LifecycleTransitionReason.

The reason why the volume lifecycle status changed.

public LifecycleTransitionReason LifecycleTransitionReason { get; set; }

Property Value

LifecycleTransitionReason

Name

Gets and sets the property Name.

The name of the volume.

public string Name { get; set; }

Property Value

string

OntapConfiguration

Gets and sets the property OntapConfiguration.

public OntapVolumeConfiguration OntapConfiguration { get; set; }

Property Value

OntapVolumeConfiguration

OpenZFSConfiguration

Gets and sets the property OpenZFSConfiguration.

The configuration of an Amazon FSx for OpenZFS volume.

public OpenZFSVolumeConfiguration OpenZFSConfiguration { get; set; }

Property Value

OpenZFSVolumeConfiguration

ResourceARN

Gets and sets the property ResourceARN.

public string ResourceARN { get; set; }

Property Value

string

Tags

Gets and sets the property Tags.

public List<Tag> Tags { get; set; }

Property Value

List<Tag>

VolumeId

Gets and sets the property VolumeId.

The system-generated, unique ID of the volume.

public string VolumeId { get; set; }

Property Value

string

VolumeType

Gets and sets the property VolumeType.

The type of the volume.

public VolumeType VolumeType { get; set; }

Property Value

VolumeType