public class DownloadCustomerGatewayConfigurationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DownloadCustomerGatewayConfigurationRequest() | 
| DownloadCustomerGatewayConfigurationRequest(DownloadCustomerGatewayConfigurationRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| CustomerGatewayVendor | getCustomerGatewayVendor()Get Customer gateway vendor information object, which can be obtained through DescribeCustomerGatewayVendors. | 
| String | getInterfaceName()Get Name of the physical API for tunnel access device. | 
| 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 | setCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)Set Customer gateway vendor information object, which can be obtained through DescribeCustomerGatewayVendors. | 
| void | setInterfaceName(String InterfaceName)Set Name of the physical API for tunnel access device. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DownloadCustomerGatewayConfigurationRequest()
public DownloadCustomerGatewayConfigurationRequest(DownloadCustomerGatewayConfigurationRequest source)
public 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`.public CustomerGatewayVendor getCustomerGatewayVendor()
public void setCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)
CustomerGatewayVendor - Customer gateway vendor information object, which can be obtained through DescribeCustomerGatewayVendors.public String getInterfaceName()
public void setInterfaceName(String InterfaceName)
InterfaceName - Name of the physical API for tunnel access device.Copyright © 2025. All rights reserved.