public class DescribeEipMonitorDataRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP.
|
String |
endTime
The end of the time range to query.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
period
The duration of each monitoring data entry.
|
String |
regionId
The ID of the region to which the EIP belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The beginning of the time range to query.
|
构造器和说明 |
---|
DescribeEipMonitorDataRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeEipMonitorDataRequest |
build(Map<String,?> map) |
String |
getAllocationId() |
String |
getEndTime() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribeEipMonitorDataRequest |
setAllocationId(String allocationId) |
DescribeEipMonitorDataRequest |
setEndTime(String endTime) |
DescribeEipMonitorDataRequest |
setOwnerAccount(String ownerAccount) |
DescribeEipMonitorDataRequest |
setOwnerId(Long ownerId) |
DescribeEipMonitorDataRequest |
setPeriod(Integer period) |
DescribeEipMonitorDataRequest |
setRegionId(String regionId) |
DescribeEipMonitorDataRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeEipMonitorDataRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeEipMonitorDataRequest |
setStartTime(String startTime) |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
This parameter is required.
example:eip-2zeerraiwb7uj6idcfv****
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The time must be in UTC. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ
format. For example, 2013-01-10T12:00:00Z
specifies 20:00:00 (UTC+8) on January 10, 2013.
If the value of seconds (ss) is not 00, the end time is automatically rounded up to the next minute.
This parameter is required.
example:2020-01-05T03:05:10Z
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
The duration of each monitoring data entry. Unit: seconds. Valid values: 60 (default), 300, 900, and 3600.
60
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the EIP belongs. You can call the DescribeRegions operation to query the most recent region list.
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. The time must be in UTC. Specify the time in the ISO 8601 standard in YYYY-MM-DDThh:mm:ssZ
format. For example, 2013-01-10T12:00:00Z
specifies 20:00:00 (UTC+8) on January 10, 2013.
If the value of seconds (ss) is not 00, the start time is automatically rounded up to the next minute.
This parameter is required.
example:2020-01-05T01:05:05Z
public static DescribeEipMonitorDataRequest build(Map<String,?> map) throws Exception
Exception
public DescribeEipMonitorDataRequest setAllocationId(String allocationId)
public String getAllocationId()
public DescribeEipMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeEipMonitorDataRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeEipMonitorDataRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeEipMonitorDataRequest setPeriod(Integer period)
public Integer getPeriod()
public DescribeEipMonitorDataRequest setRegionId(String regionId)
public String getRegionId()
public DescribeEipMonitorDataRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeEipMonitorDataRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeEipMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.