public class DescribeVpnConnectionsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeVpnConnectionsRequest.DescribeVpnConnectionsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
customerGatewayId
The ID of the customer gateway.
|
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 IPsec-VPN connection is created.
|
String |
resourceGroupId
The ID of the resource group to which the IPsec-VPN connection belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeVpnConnectionsRequest.DescribeVpnConnectionsRequestTag> |
tag
The tag value.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
DescribeVpnConnectionsRequest() |
@NameInMap(value="CustomerGatewayId") public String customerGatewayId
The ID of the customer gateway.
example:cgw-bp1mvj4g9kogw****
@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. Default value: 10. Valid values: 1 to 50.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPsec-VPN connection 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-VPN connection belongs.
You can call the ListResourceGroups operation to query the resource group ID.
example:rg-acfmzs372yg****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeVpnConnectionsRequest.DescribeVpnConnectionsRequestTag> tag
The tag value.
The tag value can be an empty string and cannot exceed 128 characters in length. It cannot start with aliyun
or acs:
, and cannot contain http://
or https://
.
Each tag key corresponds to one tag value. You can specify up to 20 tag values in each call.
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-bp10lz7aejumd****
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
example:vpn-bp1q8bgx4xnkx****
public static DescribeVpnConnectionsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionsRequest setCustomerGatewayId(String customerGatewayId)
public String getCustomerGatewayId()
public DescribeVpnConnectionsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpnConnectionsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpnConnectionsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeVpnConnectionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeVpnConnectionsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpnConnectionsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeVpnConnectionsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpnConnectionsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpnConnectionsRequest setTag(List<DescribeVpnConnectionsRequest.DescribeVpnConnectionsRequestTag> tag)
public List<DescribeVpnConnectionsRequest.DescribeVpnConnectionsRequestTag> getTag()
public DescribeVpnConnectionsRequest setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
public DescribeVpnConnectionsRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.