Sha256: e19dd3e8c22a66438c8a843104c785a50396391e755d3f59c0057bcf6a979c4f

Contents?: true

Size: 588 Bytes

Versions: 5

Compression:

Stored size: 588 Bytes

Contents

# FlowLogProperties

## Properties

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

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::FlowLogProperties.new(
  name: My resource,
  action: ACCEPTED,
  direction: INGRESS,
  bucket: bucketName/key
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/FlowLogProperties.md
ionoscloud-6.1.0 docs/models/FlowLogProperties.md
ionoscloud-6.0.2 docs/models/FlowLogProperties.md
ionoscloud-6.0.1 docs/models/FlowLogProperties.md
ionoscloud-6.0.0 docs/models/FlowLogProperties.md