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 云联网路由(IDC网段)列表
|
String |
getVpnGatewayId()
Get VPN网关实例ID
|
void |
setRoutes(VpngwCcnRoutes[] Routes)
Set 云联网路由(IDC网段)列表
|
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 ModifyVpnGatewayCcnRoutesRequest()
public ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- VPN网关实例IDpublic VpngwCcnRoutes[] getRoutes()
public void setRoutes(VpngwCcnRoutes[] Routes)
Routes
- 云联网路由(IDC网段)列表Copyright © 2022. All rights reserved.