public class ListIpsecServersRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
ipsecServerId
The ID of the IPsec server.
|
String |
ipsecServerName
The name of the IPsec server.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
regionId
The ID of the region where the IPsec server is created.
|
String |
resourceGroupId
The ID of the resource group to which the IPsec server belongs.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
ListIpsecServersRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListIpsecServersRequest |
build(Map<String,?> map) |
List<String> |
getIpsecServerId() |
String |
getIpsecServerName() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
String |
getResourceGroupId() |
String |
getVpnGatewayId() |
ListIpsecServersRequest |
setIpsecServerId(List<String> ipsecServerId) |
ListIpsecServersRequest |
setIpsecServerName(String ipsecServerName) |
ListIpsecServersRequest |
setMaxResults(Integer maxResults) |
ListIpsecServersRequest |
setNextToken(String nextToken) |
ListIpsecServersRequest |
setRegionId(String regionId) |
ListIpsecServersRequest |
setResourceGroupId(String resourceGroupId) |
ListIpsecServersRequest |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="IpsecServerId") public List<String> ipsecServerId
The ID of the IPsec server.
example:iss-bp1bo3xuvcxo7ixll****
@NameInMap(value="IpsecServerName") public String ipsecServerName
The name of the IPsec server.
The name must be 1 to 100 characters in length and cannot start with http://
or https://
.
test
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: 1 to 20. Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
caeba0bbb2be03f84eb48b699f0a****
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPsec 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="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the IPsec server belongs.
The IPsec server has the same resource group as its associated VPN gateway instance.
You can call the DescribeVpnGateway operation to query the ID of the resource group to which the VPN gateway instance belongs.
example:rg-acfmzs372yg****
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-bp1q8bgx4xnkm2ogj****
public static ListIpsecServersRequest build(Map<String,?> map) throws Exception
Exception
public ListIpsecServersRequest setIpsecServerId(List<String> ipsecServerId)
public ListIpsecServersRequest setIpsecServerName(String ipsecServerName)
public String getIpsecServerName()
public ListIpsecServersRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListIpsecServersRequest setNextToken(String nextToken)
public String getNextToken()
public ListIpsecServersRequest setRegionId(String regionId)
public String getRegionId()
public ListIpsecServersRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListIpsecServersRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.