Flowlog
network_load_balancer_flowlog
Example Syntax
name: Create Network Load Balancer Flowlog
ionoscloudsdk.ionoscloud.network_load_balancer_flowlog:
name: 'AnsibleAutoTestNLB'
action: ACCEPTED
direction: INGRESS
bucket: sdktest
datacenter: ''
network_load_balancer: ''
wait: true
register: nlb_flowlog_response
name: Update Network Load Balancer Flowlog
ionoscloudsdk.ionoscloud.network_load_balancer_flowlog:
datacenter: ''
network_load_balancer: ''
flowlog: ''
name: 'AnsibleAutoTestNLB'
action: ALL
direction: INGRESS
bucket: sdktest
wait: true
state: update
register: nlb_flowlog_update_response
name: Delete Network Load Balancer Flowlog
ionoscloudsdk.ionoscloud.network_load_balancer_flowlog:
datacenter: ''
network_load_balancer: ''
flowlog: ''
state: absent
Returned object
For more examples please check out the tests here.
state: present
Available parameters for state present:
Name
Required
Description
state: absent
Available parameters for state absent:
Name
Required
Description
state: update
Available parameters for state update:
Name
Required
Description
Last updated
