public class VpnGatewayRouteModify extends AbstractModel
| 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 Route ID of the VPN gateway | 
| String | getStatus()Get Route status of the VPN gateway. | 
| void | setRouteId(String RouteId)Set Route ID of the VPN gateway | 
| void | setStatus(String Status)Set Route status of the VPN gateway. | 
| 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, toJsonStringpublic VpnGatewayRouteModify()
public VpnGatewayRouteModify(VpnGatewayRouteModify source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId - Route ID of the VPN gatewaypublic String getStatus()
public void setStatus(String Status)
Status - Route status of the VPN gateway. Valid values: `ENABLE`, and `DISABLE`.Copyright © 2022. All rights reserved.