Class DeleteStorageVirtualMachineRequest
Container for the parameters to the DeleteStorageVirtualMachine operation. Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.
public class DeleteStorageVirtualMachineRequest : AmazonFSxRequest
- Inheritance
-
DeleteStorageVirtualMachineRequest
Constructors
DeleteStorageVirtualMachineRequest()
public DeleteStorageVirtualMachineRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
StorageVirtualMachineId
Gets and sets the property StorageVirtualMachineId.
The ID of the SVM that you want to delete.
public string StorageVirtualMachineId { get; set; }