Table of Contents

Class DeleteStorageVirtualMachineResponse

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

This is the response object from the DeleteStorageVirtualMachine operation.

public class DeleteStorageVirtualMachineResponse : AmazonWebServiceResponse
Inheritance
DeleteStorageVirtualMachineResponse

Constructors

DeleteStorageVirtualMachineResponse()

public DeleteStorageVirtualMachineResponse()

Properties

Lifecycle

Gets and sets the property Lifecycle.

Describes the lifecycle state of the SVM being deleted.

public StorageVirtualMachineLifecycle Lifecycle { get; set; }

Property Value

StorageVirtualMachineLifecycle

StorageVirtualMachineId

Gets and sets the property StorageVirtualMachineId.

The ID of the SVM Amazon FSx is deleting.

public string StorageVirtualMachineId { get; set; }

Property Value

string