public class DescribeStorageDetailsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeStorageDetailsRequest() |
DescribeStorageDetailsRequest(DescribeStorageDetailsRequest 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 |
---|---|
String |
getArea()
Get 查询的存储区域,有效值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
默认值为 Chinese Mainland。
|
String |
getEndTime()
Get 结束时间,需大于开始日期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
String |
getInterval()
Get 统计时间粒度,有效值:
Minute:以5分钟为粒度。
Day:以天为粒度。
默认按时间跨度决定,小于等于1天以5分钟为粒度,大于1天则以天为粒度。
|
String |
getStartTime()
Get 起始时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
String |
getStorageType()
Get 查询的存储类型,有效值:
TotalStorage:存储总量,标准、低频、归档和深度归档存储量之和,不含提前删除量。
StandardStorage:标准存储。
InfrequentStorage:低频存储。
ArchiveStorage:归档存储。
DeepArchiveStorage:深度归档存储。
DeletedInfrequentStorage:低频存储提前删除量。
DeletedArchiveStorage:归档提前删除量。
DeletedDeepArchiveStorage:深度归档提前删除量。
ArchiveStandardRetrieval:归档标准取回量。
ArchiveExpeditedRetrieval:归档快速取回量。
ArchiveBulkRetrieval:归档批量取回量。
DeepArchiveStandardRetrieval:深度归档标准取回量。
DeepArchiveBulkRetrieval:深度归档批量取回量。
默认值为 TotalStorage。
|
Long |
getSubAppId()
Get 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计。
|
void |
setArea(String Area)
Set 查询的存储区域,有效值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
默认值为 Chinese Mainland。
|
void |
setEndTime(String EndTime)
Set 结束时间,需大于开始日期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
void |
setInterval(String Interval)
Set 统计时间粒度,有效值:
Minute:以5分钟为粒度。
Day:以天为粒度。
默认按时间跨度决定,小于等于1天以5分钟为粒度,大于1天则以天为粒度。
|
void |
setStartTime(String StartTime)
Set 起始时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
void |
setStorageType(String StorageType)
Set 查询的存储类型,有效值:
TotalStorage:存储总量,标准、低频、归档和深度归档存储量之和,不含提前删除量。
StandardStorage:标准存储。
InfrequentStorage:低频存储。
ArchiveStorage:归档存储。
DeepArchiveStorage:深度归档存储。
DeletedInfrequentStorage:低频存储提前删除量。
DeletedArchiveStorage:归档提前删除量。
DeletedDeepArchiveStorage:深度归档提前删除量。
ArchiveStandardRetrieval:归档标准取回量。
ArchiveExpeditedRetrieval:归档快速取回量。
ArchiveBulkRetrieval:归档批量取回量。
DeepArchiveStandardRetrieval:深度归档标准取回量。
DeepArchiveBulkRetrieval:深度归档批量取回量。
默认值为 TotalStorage。
|
void |
setSubAppId(Long SubAppId)
Set 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeStorageDetailsRequest()
public DescribeStorageDetailsRequest(DescribeStorageDetailsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,需大于开始日期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
当该字段为1时,表示以管理员身份查询所有子应用(含主应用)的用量合计。public String getInterval()
public void setInterval(String Interval)
Interval
- 统计时间粒度,有效值:
public String getStorageType()
public void setStorageType(String StorageType)
StorageType
- 查询的存储类型,有效值:
public String getArea()
public void setArea(String Area)
Area
- 查询的存储区域,有效值:
Copyright © 2023. All rights reserved.