public class ModifyVpnGatewayCcnRoutesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyVpnGatewayCcnRoutesRequest() |
ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest 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 |
---|---|
VpngwCcnRoutes[] |
getRoutes()
Get The CCN route (IDC IP range) list.
|
String |
getVpnGatewayId()
Get Instance ID of the VPN gateway
|
void |
setRoutes(VpngwCcnRoutes[] Routes)
Set The CCN route (IDC IP range) list.
|
void |
setVpnGatewayId(String VpnGatewayId)
Set Instance ID of the VPN gateway
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVpnGatewayCcnRoutesRequest()
public ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- Instance ID of the VPN gatewaypublic VpngwCcnRoutes[] getRoutes()
public void setRoutes(VpngwCcnRoutes[] Routes)
Routes
- The CCN route (IDC IP range) list.Copyright © 2024. All rights reserved.