public class DescribeInstanceMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
The end of the time range to query.
|
String |
instanceId
The ID of the instance.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The interval at which to retrieve monitored data.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The beginning of the time range to query.
|
构造器和说明 |
---|
DescribeInstanceMonitorDataRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeInstanceMonitorDataRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribeInstanceMonitorDataRequest |
setEndTime(String endTime) |
DescribeInstanceMonitorDataRequest |
setInstanceId(String instanceId) |
DescribeInstanceMonitorDataRequest |
setOwnerAccount(String ownerAccount) |
DescribeInstanceMonitorDataRequest |
setOwnerId(Long ownerId) |
DescribeInstanceMonitorDataRequest |
setPeriod(Integer period) |
DescribeInstanceMonitorDataRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeInstanceMonitorDataRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeInstanceMonitorDataRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The time follows the [ISO 8601](~~25696~~) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. If the value of seconds (`ss`) is not `00`, the time is rounded up to the next minute.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
The interval at which to retrieve monitored data. Unit: seconds. Valid values:
* 60
* 600
* 3600
Default value: 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](~~25696~~) 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.
public static DescribeInstanceMonitorDataRequest build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeInstanceMonitorDataRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstanceMonitorDataRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeInstanceMonitorDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeInstanceMonitorDataRequest setPeriod(Integer period)
public Integer getPeriod()
public DescribeInstanceMonitorDataRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeInstanceMonitorDataRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeInstanceMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2023. All rights reserved.