public class ResetVpnConnectionRequest extends AbstractModel
| Constructor and Description | 
|---|
| ResetVpnConnectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getVpnConnectionId()Get The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`. | 
| String | getVpnGatewayId()Get The ID of the VPN gateway instance. | 
| void | setVpnConnectionId(String VpnConnectionId)Set The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`. | 
| void | setVpnGatewayId(String VpnGatewayId)Set The ID of the VPN gateway instance. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId - The ID of the VPN gateway instance.public String getVpnConnectionId()
public void setVpnConnectionId(String VpnConnectionId)
VpnConnectionId - The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`.Copyright © 2020. All rights reserved.