public class ModifyVpnGatewayCcnRoutesRequest extends AbstractModel
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 The ID of the VPN gateway instance.
|
void |
setRoutes(VpngwCcnRoutes[] Routes)
Set The CCN route (IDC IP range) list.
|
void |
setVpnGatewayId(String VpnGatewayId)
Set The ID of the VPN gateway instance.
|
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 ModifyVpnGatewayCcnRoutesRequest()
public ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- The ID of the VPN gateway instance.public VpngwCcnRoutes[] getRoutes()
public void setRoutes(VpngwCcnRoutes[] Routes)
Routes
- The CCN route (IDC IP range) list.Copyright © 2023. All rights reserved.