Class Volume
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
CreationTime
Gets and sets the property CreationTime.
public DateTime CreationTime { get; set; }
Property Value
FileSystemId
Gets and sets the property FileSystemId.
public string FileSystemId { get; set; }
Property Value
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
LifecycleTransitionReason
Gets and sets the property LifecycleTransitionReason.
The reason why the volume lifecycle status changed.
public LifecycleTransitionReason LifecycleTransitionReason { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the volume.
public string Name { get; set; }
Property Value
OntapConfiguration
Gets and sets the property OntapConfiguration.
public OntapVolumeConfiguration OntapConfiguration { get; set; }
Property Value
OpenZFSConfiguration
Gets and sets the property OpenZFSConfiguration.
The configuration of an Amazon FSx for OpenZFS volume.
public OpenZFSVolumeConfiguration OpenZFSConfiguration { get; set; }
Property Value
ResourceARN
Gets and sets the property ResourceARN.
public string ResourceARN { get; set; }
Property Value
Tags
Gets and sets the property Tags.
public List<Tag> Tags { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The system-generated, unique ID of the volume.
public string VolumeId { get; set; }
Property Value
VolumeType
Gets and sets the property VolumeType.
The type of the volume.
public VolumeType VolumeType { get; set; }