deleteNatGatewayInstance
- Print
- PDF
deleteNatGatewayInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Delete NAT Gateway instance.
Requests
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Can determine the region of the NAT Gateway instance to be deleted regionCode can be obtained via the getRegionList action Default: select the first region from getRegionList search results | |
natGatewayInstanceNo | Yes | String | - NAT Gateway instance number to be deleted natGatewayInstanceNo can be obtained via the getNatGatewayInstanceList action | |
returnPublicIpInstance | No | Boolean | - Return the Public IP Instance assigned to the Public NAT Gateway of the NAT Gateway product together (Default: true) | |
responseFormatType | No | String | - Format type of the response result Options : xml | json Default : xml |
Responses
Response data type
- NatGatewayInstanceList type
NatGatewayInstanceList extends CommonResponse |
---|
private Integer totalRows; |
private List |
NatGatewayInstance |
---|
private String vpcNo; |
private String vpcName; |
private String natGatewayInstanceNo; |
private String natGatewayName; |
private String publicIp; |
private CommonCode natGatewayInstanceStatus; |
private String natGatewayInstanceStatusName; |
private CommonCode natGatewayInstanceOperation; |
private Date createDate; |
private String natGatewayDescription; |
private String zoneCode; |
Examples
Request examples
Response examples
Was this article helpful?