public class DeleteUserQuotaRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteUserQuotaRequest() |
DeleteUserQuotaRequest(DeleteUserQuotaRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirectoryPath()
Get 设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个
|
String |
getFileSystemId()
Get 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
String |
getUserId()
Get UID/GID信息,和DirectoryPath参数,两者必须填写一个
|
String |
getUserType()
Get 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
|
void |
setDirectoryPath(String DirectoryPath)
Set 设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
void |
setUserId(String UserId)
Set UID/GID信息,和DirectoryPath参数,两者必须填写一个
|
void |
setUserType(String UserType)
Set 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteUserQuotaRequest()
public DeleteUserQuotaRequest(DeleteUserQuotaRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)public String getUserType()
public void setUserType(String UserType)
UserType
- 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)public String getUserId()
public void setUserId(String UserId)
UserId
- UID/GID信息,和DirectoryPath参数,两者必须填写一个public String getDirectoryPath()
public void setDirectoryPath(String DirectoryPath)
DirectoryPath
- 设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个Copyright © 2025. All rights reserved.