public class VpnGatewayRoute extends AbstractModel
header, skipSign
Constructor and Description |
---|
VpnGatewayRoute() |
VpnGatewayRoute(VpnGatewayRoute 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 |
getCreateTime()
Get The creation time.
|
String |
getDestinationCidrBlock()
Get Destination IDC IP range
|
String |
getInstanceId()
Get Instance ID of the next hop
|
String |
getInstanceType()
Get Next hop type (type of the associated instance).
|
Long |
getPriority()
Get Priority.
|
String |
getRouteId()
Get Route ID
|
String |
getStatus()
Get Status.
|
String |
getType()
Get Route type.
|
String |
getUpdateTime()
Get The update time.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set Destination IDC IP range
|
void |
setInstanceId(String InstanceId)
Set Instance ID of the next hop
|
void |
setInstanceType(String InstanceType)
Set Next hop type (type of the associated instance).
|
void |
setPriority(Long Priority)
Set Priority.
|
void |
setRouteId(String RouteId)
Set Route ID
|
void |
setStatus(String Status)
Set Status.
|
void |
setType(String Type)
Set Route type.
|
void |
setUpdateTime(String UpdateTime)
Set The update time.
|
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 VpnGatewayRoute()
public VpnGatewayRoute(VpnGatewayRoute source)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- Destination IDC IP rangepublic String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Next hop type (type of the associated instance). Valid values: `VPNCONN` (VPN tunnel) and `CCN` (CCN instance)public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID of the next hoppublic Long getPriority()
public void setPriority(Long Priority)
Priority
- Priority. Valid values: `0` and `100`public String getStatus()
public void setStatus(String Status)
Status
- Status. Valid values: `ENABLE` and `DISABLE`public String getRouteId()
public void setRouteId(String RouteId)
RouteId
- Route IDpublic String getType()
public void setType(String Type)
Type
- Route type. Valid values: `VPC`, `CCN` (CCN-propagated route), `Static`, and `BGP`.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time.Copyright © 2024. All rights reserved.