Table of Contents

Class CopySnapshotAndUpdateVolumeResponse

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

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

List<AdministrativeAction>

Lifecycle

Gets and sets the property Lifecycle.

The lifecycle state of the destination volume.

public VolumeLifecycle Lifecycle { get; set; }

Property Value

VolumeLifecycle

VolumeId

Gets and sets the property VolumeId.

The ID of the volume that you copied the snapshot to.

public string VolumeId { get; set; }

Property Value

string