public class DescribeInstanceMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
The end of the time range to query.
|
String |
instanceId
The instance ID.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The interval at which to retrieve monitoring 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. 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-10-30T08:00:00Z
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
This parameter is required.
example:i-bp1a36962lrhj4ab****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
The interval at which to retrieve 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-10-29T23:00:00Z
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 © 2024. All rights reserved.