Class CopySnapshotAndUpdateVolumeResponse
This is the response object from the CopySnapshotAndUpdateVolume operation.
public class CopySnapshotAndUpdateVolumeResponse : AmazonWebServiceResponse
- Inheritance
-
CopySnapshotAndUpdateVolumeResponse
Constructors
CopySnapshotAndUpdateVolumeResponse()
public CopySnapshotAndUpdateVolumeResponse()
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 destination volume.
public VolumeLifecycle Lifecycle { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that you copied the snapshot to.
public string VolumeId { get; set; }