AccessControlGroup

Prev Next

Available in VPC

This is an access control group.

Syntax

The syntax is as follows.

private String accessControlGroupNo;
private String accessControlGroupName;
private Boolean isDefault;
private String vpcNo;
private CommonCode accessControlGroupStatus;
private String accessControlGroupDescription;

Field

The following describes the fields.

Field Type Required Description
accessControlGroupNo String Required ACG number
  • NAVER Cloud Platform's identifier to identify ACGs
accessControlGroupName String Required ACG name
isDefault Boolean Required Whether the VPC has ACG enabled by default
  • true | false
vpcNo String Required VPC number
accessControlGroupStatus CommonCode Required ACG status
  • INIT | SET | RUN | TERMTING
    • INIT: initiate
    • SET: set
    • RUN: run
    • TERMTING: terminating
accessControlGroupDescription String Optional ACG description