public class VpnGatewayRouteModify extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VpnGatewayRouteModify() | 
| VpnGatewayRouteModify(VpnGatewayRouteModify 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 | getRouteId()Get VPN网关路由ID。 | 
| String | getStatus()Get VPN网关状态, ENABLE 启用, DISABLE禁用。 | 
| void | setRouteId(String RouteId)Set VPN网关路由ID。 | 
| void | setStatus(String Status)Set VPN网关状态, ENABLE 启用, DISABLE禁用。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VpnGatewayRouteModify()
public VpnGatewayRouteModify(VpnGatewayRouteModify source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId - VPN网关路由ID。public String getStatus()
public void setStatus(String Status)
Status - VPN网关状态, ENABLE 启用, DISABLE禁用。Copyright © 2025. All rights reserved.