public class DescribeFileSystemResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFileSystemResponse() |
DescribeFileSystemResponse(DescribeFileSystemResponse 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 |
getArchiveCapacityUsed()
Get Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getCapacityUsed()
Get Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found.
|
Long |
getDeepArchiveCapacityUsed()
Get COS DEEP ARCHIVE storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDegradeCapacityUsed()
Get Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found.
|
FileSystem |
getFileSystem()
Get File system
|
Long |
getIntelligentCapacityUsed()
Get COS INTELLIGENT TIERING storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getStandardCapacityUsed()
Get Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setArchiveCapacityUsed(Long ArchiveCapacityUsed)
Set Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCapacityUsed(Long CapacityUsed)
Set Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)
Set COS DEEP ARCHIVE storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDegradeCapacityUsed(Long DegradeCapacityUsed)
Set Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found.
|
void |
setFileSystem(FileSystem FileSystem)
Set File system
|
void |
setIntelligentCapacityUsed(Long IntelligentCapacityUsed)
Set COS INTELLIGENT TIERING storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStandardCapacityUsed(Long StandardCapacityUsed)
Set Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFileSystemResponse()
public DescribeFileSystemResponse(DescribeFileSystemResponse source)
public FileSystem getFileSystem()
public void setFileSystem(FileSystem FileSystem)
FileSystem
- File systempublic Long getCapacityUsed()
public void setCapacityUsed(Long CapacityUsed)
CapacityUsed
- Used capacity of the file system, in bytes
Note: this field may return `null`, indicating that no valid value was found.public Long getArchiveCapacityUsed()
public void setArchiveCapacityUsed(Long ArchiveCapacityUsed)
ArchiveCapacityUsed
- Used ARCHIVE capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getStandardCapacityUsed()
public void setStandardCapacityUsed(Long StandardCapacityUsed)
StandardCapacityUsed
- Used STANDARD capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDegradeCapacityUsed()
public void setDegradeCapacityUsed(Long DegradeCapacityUsed)
DegradeCapacityUsed
- Used STANDARD_IA capacity of COS, in bytes
Note: this field may return `null`, indicating that no valid value was found.public Long getDeepArchiveCapacityUsed()
public void setDeepArchiveCapacityUsed(Long DeepArchiveCapacityUsed)
DeepArchiveCapacityUsed
- COS DEEP ARCHIVE storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getIntelligentCapacityUsed()
public void setIntelligentCapacityUsed(Long IntelligentCapacityUsed)
IntelligentCapacityUsed
- COS INTELLIGENT TIERING storage usage, in bytes
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.