setRouteTableDescription
    • PDF

    setRouteTableDescription

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    ルートテーブルの説明を修正します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    regionCodeNoStringリージョンコード
    説明を修正するルートテーブルのリージョン(Region)を決定できます。
    regionCodeはgetRegionListアクションを通じて取得できます。
    Default:getRegionList照会結果の最初のリージョンを選択
    routeTableNoYesString説明を修正するルートテーブル番号
    routeTableNoはgetRouteTableListアクションを通じて取得できます。
    routeTableDescriptionNoStringMin : 0, Max : 1000 Bytes修正するルートテーブルに関する説明
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスボディ

    リクエスト例

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

    レスポンス例

    <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>
    

    この記事は役に立ちましたか?

    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.