FlowLogConfiguration
- Print
- PDF
FlowLogConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
Was this article helpful?