public class SnapshotInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SnapshotInfo() |
SnapshotInfo(SnapshotInfo 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 |
getAliveDay()
Get 保留时长天
|
Long |
getAppId()
Get 账号ID
|
String |
getCreationTime()
Get 创建快照时间
|
String |
getDeleteTime()
Get 快照删除时间
|
String |
getFileSystemId()
Get 文件系统ID
|
String |
getFsName()
Get 文件系统名称
|
Long |
getPercent()
Get 快照进度百分比,1表示1%
|
String |
getRegionName()
Get 地域名称
|
Long |
getSize()
Get 快照大小
|
String |
getSnapshotId()
Get 快照ID
|
String |
getSnapshotName()
Get 快照名称
|
String |
getSnapshotTime()
Get 实际快照时间,反应快照对应文件系统某个时刻的数据。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSnapshotType()
Get 快照类型, general为通用系列快照,turbo为Turbo系列快照
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
|
TagInfo[] |
getTags()
Get 快照标签
|
void |
setAliveDay(Long AliveDay)
Set 保留时长天
|
void |
setAppId(Long AppId)
Set 账号ID
|
void |
setCreationTime(String CreationTime)
Set 创建快照时间
|
void |
setDeleteTime(String DeleteTime)
Set 快照删除时间
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
void |
setFsName(String FsName)
Set 文件系统名称
|
void |
setPercent(Long Percent)
Set 快照进度百分比,1表示1%
|
void |
setRegionName(String RegionName)
Set 地域名称
|
void |
setSize(Long Size)
Set 快照大小
|
void |
setSnapshotId(String SnapshotId)
Set 快照ID
|
void |
setSnapshotName(String SnapshotName)
Set 快照名称
|
void |
setSnapshotTime(String SnapshotTime)
Set 实际快照时间,反应快照对应文件系统某个时刻的数据。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSnapshotType(String SnapshotType)
Set 快照类型, general为通用系列快照,turbo为Turbo系列快照
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
|
void |
setTags(TagInfo[] Tags)
Set 快照标签
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SnapshotInfo()
public SnapshotInfo(SnapshotInfo source)
public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建快照时间public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名称public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- 快照IDpublic String getStatus()
public void setStatus(String Status)
Status
- 快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- 地域名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统IDpublic Long getSize()
public void setSize(Long Size)
Size
- 快照大小public Long getAliveDay()
public void setAliveDay(Long AliveDay)
AliveDay
- 保留时长天public Long getPercent()
public void setPercent(Long Percent)
Percent
- 快照进度百分比,1表示1%public Long getAppId()
public void setAppId(Long AppId)
AppId
- 账号IDpublic String getDeleteTime()
public void setDeleteTime(String DeleteTime)
DeleteTime
- 快照删除时间public String getFsName()
public void setFsName(String FsName)
FsName
- 文件系统名称public TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags
- 快照标签public String getSnapshotType()
public void setSnapshotType(String SnapshotType)
SnapshotType
- 快照类型, general为通用系列快照,turbo为Turbo系列快照
注意:此字段可能返回 null,表示取不到有效值。public String getSnapshotTime()
public void setSnapshotTime(String SnapshotTime)
SnapshotTime
- 实际快照时间,反应快照对应文件系统某个时刻的数据。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.