public class DescribeDiskMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
diskId
The disk ID.
|
String |
endTime
The end of the time range to query.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The interval at which to retrieve the monitoring data.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The beginning of the time range to query.
|
构造器和说明 |
---|
DescribeDiskMonitorDataRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeDiskMonitorDataRequest |
build(Map<String,?> map) |
String |
getDiskId() |
String |
getEndTime() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribeDiskMonitorDataRequest |
setDiskId(String diskId) |
DescribeDiskMonitorDataRequest |
setEndTime(String endTime) |
DescribeDiskMonitorDataRequest |
setOwnerAccount(String ownerAccount) |
DescribeDiskMonitorDataRequest |
setOwnerId(Long ownerId) |
DescribeDiskMonitorDataRequest |
setPeriod(Integer period) |
DescribeDiskMonitorDataRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeDiskMonitorDataRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeDiskMonitorDataRequest |
setStartTime(String startTime) |
@NameInMap(value="DiskId") public String diskId
The disk ID.
This parameter is required.
example:d-bp1bq5g3dxxo1x4o****
@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:2014-07-23T12:09:00Z
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
The interval at which to retrieve the monitoring data. Unit: seconds. Valid values:
Default value: 60.
example:60
@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:2014-07-23T12:07:00Z
public static DescribeDiskMonitorDataRequest build(Map<String,?> map) throws Exception
Exception
public DescribeDiskMonitorDataRequest setDiskId(String diskId)
public String getDiskId()
public DescribeDiskMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeDiskMonitorDataRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeDiskMonitorDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeDiskMonitorDataRequest setPeriod(Integer period)
public Integer getPeriod()
public DescribeDiskMonitorDataRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeDiskMonitorDataRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeDiskMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.