Class FileSystemByPolicy
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.FileSystemByPolicy
-
public class FileSystemByPolicy extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FileSystemByPolicy()
FileSystemByPolicy(FileSystemByPolicy 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreationTime()
Get 文件系统创建时间String
getCreationToken()
Get 文件系统名称String
getFileSystemId()
Get 文件系统IDLong
getSizeByte()
Get 文件系统大小,单位ByteString
getStorageType()
Get 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型Long
getTotalSnapshotSize()
Get 快照总大小,单位GiBLong
getZoneId()
Get 文件系统所在区IDvoid
setCreationTime(String CreationTime)
Set 文件系统创建时间void
setCreationToken(String CreationToken)
Set 文件系统名称void
setFileSystemId(String FileSystemId)
Set 文件系统IDvoid
setSizeByte(Long SizeByte)
Set 文件系统大小,单位Bytevoid
setStorageType(String StorageType)
Set 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型void
setTotalSnapshotSize(Long TotalSnapshotSize)
Set 快照总大小,单位GiBvoid
setZoneId(Long ZoneId)
Set 文件系统所在区IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FileSystemByPolicy
public FileSystemByPolicy()
-
FileSystemByPolicy
public FileSystemByPolicy(FileSystemByPolicy 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.
-
-
Method Detail
-
getCreationToken
public String getCreationToken()
Get 文件系统名称- Returns:
- CreationToken 文件系统名称
-
setCreationToken
public void setCreationToken(String CreationToken)
Set 文件系统名称- Parameters:
CreationToken
- 文件系统名称
-
getFileSystemId
public String getFileSystemId()
Get 文件系统ID- Returns:
- FileSystemId 文件系统ID
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统ID- Parameters:
FileSystemId
- 文件系统ID
-
getSizeByte
public Long getSizeByte()
Get 文件系统大小,单位Byte- Returns:
- SizeByte 文件系统大小,单位Byte
-
setSizeByte
public void setSizeByte(Long SizeByte)
Set 文件系统大小,单位Byte- Parameters:
SizeByte
- 文件系统大小,单位Byte
-
getStorageType
public String getStorageType()
Get 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型- Returns:
- StorageType 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型
-
setStorageType
public void setStorageType(String StorageType)
Set 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型- Parameters:
StorageType
- 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型
-
getTotalSnapshotSize
public Long getTotalSnapshotSize()
Get 快照总大小,单位GiB- Returns:
- TotalSnapshotSize 快照总大小,单位GiB
-
setTotalSnapshotSize
public void setTotalSnapshotSize(Long TotalSnapshotSize)
Set 快照总大小,单位GiB- Parameters:
TotalSnapshotSize
- 快照总大小,单位GiB
-
getCreationTime
public String getCreationTime()
Get 文件系统创建时间- Returns:
- CreationTime 文件系统创建时间
-
setCreationTime
public void setCreationTime(String CreationTime)
Set 文件系统创建时间- Parameters:
CreationTime
- 文件系统创建时间
-
getZoneId
public Long getZoneId()
Get 文件系统所在区ID- Returns:
- ZoneId 文件系统所在区ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 文件系统所在区ID- Parameters:
ZoneId
- 文件系统所在区ID
-
-