Class DeleteFileSystemResponse
The response object for the DeleteFileSystem
operation.
public class DeleteFileSystemResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteFileSystemResponse
Constructors
DeleteFileSystemResponse()
public DeleteFileSystemResponse()
Properties
FileSystemId
Gets and sets the property FileSystemId.
The ID of the file system that's being deleted.
public string FileSystemId { get; set; }
Property Value
Lifecycle
Gets and sets the property Lifecycle.
The file system lifecycle for the deletion request. If the DeleteFileSystem
operation is successful, this status is DELETING
.
public FileSystemLifecycle Lifecycle { get; set; }
Property Value
LustreResponse
Gets and sets the property LustreResponse.
public DeleteFileSystemLustreResponse LustreResponse { get; set; }
Property Value
OpenZFSResponse
Gets and sets the property OpenZFSResponse.
The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem
operation.
public DeleteFileSystemOpenZFSResponse OpenZFSResponse { get; set; }
Property Value
WindowsResponse
Gets and sets the property WindowsResponse.
public DeleteFileSystemWindowsResponse WindowsResponse { get; set; }