removeNetworkAclInboundRule
    • PDF

    removeNetworkAclInboundRule

    • PDF

    記事の要約

    VPC環境で利用できます。

    概要

    ネットワークACLのインバウンドルールリストを削除します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoString- リージョンコード
    インバウンドルールが削除されるネットワークACLのリージョン(Region)を決定できる
    regionCodeは、getRegionListアクションを通じて取得可能
    デフォルト:getRegionList照会結果の最初のリージョンを選択
    networkAclNoYesString- ネットワークACL番号
    networkAclNoは、getNetworkAclListアクションを通じて取得可能
    networkAclRuleList.N.priorityYesInteger最小: 0, 最大: 199- 削除するネットワークACLルールの優先順位
    削除するインバウンドルールの優先順位を決定する
    networkAclRuleList.N.protocolTypeCodeYesString- 削除するネットワークACLルールのプロトコルタイプコード
    オプション: TCP | UDP | ICMP
    networkAclRuleList.N.ipBlockConditionalString- 削除するネットワークACLルールのアクセスソースIPアドレスブロック
    例) 0.0.0.0/0, 100.10.20.0/24, 192.168.0.10/32
    networkAclRuleList.N.denyAllowGroupNoConditionalString- 削除するネットワークACLルールのアクセスソースDeny-Allowグループ番号
    アクセスソースがDeny-Allowグループに指定されたルールを削除する場合に入力する
    denyAllowGroupNoは、getNetworkAclDenyAllowGroupListアクションを通じて取得可能
    networkAclRuleList.N.portRangeConditionalString- 削除するネットワークACLルールのポート範囲
    例1) 単一ポート:22
    例2) 範囲を指定:1-65535
    protocolTypeCodeがICMPの場合は入力しない
    networkAclRuleList.N.ruleActionCodeYesString- 削除するネットワークACLルールのルールアクションコード
    オプション: ALLOW | DROP
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスデータのタイプ

    • NetworkAclRuleListタイプ
    NetworkAclRuleList extends CommonResponse
    private Integer totalRows;
    private List networkAclRuleList = new ArrayList<>();
    NetworkAclRule
    private String networkAclNo;
    private Integer priority;
    private CommonCode protocolType;
    private String portRange;
    private CommonCode ruleAction;
    private Date createDate;
    private String ipBlock;
    private String denyAllowGroupNo;
    private CommonCode networkAclRuleType;
    private String networkAclRuleDescription;

    リクエスト例

    ncloud vpc removeNetworkAclInboundRule --regionCode KR --networkAclNo ***31 --networkAclRuleList "priority='0', protocolTypeCode='TCP', ipBlock='***.***.0.0/0', portRange='22-23', ruleActionCode='ALLOW'" "priority='1', protocolTypeCode='TCP', ipBlock='***.***.0.0/0', portRange='24-25', ruleActionCode='ALLOW'"
    
    

    レスポンス例

    リクエストの実行後、そのネットワークACLのインバウンドルールリスト

    <removeNetworkAclInboundRuleResponse>
      <requestId>fd874399-8139-4ba0-a7a1-2f06dfa83234</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>0</totalRows>
      <networkAclRuleList/>
    </removeNetworkAclInboundRuleResponse>
    

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

    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.