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
|
natGatewayName |
String | Required | NAT Gateway name |
publicIp |
String | Optional | Public IP address |
natGatewayInstanceStatus |
CommonCode | Required | NAT Gateway instance status
|
natGatewayInstanceOperation |
CommonCode | Required | NAT Gateway instance operation status |
natGatewayInstanceStatusName |
String | Required | NAT Gateway instance status name
|
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
|
subnetName |
String | Optional | Subnet name |
subnetNo |
String | Optional | Subnet number |
privateIp |
String | Optional | Private IP address |
publicIpInstanceNo |
String | Optional | Public IP instance number |