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 Route CIDR block
|
String |
getRouteId()
Get Route ID
|
String |
getStatus()
Get Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the route
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set Route CIDR block
|
void |
setRouteId(String RouteId)
Set Route ID
|
void |
setStatus(String Status)
Set Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the route
|
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 VpngwCcnRoutes()
public VpngwCcnRoutes(VpngwCcnRoutes source)
public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- Route IDpublic String getStatus()
public void setStatus(String Status)
Status
- Enable the route or not
ENABLE: enable the route
DISABLE: do not enable the routepublic String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- Route CIDR blockCopyright © 2024. All rights reserved.