FlowLogConfiguration

Prev Next

Available in VPC

This is the flow log configuration information.

Syntax

The syntax is as follows.

private String networkInterfaceNo;
private CommonCode collectActionType;
private Integer collectIntervalMinute;
private CommonCode storageType;
private String storageBucketName;
private String storageBucketDirectoryName;

Field

The following describes the fields.

Field Type Required Description
networkInterfaceNo String Required Network interface number
collectActionType CommonCode Required Collection action type
    • ALLOW | DENY | ALL
      • ALLOW: allow
      • DENY: deny
      • ALL: all
collectIntervalMinute Integer Optional Collection interval (minutes)
  • 5 - 15 (default: 15)
storageType CommonCode Optional Storage type
  • OBJT (default)
storageBucketName String Required Name of the Object Storage bucket to store the flow low traffic
storageBucketDirectoryName String Optional Name of the directory in the Object Storage bucket to store the flow low traffic
  • VPC_FLOW_LOG (default)