public class CreateFileSystemRequest extends AbstractModel
Constructor and Description |
---|
CreateFileSystemRequest() |
CreateFileSystemRequest(CreateFileSystemRequest 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 |
---|---|
Long |
getCapacityQuota()
Get 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
|
String |
getDescription()
Get 文件系统描述,默认为空字符串
|
String |
getFileSystemName()
Get 文件系统名称
|
Boolean |
getPosixAcl()
Get 是否校验POSIX ACL
|
String |
getRootInodeGroup()
Get 根目录Inode组名,默认为supergroup
|
String |
getRootInodeUser()
Get 根目录Inode用户名,默认为hadoop
|
String[] |
getSuperUsers()
Get 超级用户名列表,默认为空数组
|
void |
setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
|
void |
setDescription(String Description)
Set 文件系统描述,默认为空字符串
|
void |
setFileSystemName(String FileSystemName)
Set 文件系统名称
|
void |
setPosixAcl(Boolean PosixAcl)
Set 是否校验POSIX ACL
|
void |
setRootInodeGroup(String RootInodeGroup)
Set 根目录Inode组名,默认为supergroup
|
void |
setRootInodeUser(String RootInodeUser)
Set 根目录Inode用户名,默认为hadoop
|
void |
setSuperUsers(String[] SuperUsers)
Set 超级用户名列表,默认为空数组
|
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 CreateFileSystemRequest()
public CreateFileSystemRequest(CreateFileSystemRequest source)
public String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- 文件系统名称public Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍public Boolean getPosixAcl()
public void setPosixAcl(Boolean PosixAcl)
PosixAcl
- 是否校验POSIX ACLpublic String getDescription()
public void setDescription(String Description)
Description
- 文件系统描述,默认为空字符串public String[] getSuperUsers()
public void setSuperUsers(String[] SuperUsers)
SuperUsers
- 超级用户名列表,默认为空数组public String getRootInodeUser()
public void setRootInodeUser(String RootInodeUser)
RootInodeUser
- 根目录Inode用户名,默认为hadooppublic String getRootInodeGroup()
public void setRootInodeGroup(String RootInodeGroup)
RootInodeGroup
- 根目录Inode组名,默认为supergroupCopyright © 2021. All rights reserved.