Class DownloadCustomerGatewayConfigurationRequest


  • public class DownloadCustomerGatewayConfigurationRequest
    extends AbstractModel
    • 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 - 通道接入设备物理接口名称。