setRouteTableDescription
- Print
- PDF
setRouteTableDescription
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
Modify the routing table description.
Request
Request parameter
Parameter Name | Required Status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region Code You can decide the region of the routing table whose description will be modified. The regionCode can be obtained through the getRegionList action. Default: Select the first region of the getRegionList query results. | |
routeTableNo | Yes | String | The number of the routing table whose description will be modified The routeTableNo can be obtained through the getRouteTableList action. | |
routeTableDescription | No | String | Min : 0, Max : 1000 Bytes | The routing table description to be modified |
responseFormatType | No | String | Format type for the response result Options : xml | json Default : xml |
Response
Response data type
- RouteTableList type
RouteTableList extends CommonResponse |
---|
private Integer totalRows; |
private List |
RouteTable |
---|
private String routeTableNo; |
private String routeTableName; |
private String regionCode; |
private String vpcNo; |
private CommonCode supportedSubnetType; |
private Boolean isDefault; |
private CommonCode routeTableStatus; |
private String routeTableDescription; |
Example
Request example
Response example
Was this article helpful?