public class VpngwCcnRoutes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VpngwCcnRoutes() | 
| VpngwCcnRoutes(VpngwCcnRoutes 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 | getDestinationCidrBlock()Get 路由CIDR。 | 
| String | getRouteId()Get 路由信息ID。 | 
| String | getStatus()Get 路由信息是否启用。
ENABLE:启用该路由
DISABLE:不启用该路由 | 
| void | setDestinationCidrBlock(String DestinationCidrBlock)Set 路由CIDR。 | 
| void | setRouteId(String RouteId)Set 路由信息ID。 | 
| void | setStatus(String Status)Set 路由信息是否启用。
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 VpngwCcnRoutes()
public VpngwCcnRoutes(VpngwCcnRoutes source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId - 路由信息ID。public String getStatus()
public void setStatus(String Status)
Status - 路由信息是否启用。
ENABLE:启用该路由
DISABLE:不启用该路由public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock - 路由CIDR。Copyright © 2025. All rights reserved.