public class DownloadCustomerGatewayConfigurationRequest extends AbstractModel
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 对端网关厂商信息对象,可通过DescribeCustomerGatewayVendors获取。
|
String |
getInterfaceName()
Get 通道接入设备物理接口名称。
|
String |
getVpnConnectionId()
Get VPN通道实例ID。形如:vpnx-f49l6u0z。
|
String |
getVpnGatewayId()
Get VPN网关实例ID。
|
void |
setCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)
Set 对端网关厂商信息对象,可通过DescribeCustomerGatewayVendors获取。
|
void |
setInterfaceName(String InterfaceName)
Set 通道接入设备物理接口名称。
|
void |
setVpnConnectionId(String VpnConnectionId)
Set VPN通道实例ID。形如:vpnx-f49l6u0z。
|
void |
setVpnGatewayId(String VpnGatewayId)
Set VPN网关实例ID。
|
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, toJsonString
public DownloadCustomerGatewayConfigurationRequest()
public DownloadCustomerGatewayConfigurationRequest(DownloadCustomerGatewayConfigurationRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- VPN网关实例ID。public String getVpnConnectionId()
public void setVpnConnectionId(String VpnConnectionId)
VpnConnectionId
- VPN通道实例ID。形如:vpnx-f49l6u0z。public CustomerGatewayVendor getCustomerGatewayVendor()
public void setCustomerGatewayVendor(CustomerGatewayVendor CustomerGatewayVendor)
CustomerGatewayVendor
- 对端网关厂商信息对象,可通过DescribeCustomerGatewayVendors获取。public String getInterfaceName()
public void setInterfaceName(String InterfaceName)
InterfaceName
- 通道接入设备物理接口名称。Copyright © 2021. All rights reserved.