public class DeleteCfsFileSystemRequest extends AbstractModel
Constructor and Description |
---|
DeleteCfsFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFileSystemId()
Get File system ID.
|
void |
setFileSystemId(String FileSystemId)
Set File system ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system ID. Note: please call the `DeleteMountTarget` API to delete the mount target first before deleting a file system; otherwise, the delete operation will fail.Copyright © 2020. All rights reserved.