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 Vpn网关路由ID
|
String |
getStatus()
Get Vpn网关状态, ENABEL 启用, DISABLE禁用
|
void |
setRouteId(String RouteId)
Set Vpn网关路由ID
|
void |
setStatus(String Status)
Set Vpn网关状态, ENABEL 启用, DISABLE禁用
|
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 VpnGatewayRouteModify()
public VpnGatewayRouteModify(VpnGatewayRouteModify source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- Vpn网关路由IDpublic String getStatus()
public void setStatus(String Status)
Status
- Vpn网关状态, ENABEL 启用, DISABLE禁用Copyright © 2022. All rights reserved.