Sha256: 127467dba688271cfa54eb5b1b0b5a4b2a6021db91d8b14a78e93d6594b5f2ff
Contents?: true
Size: 592 Bytes
Versions: 1
Compression:
Stored size: 592 Bytes
Contents
# FlowLogProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Specifies the traffic action pattern. | | | **bucket** | **String** | The S3 bucket name of an existing IONOS Cloud S3 bucket. | | | **direction** | **String** | Specifies the traffic direction pattern. | | | **name** | **String** | The resource name. | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::FlowLogProperties.new( action: ACCEPTED, bucket: bucketName/key, direction: INGRESS, name: My resource ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/FlowLogProperties.md |