NicFlowLog
Last updated
Was this helpful?
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.
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::NicFlowLog.new(
name: flow-log,
action: ACCEPTED,
direction: EGRESS,
bucket: bucketName/key
)Last updated
Was this helpful?
Was this helpful?