setNatGatewayDescription
    • PDF

    setNatGatewayDescription

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    NAT Gatewayの説明を修正します。

    リクエスト

    リクエストパラメータ

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

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/vpc/v2/setNatGatewayDescription
    ?regionCode=KR
    &natGatewayInstanceNo=***38
    &natGatewayDescription=test-description
    

    レスポンス例

    <setNatGatewayDescriptionResponse>
      <requestId>bbe69135-359f-443a-8a32-d38d590e2c87</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <natGatewayInstanceList>
        <natGatewayInstance>
          <vpcNo>***04</vpcNo>
          <vpcName>test-***</vpcName>
          <natGatewayInstanceNo>***9734</natGatewayInstanceNo>
          <natGatewayName>test-***</natGatewayName>
          <publicIp>***.***.109.101</publicIp>
          <natGatewayInstanceStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </natGatewayInstanceStatus>
          <natGatewayInstanceStatusName>運用中</natGatewayInstanceStatusName>
          <natGatewayInstanceOperation>
            <code>NULL</code>
            <codeName>NULL OP</codeName>
          </natGatewayInstanceOperation>
          <createDate>2020-06-24T08:58:20+0900</createDate>
          <natGatewayDescription>test-description</natGatewayDescription>
          <zoneCode>KR-1</zoneCode>
        </natGatewayInstance>
      </natGatewayInstanceList>
    </setNatGatewayDescriptionResponse>
    

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

    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.