public class DescribeEniMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
The end of the time range to query.
|
String |
eniId
The secondary ENI ID.
|
String |
instanceId
The ID of the instance to which the secondary ENI is bound.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The interval at which to retrieve monitoring data.
|
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The beginning of the time range to query.
|
构造器和说明 |
---|
DescribeEniMonitorDataRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeEniMonitorDataRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEniId() |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribeEniMonitorDataRequest |
setEndTime(String endTime) |
DescribeEniMonitorDataRequest |
setEniId(String eniId) |
DescribeEniMonitorDataRequest |
setInstanceId(String instanceId) |
DescribeEniMonitorDataRequest |
setOwnerAccount(String ownerAccount) |
DescribeEniMonitorDataRequest |
setOwnerId(Long ownerId) |
DescribeEniMonitorDataRequest |
setPeriod(Integer period) |
DescribeEniMonitorDataRequest |
setRegionId(String regionId) |
DescribeEniMonitorDataRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeEniMonitorDataRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeEniMonitorDataRequest |
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:2018-05-21T12:22:00Z
@NameInMap(value="EniId") public String eniId
The secondary ENI ID. By default, all secondary ENIs that are bound to the specified instance are queried.
example:eni-bp19da36d6xdwey****
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance to which the secondary ENI is bound.
This parameter is required.
example:i-bp1a5zr3u7nq9cx****
@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="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:2018-05-21T12:19:00Z
public static DescribeEniMonitorDataRequest build(Map<String,?> map) throws Exception
Exception
public DescribeEniMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeEniMonitorDataRequest setEniId(String eniId)
public String getEniId()
public DescribeEniMonitorDataRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeEniMonitorDataRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeEniMonitorDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeEniMonitorDataRequest setPeriod(Integer period)
public Integer getPeriod()
public DescribeEniMonitorDataRequest setRegionId(String regionId)
public String getRegionId()
public DescribeEniMonitorDataRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeEniMonitorDataRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeEniMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.