public class DescribeDirectConnectGatewayCcnRoutesRequest extends AbstractModel
Constructor and Description |
---|
DescribeDirectConnectGatewayCcnRoutesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCcnRouteType()
Get The route learning type of the CCN.
|
String |
getDirectConnectGatewayId()
Get The ID of the Direct Connect gateway, such as `dcg-prpqlmg1`.
|
Long |
getLimit()
Get The returned quantity.
|
Long |
getOffset()
Get Offset.
|
void |
setCcnRouteType(String CcnRouteType)
Set The route learning type of the CCN.
|
void |
setDirectConnectGatewayId(String DirectConnectGatewayId)
Set The ID of the Direct Connect gateway, such as `dcg-prpqlmg1`.
|
void |
setLimit(Long Limit)
Set The returned quantity.
|
void |
setOffset(Long Offset)
Set Offset.
|
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 DescribeDirectConnectGatewayCcnRoutesRequest()
public String getDirectConnectGatewayId()
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
DirectConnectGatewayId
- The ID of the Direct Connect gateway, such as `dcg-prpqlmg1`.public String getCcnRouteType()
public void setCcnRouteType(String CcnRouteType)
CcnRouteType
- The route learning type of the CCN. Available values:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The returned quantity.Copyright © 2020. All rights reserved.