Class DeleteStorageVirtualMachineResponse
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
StorageVirtualMachineId
Gets and sets the property StorageVirtualMachineId.
The ID of the SVM Amazon FSx is deleting.
public string StorageVirtualMachineId { get; set; }