public class ModifyFileSystemRequest extends AbstractModel
Constructor and Description |
---|
ModifyFileSystemRequest() |
ModifyFileSystemRequest(ModifyFileSystemRequest 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 File system capacity (in bytes), which can range from 1 GB to 1 PB and must be an integer multiple of 1 GB
Note: the file system capacity after change cannot be smaller than the currently used capacity
|
String |
getDescription()
Get File system description
|
Boolean |
getEnableRanger()
Get Whether to enable verification of Ranger service addresses
|
String |
getFileSystemId()
Get File system ID
|
String |
getFileSystemName()
Get File system name
|
Boolean |
getPosixAcl()
Get Whether to verify POSIX ACL
|
String[] |
getRangerServiceAddresses()
Get List of Ranger service addresses, which can be an empty array
|
String[] |
getSuperUsers()
Get List of superuser names, which can be an empty array
|
void |
setCapacityQuota(Long CapacityQuota)
Set File system capacity (in bytes), which can range from 1 GB to 1 PB and must be an integer multiple of 1 GB
Note: the file system capacity after change cannot be smaller than the currently used capacity
|
void |
setDescription(String Description)
Set File system description
|
void |
setEnableRanger(Boolean EnableRanger)
Set Whether to enable verification of Ranger service addresses
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setFileSystemName(String FileSystemName)
Set File system name
|
void |
setPosixAcl(Boolean PosixAcl)
Set Whether to verify POSIX ACL
|
void |
setRangerServiceAddresses(String[] RangerServiceAddresses)
Set List of Ranger service addresses, which can be an empty array
|
void |
setSuperUsers(String[] SuperUsers)
Set List of superuser names, which can be an empty array
|
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 ModifyFileSystemRequest()
public ModifyFileSystemRequest(ModifyFileSystemRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- File system namepublic String getDescription()
public void setDescription(String Description)
Description
- File system descriptionpublic Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- File system capacity (in bytes), which can range from 1 GB to 1 PB and must be an integer multiple of 1 GB
Note: the file system capacity after change cannot be smaller than the currently used capacitypublic String[] getSuperUsers()
public void setSuperUsers(String[] SuperUsers)
SuperUsers
- List of superuser names, which can be an empty arraypublic Boolean getPosixAcl()
public void setPosixAcl(Boolean PosixAcl)
PosixAcl
- Whether to verify POSIX ACLpublic Boolean getEnableRanger()
public void setEnableRanger(Boolean EnableRanger)
EnableRanger
- Whether to enable verification of Ranger service addressespublic String[] getRangerServiceAddresses()
public void setRangerServiceAddresses(String[] RangerServiceAddresses)
RangerServiceAddresses
- List of Ranger service addresses, which can be an empty arrayCopyright © 2023. All rights reserved.