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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 © 2024. All rights reserved.