public class DescribeSnapshotMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
category
The category of the snapshot.
|
String |
endTime
The end of the time range to query.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The interval at which to query the monitoring data of snapshot sizes.
|
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The beginning of the time range to query.
|
构造器和说明 |
---|
DescribeSnapshotMonitorDataRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeSnapshotMonitorDataRequest |
build(Map<String,?> map) |
String |
getCategory() |
String |
getEndTime() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribeSnapshotMonitorDataRequest |
setCategory(String category) |
DescribeSnapshotMonitorDataRequest |
setEndTime(String endTime) |
DescribeSnapshotMonitorDataRequest |
setOwnerAccount(String ownerAccount) |
DescribeSnapshotMonitorDataRequest |
setOwnerId(Long ownerId) |
DescribeSnapshotMonitorDataRequest |
setPeriod(Integer period) |
DescribeSnapshotMonitorDataRequest |
setRegionId(String regionId) |
DescribeSnapshotMonitorDataRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeSnapshotMonitorDataRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeSnapshotMonitorDataRequest |
setStartTime(String startTime) |
@NameInMap(value="Category") public String category
The category of the snapshot. Valid values:
Default value: Standard.
example:Standard
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. If the value of seconds (ss) is not 00, the time is rounded up to the next minute.
This parameter is required.
example:2019-05-10T03:00:00Z
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
The interval at which to query the monitoring data of snapshot sizes. Unit: seconds. Valid values:
Default value: 60.
example:60
@NameInMap(value="RegionId") public String regionId
The region ID. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. If the value of seconds (ss) is not 00, the time is rounded up to the next minute.
This parameter is required.
example:2019-05-10T00:00:00Z
public static DescribeSnapshotMonitorDataRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotMonitorDataRequest setCategory(String category)
public String getCategory()
public DescribeSnapshotMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSnapshotMonitorDataRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSnapshotMonitorDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSnapshotMonitorDataRequest setPeriod(Integer period)
public Integer getPeriod()
public DescribeSnapshotMonitorDataRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSnapshotMonitorDataRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSnapshotMonitorDataRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSnapshotMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.