Class DownloadCustomerGatewayConfigurationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DownloadCustomerGatewayConfigurationRequest
-
public class DownloadCustomerGatewayConfigurationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerGatewayVendorgetCustomerGatewayVendor()Get 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。StringgetInterfaceName()Get 通道接入设备物理接口名称。StringgetVpnConnectionId()Get VPN通道实例ID。形如:vpnx-f49l6u0z。StringgetVpnGatewayId()Get VPN网关实例ID。voidsetCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)Set 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。voidsetInterfaceName(String InterfaceName)Set 通道接入设备物理接口名称。voidsetVpnConnectionId(String VpnConnectionId)Set VPN通道实例ID。形如:vpnx-f49l6u0z。voidsetVpnGatewayId(String VpnGatewayId)Set VPN网关实例ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DownloadCustomerGatewayConfigurationRequest
public DownloadCustomerGatewayConfigurationRequest()
-
DownloadCustomerGatewayConfigurationRequest
public 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.
-
-
Method Detail
-
getVpnGatewayId
public String getVpnGatewayId()
Get VPN网关实例ID。- Returns:
- VpnGatewayId VPN网关实例ID。
-
setVpnGatewayId
public void setVpnGatewayId(String VpnGatewayId)
Set VPN网关实例ID。- Parameters:
VpnGatewayId- VPN网关实例ID。
-
getVpnConnectionId
public String getVpnConnectionId()
Get VPN通道实例ID。形如:vpnx-f49l6u0z。- Returns:
- VpnConnectionId VPN通道实例ID。形如:vpnx-f49l6u0z。
-
setVpnConnectionId
public void setVpnConnectionId(String VpnConnectionId)
Set VPN通道实例ID。形如:vpnx-f49l6u0z。- Parameters:
VpnConnectionId- VPN通道实例ID。形如:vpnx-f49l6u0z。
-
getCustomerGatewayVendor
public CustomerGatewayVendor getCustomerGatewayVendor()
Get 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。- Returns:
- CustomerGatewayVendor 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。
-
setCustomerGatewayVendor
public void setCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)
Set 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。- Parameters:
CustomerGatewayVendor- 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。
-
getInterfaceName
public String getInterfaceName()
Get 通道接入设备物理接口名称。- Returns:
- InterfaceName 通道接入设备物理接口名称。
-
setInterfaceName
public void setInterfaceName(String InterfaceName)
Set 通道接入设备物理接口名称。- Parameters:
InterfaceName- 通道接入设备物理接口名称。
-
-