Class RestoreVolumeFromSnapshotResponse
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
Lifecycle
Gets and sets the property Lifecycle.
The lifecycle state of the volume being restored.
public VolumeLifecycle Lifecycle { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that you restored.
public string VolumeId { get; set; }