# NicFlowLog

## Properties

| Name          | Type       | Description                                              | Notes |
| ------------- | ---------- | -------------------------------------------------------- | ----- |
| **name**      | **String** | The flow log name.                                       |       |
| **action**    | **String** | Specifies the traffic action pattern.                    |       |
| **direction** | **String** | Specifies the traffic direction pattern.                 |       |
| **bucket**    | **String** | The S3 bucket name of an existing IONOS Cloud S3 bucket. |       |

## Example

```ruby
require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::NicFlowLog.new(
  name: flow-log,
  action: ACCEPTED,
  direction: EGRESS,
  bucket: bucketName/key
)
```
