Table of Contents

Class RestoreVolumeFromSnapshotResponse

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

This is the response object from the RestoreVolumeFromSnapshot operation.

public class RestoreVolumeFromSnapshotResponse : AmazonWebServiceResponse
Inheritance
RestoreVolumeFromSnapshotResponse

Constructors

RestoreVolumeFromSnapshotResponse()

public RestoreVolumeFromSnapshotResponse()

Properties

AdministrativeActions

Gets and sets the property AdministrativeActions.

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.

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

Property Value

List<AdministrativeAction>

Lifecycle

Gets and sets the property Lifecycle.

The lifecycle state of the volume being restored.

public VolumeLifecycle Lifecycle { get; set; }

Property Value

VolumeLifecycle

VolumeId

Gets and sets the property VolumeId.

The ID of the volume that you restored.

public string VolumeId { get; set; }

Property Value

string