Sha256: 73bbc79387000f72856061a9a7b2ed4273a1c0480771d1b134c450cd27bed733

Contents?: true

Size: 585 Bytes

Versions: 4

Compression:

Stored size: 585 Bytes

Contents

# FlowLogProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A name of that 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

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/FlowLogProperties.md
ionoscloud-6.0.0.beta.3 docs/FlowLogProperties.md
ionoscloud-6.0.0.beta.2 docs/FlowLogProperties.md
ionoscloud-6.0.0.beta.1 docs/FlowLogProperties.md