setNetworkAclDenyAllowGroupDescription
    • PDF

    setNetworkAclDenyAllowGroupDescription

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    ネットワークACL Deny-Allowグループの説明を修正します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    説明を修正するネットワークACL Deny-Allowグループのリージョン(Region)を決定できる
    regionCodeはgetRegionListアクションを通じて取得できる
    デフォルト:getRegionList照会結果の最初のリージョンを選択
    networkAclDenyAllowGroupNoYesString- 説明を修正するネットワークACL Deny-Allowグループ番号
    networkAclDenyAllowGroupNoはgetNetworkAclDenyAllowGroupListアクションを通じて取得できる
    networkAclDenyAllowGroupDescriptionNoString最小:0, 最大:1000 Bytes修正するネットワークACL Deny-Allowグループについての説明
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    オプション:xml | json
    デフォルト:xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/vpc/v2/setNetworkAclDenyAllowGroupDescription
    ?regionCode=KR
    &networkAclDenyAllowGroupNo=***40
    &networkAclDenyAllowGroupDescription=test-description
    

    レスポンス例

    <setNetworkAclDenyAllowGroupDescriptionResponse>
      <requestId>84a4afa8-78aa-43b6-9a15-2bc25c3a7e7c</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <networkAclDenyAllowGroupList>
        <networkAclDenyAllowGroup>
          <networkAclDenyAllowGroupNo>***40</networkAclDenyAllowGroupNo>
          <networkAclDenyAllowGroupName>test-***</networkAclDenyAllowGroupName>
          <networkAclDenyAllowGroupStatus>
            <code>RUN</code>
            <codeName>run</codeName>
          </networkAclDenyAllowGroupStatus>
          <vpcNo>***04</vpcNo>
          <ipList>
            <ip>10.0.0.1</ip>
          </ipList>
          <networkAclDenyAllowGroupDescription>test-description</networkAclDenyAllowGroupDescription>
          <createDate>2021-01-25T19:40:48+0900</createDate>
          <isApplied>false</isApplied>
        </networkAclDenyAllowGroup>
      </networkAclDenyAllowGroupList>
    </setNetworkAclDenyAllowGroupDescriptionResponse>
    

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

    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.