Table of Contents

Class DeleteFileSystemResponse

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

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

string

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

FileSystemLifecycle

LustreResponse

Gets and sets the property LustreResponse.

public DeleteFileSystemLustreResponse LustreResponse { get; set; }

Property Value

DeleteFileSystemLustreResponse

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

DeleteFileSystemOpenZFSResponse

WindowsResponse

Gets and sets the property WindowsResponse.

public DeleteFileSystemWindowsResponse WindowsResponse { get; set; }

Property Value

DeleteFileSystemWindowsResponse