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
|
collectIntervalMinute |
Integer | Optional | Collection interval (minutes)
|
storageType |
CommonCode | Optional | Storage type
|
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
|