public class DescribeVpnSslServerLogsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
from
The beginning of the time range to query.
|
Integer |
minutePeriod
The interval at which log data is queried.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The ID of the region where the SSL server is created.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sslVpnClientCertId
The ID of the SSL client certificate.
|
Integer |
to
The end of the time range to query.
|
String |
vpnSslServerId
The ID of the SSL server.
|
构造器和说明 |
---|
DescribeVpnSslServerLogsRequest() |
@NameInMap(value="From") public Integer from
The beginning of the time range to query. The value must be a unix timestamp. For example, 1600738962 specifies 09:42:42 (UTC+8) on September 22, 2020.
example:If you specify From, you must also specify To or MinutePeriod.
1600738962
@NameInMap(value="MinutePeriod") public Integer minutePeriod
The interval at which log data is queried. Unit: minutes.
example:If both From and To are not specified, you must specify MinutePeriod.
10
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where the SSL server is created. 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="SslVpnClientCertId") public String sslVpnClientCertId
The ID of the SSL client certificate.
example:vsc-m5euof6s5jy8vs5kd****
@NameInMap(value="To") public Integer to
The end of the time range to query. The value must be a unix timestamp. For example, 1600738962 specifies 09:42:42 (UTC+8) on September 22, 2020.
example:If you specify To, you must also specify From or MinutePeriod.
1600738962
@NameInMap(value="VpnSslServerId") public String vpnSslServerId
The ID of the SSL server.
This parameter is required.
example:vss-bp155e9yclsg1xgq4****
public static DescribeVpnSslServerLogsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpnSslServerLogsRequest setFrom(Integer from)
public Integer getFrom()
public DescribeVpnSslServerLogsRequest setMinutePeriod(Integer minutePeriod)
public Integer getMinutePeriod()
public DescribeVpnSslServerLogsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpnSslServerLogsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpnSslServerLogsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeVpnSslServerLogsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeVpnSslServerLogsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpnSslServerLogsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpnSslServerLogsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpnSslServerLogsRequest setSslVpnClientCertId(String sslVpnClientCertId)
public String getSslVpnClientCertId()
public DescribeVpnSslServerLogsRequest setTo(Integer to)
public Integer getTo()
public DescribeVpnSslServerLogsRequest setVpnSslServerId(String vpnSslServerId)
public String getVpnSslServerId()
Copyright © 2024. All rights reserved.