NatGatewayInstance

Prev Next

Available in VPC

This is a NAT Gateway instance.

Syntax

The syntax is as follows.

private String vpcNo;
private String vpcName;
private String natGatewayInstanceNo;
private String natGatewayName;
private String publicIp;
private CommonCode natGatewayInstanceStatus;
private CommonCode natGatewayInstanceOperation;
private String natGatewayInstanceStatusName;
private Date createDate;
private String natGatewayDescription;
private String zoneCode;
private CommonCode natGatewayType;
private String subnetName;
private String subnetNo;
private String privateIp;
private String publicIpInstanceNo;

Field

The following describes the fields.

Field Type Required Description
vpcNo String Required VPC number
vpcName String Required VPC name
natGatewayInstanceNo String Required NAT Gateway instance number
  • NAVER Cloud Platform's identifier to identify NAT Gateway instances
natGatewayName String Required NAT Gateway name
publicIp String Optional Public IP address
natGatewayInstanceStatus CommonCode Required NAT Gateway instance status
  • INIT | RUN | TERMTING
    • INIT: initiated
    • RUN: run
    • TERMTING: terminating
natGatewayInstanceOperation CommonCode Required NAT Gateway instance operation status
natGatewayInstanceStatusName String Required NAT Gateway instance status name
  • Pass the current NAT Gateway status name by combining the NAT Gateway instance status with the NAT Gateway instance operation status
createDate Date Required Creation date and time (YYYY-MM-DDThh:mm:ssZ)
natGatewayDescription String Optional NAT Gateway description
zoneCode String Required Zone code
natGatewayType CommonCode Optional NAT Gateway type
  • PRVT | PBLIP
    • PRVT: private NAT Gateway
    • PBLIP: public NAT Gateway
subnetName String Optional Subnet name
subnetNo String Optional Subnet number
privateIp String Optional Private IP address
publicIpInstanceNo String Optional Public IP instance number