deleteNatGatewayInstance
    • PDF

    deleteNatGatewayInstance

    • PDF

    Article Summary

    Available in VPC

    Overview

    Delete NAT Gateway instance.

    Requests

    Request parameters

    Parameter nameRequiredTypeService limitsDescription
    regionCodeNoString- Region code
    Can determine NAT Gateway instance Region to be deleted
    Can acquire regionCode through getRegionList action
    Default: select the first region from getRegionList search results
    natGatewayInstanceNoYesString- NAT Gateway instance number to be deleted
    Can acquire natGatewayInstanceNo through getNatGatewayInstanceList action
    responseFormatTypeNoString- Response result format type
    Options : xml | json
    Default : xml
    returnPublicIpInstanceNoBoolean- Return Public IP Instance assigned to Public NAT Gateway of NAT Gateway (New) product together (Default: true)

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/vpc/v2/deleteNatGatewayInstance
    ?regionCode=KR
    &natGatewayInstanceNo=***9734
    

    Response examples

    <deleteNatGatewayInstanceResponse>
      <requestId>baac40a2-9a13-4fd0-9e53-3af315f29445</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>In operation</natGatewayInstanceStatusName>
          <natGatewayInstanceOperation>
            <code>NULL</code>
            <codeName>NULL OP</codeName>
          </natGatewayInstanceOperation>
          <createDate>2020-08-07T16:05:52+0900</createDate>
          <natGatewayDescription></natGatewayDescription>
          <zoneCode>KR-1</zoneCode>
        </natGatewayInstance>
      </natGatewayInstanceList>
    </deleteNatGatewayInstanceResponse>
    

    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.