setRouteTableDescription
    • PDF

    setRouteTableDescription

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This modifies the description about routing table.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region of the routing table whose description will be modified.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    routeTableNoYesStringThe number of the routing table whose description will be modified
    The routeTableNo can be obtained through the getRouteTableList action.
    routeTableDescriptionNoStringMin : 0, Max : 1000 BytesThe description about the routing table to be modified
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/vpc/v2/setRouteTableDescription
    ?regionCode=KR
    &routeTableNo=***38
    &routeTableDescription=test-description
    

    Response Example

    <setRouteTableDescriptionResponse>
      <requestId>514672fb-3ef8-40a3-9c89-f618623519da</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <routeTableList>
        <routeTable>
          <routeTableNo>***38</routeTableNo>
          <routeTableName>test-***</routeTableName>
          <regionCode>KR</regionCode>
          <vpcNo>***04</vpcNo>
          <supportedSubnetType>
            <code>PUBLIC</code>
            <codeName>Public</codeName>
          </supportedSubnetType>
          <isDefault>false</isDefault>
          <routeTableStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </routeTableStatus>
          <routeTableDescription>test-description</routeTableDescription>
        </routeTable>
      </routeTableList>
    </setRouteTableDescriptionResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.