public class DescribeVpnGatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
includeReservationData
Specifies whether to include the data about pending orders.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPN gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
DescribeVpnGatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeVpnGatewayRequest |
build(Map<String,?> map) |
Boolean |
getIncludeReservationData() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpnGatewayId() |
DescribeVpnGatewayRequest |
setIncludeReservationData(Boolean includeReservationData) |
DescribeVpnGatewayRequest |
setOwnerAccount(String ownerAccount) |
DescribeVpnGatewayRequest |
setOwnerId(Long ownerId) |
DescribeVpnGatewayRequest |
setRegionId(String regionId) |
DescribeVpnGatewayRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeVpnGatewayRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeVpnGatewayRequest |
setVpnGatewayId(String vpnGatewayId) |
@NameInMap(value="IncludeReservationData") public Boolean includeReservationData
Specifies whether to include the data about pending orders. Valid values:
true
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPN gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-zhangjiakou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
This parameter is required.
example:vpn-bp1r3v1xqkl0w519g****
public static DescribeVpnGatewayRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVpnGatewayRequest setIncludeReservationData(Boolean includeReservationData)
public Boolean getIncludeReservationData()
public DescribeVpnGatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVpnGatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVpnGatewayRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVpnGatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVpnGatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVpnGatewayRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.