Vpc

Prev Next

Available in VPC

This is the VPC information.

Syntax

The syntax is as follows.

private String vpcNo;
private String vpcName;
private String ipv4CidrBlock;
private CommonCode vpcStatus;
private String regionCode;
private Date createDate;

Field

The following describes the fields.

Field Type Required Description
vpcNo String Required VPC number
  • NAVER Cloud Platform's identifier to identify VPCs
vpcName String Required VPC name
ipv4CidrBlock String Required VPC description
vpcStatus CommonCode Required VPC status
  • INIT | CREATING | RUN | TERMTING
    • INIT: VPC initiated
    • CREATING: creating
    • RUN: run
    • TERMTING: terminating
regionCode String Required Region where VPC is located
createDate Date Required Creation date and time (YYYY-MM-DDThh:mm:ssZ)