public class DlcExpiredSnapshotsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DlcExpiredSnapshotsInfo() |
DlcExpiredSnapshotsInfo(DlcExpiredSnapshotsInfo 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 |
getBeforeDays()
Get 过期指定天前的快照
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEngine()
Get 用于运行快照过期治理项的引擎名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExpiredSnapshotsEnable()
Get 是否启用快照过期治理项:enable、none
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIntervalMin()
Get 快照过期治理运行周期,单位为分钟
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMaxConcurrentDeletes()
Get 清理过期快照的并行数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRetainLast()
Get 需要保留的最近快照个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBeforeDays(Long BeforeDays)
Set 过期指定天前的快照
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEngine(String Engine)
Set 用于运行快照过期治理项的引擎名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExpiredSnapshotsEnable(String ExpiredSnapshotsEnable)
Set 是否启用快照过期治理项:enable、none
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntervalMin(Long IntervalMin)
Set 快照过期治理运行周期,单位为分钟
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMaxConcurrentDeletes(Long MaxConcurrentDeletes)
Set 清理过期快照的并行数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRetainLast(Long RetainLast)
Set 需要保留的最近快照个数
注意:此字段可能返回 null,表示取不到有效值。
|
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 DlcExpiredSnapshotsInfo()
public DlcExpiredSnapshotsInfo(DlcExpiredSnapshotsInfo source)
public String getExpiredSnapshotsEnable()
public void setExpiredSnapshotsEnable(String ExpiredSnapshotsEnable)
ExpiredSnapshotsEnable
- 是否启用快照过期治理项:enable、none
注意:此字段可能返回 null,表示取不到有效值。public String getEngine()
public void setEngine(String Engine)
Engine
- 用于运行快照过期治理项的引擎名称
注意:此字段可能返回 null,表示取不到有效值。public Long getRetainLast()
public void setRetainLast(Long RetainLast)
RetainLast
- 需要保留的最近快照个数
注意:此字段可能返回 null,表示取不到有效值。public Long getBeforeDays()
public void setBeforeDays(Long BeforeDays)
BeforeDays
- 过期指定天前的快照
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxConcurrentDeletes()
public void setMaxConcurrentDeletes(Long MaxConcurrentDeletes)
MaxConcurrentDeletes
- 清理过期快照的并行数
注意:此字段可能返回 null,表示取不到有效值。public Long getIntervalMin()
public void setIntervalMin(Long IntervalMin)
IntervalMin
- 快照过期治理运行周期,单位为分钟
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.