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