public class DescribeVpnConnectionLogsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
from
The start time of the flow log.
|
Integer |
minutePeriod
The interval at which log data is collected.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the IPsec-VPN connection.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
Integer |
to
The end time of the flow log.
|
String |
tunnelId
The ID of the IPsec-VPN connection.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
构造器和说明 |
---|
DescribeVpnConnectionLogsRequest() |
@NameInMap(value="From") public Integer from
The start time of the flow log. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:If you specify From, you must specify To or MinutePeriod.
1671003744
@NameInMap(value="MinutePeriod") public Integer minutePeriod
The interval at which log data is collected. Valid values: 1 to 10. Unit: minutes.
example:If you do not specify From and To, you must specify MinutePeriod.
10
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Valid values: 1 to 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the IPsec-VPN connection.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:eu-central-1
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="To") public Integer to
The end time of the flow log. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:If you specify To, you must specify From or MinutePeriod.
1671004344
@NameInMap(value="TunnelId") public String tunnelId
The ID of the IPsec-VPN connection.
This parameter is available only for a dual-tunnel IPsec-VPN connection.
example:tun-opsqc4d97wni27****
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
This parameter is required.
example:vco-m5evqnds4y459flt3****
public static DescribeVpnConnectionLogsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionLogsRequest setFrom(Integer from)
public Integer getFrom()
public DescribeVpnConnectionLogsRequest setMinutePeriod(Integer minutePeriod)
public Integer getMinutePeriod()
public DescribeVpnConnectionLogsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpnConnectionLogsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpnConnectionLogsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeVpnConnectionLogsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeVpnConnectionLogsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpnConnectionLogsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpnConnectionLogsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpnConnectionLogsRequest setTo(Integer to)
public Integer getTo()
public DescribeVpnConnectionLogsRequest setTunnelId(String tunnelId)
public String getTunnelId()
public DescribeVpnConnectionLogsRequest setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
Copyright © 2024. All rights reserved.