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 |
---|---|
String |
getVendorName()
Get 厂商,取值 h3c,cisco
|
String |
getVpnConnectionId()
Get VPN通道实例ID。形如:bmvpnx-f49l6u0z。
|
void |
setVendorName(String VendorName)
Set 厂商,取值 h3c,cisco
|
void |
setVpnConnectionId(String VpnConnectionId)
Set VPN通道实例ID。形如:bmvpnx-f49l6u0z。
|
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 getVpnConnectionId()
public void setVpnConnectionId(String VpnConnectionId)
VpnConnectionId
- VPN通道实例ID。形如:bmvpnx-f49l6u0z。public String getVendorName()
public void setVendorName(String VendorName)
VendorName
- 厂商,取值 h3c,ciscoCopyright © 2021. All rights reserved.