Subnet

Prev Next

Available in VPC

This is the subnet information.

Syntax

The syntax is as follows.

private String subnetNo;
private String vpcNo;
private String zoneCode;
private String subnetName;
private String subnet;
private CommonCode subnetStatus;
private Date createDate;
private CommonCode subnetType;
private CommonCode usageType;
private String networkAclNo;

Field

The following describes the fields.

Field Type Required Description
subnetNo String Required Subnet number
  • NAVER Cloud Platform's identifier to identify subnets
vpcNo String Required VPC number
zoneCode String Required Zone code
subnetName String Required Subnet name
subnet String Required IP address range
subnetStatus CommonCode Required Subnet status
  • INIT | CREATING | RUN | TERMTING
    • INIT: initiated
    • CREATING: creating
    • RUN: run
    • TERMTING: terminating
createDate Date Optional Creation date and time (YYYY-MM-DDThh:mm:ssZ)
subnetType CommonCode Required Subnet type
  • PUBLIC | PRIVATE
    • PUBLIC: Internet Gateway only Y
    • PRIVATE: Internet Gateway only N
usageType CommonCode Optional Purpose type
  • GEN | LOADB | BM | NATGW
    • GEN: general
    • LOADB: Load balancer only
    • BM: Bare metal only
    • NATGW: NAT Gateway only
networkAclNo String Optional Network ACL number