public class FileSystem extends AbstractModel
Constructor and Description |
---|
FileSystem() |
FileSystem(FileSystem 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 |
getAppId()
Get Resource owner `AppId`
|
Long |
getBlockSize()
Get File system block size (in bytes)
|
Long |
getCapacityQuota()
Get File system capacity (in bytes)
|
String |
getCreateTime()
Get Creation time
|
String |
getDescription()
Get File system description
|
Boolean |
getEnableRanger()
Get Whether to enable verification of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.
|
String |
getFileSystemId()
Get File system ID
|
String |
getFileSystemName()
Get File system name
|
Boolean |
getPosixAcl()
Get POSIX permission control
|
String[] |
getRangerServiceAddresses()
Get List of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.
|
String |
getRegion()
Get Region
|
Long |
getStatus()
Get File system status (1: creating; 2: created successfully; 3: failed to create)
|
String[] |
getSuperUsers()
Get List of superuser names
|
void |
setAppId(Long AppId)
Set Resource owner `AppId`
|
void |
setBlockSize(Long BlockSize)
Set File system block size (in bytes)
|
void |
setCapacityQuota(Long CapacityQuota)
Set File system capacity (in bytes)
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDescription(String Description)
Set File system description
|
void |
setEnableRanger(Boolean EnableRanger)
Set Whether to enable verification of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setFileSystemName(String FileSystemName)
Set File system name
|
void |
setPosixAcl(Boolean PosixAcl)
Set POSIX permission control
|
void |
setRangerServiceAddresses(String[] RangerServiceAddresses)
Set List of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setRegion(String Region)
Set Region
|
void |
setStatus(Long Status)
Set File system status (1: creating; 2: created successfully; 3: failed to create)
|
void |
setSuperUsers(String[] SuperUsers)
Set List of superuser names
|
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 FileSystem()
public FileSystem(FileSystem source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- Resource owner `AppId`public String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- File system namepublic String getDescription()
public void setDescription(String Description)
Description
- File system descriptionpublic String getRegion()
public void setRegion(String Region)
Region
- Regionpublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic Long getBlockSize()
public void setBlockSize(Long BlockSize)
BlockSize
- File system block size (in bytes)public Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- File system capacity (in bytes)public Long getStatus()
public void setStatus(Long Status)
Status
- File system status (1: creating; 2: created successfully; 3: failed to create)public String[] getSuperUsers()
public void setSuperUsers(String[] SuperUsers)
SuperUsers
- List of superuser namespublic Boolean getPosixAcl()
public void setPosixAcl(Boolean PosixAcl)
PosixAcl
- POSIX permission controlpublic Boolean getEnableRanger()
public void setEnableRanger(Boolean EnableRanger)
EnableRanger
- Whether to enable verification of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.public String[] getRangerServiceAddresses()
public void setRangerServiceAddresses(String[] RangerServiceAddresses)
RangerServiceAddresses
- List of Ranger service addresses
Note: this field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.