Flowlog
nat_gateway_flowlog
Example Syntax
name: Create NAT Gateway Flowlog
ionoscloudsdk.ionoscloud.nat_gateway_flowlog:
name: 'AnsibleAutoTestNAT'
action: ACCEPTED
direction: INGRESS
bucket: sdktest
datacenter: ''
nat_gateway: ''
wait: true
register: nat_gateway_flowlog_response
name: Update NAT Gateway Flowlog
ionoscloudsdk.ionoscloud.nat_gateway_flowlog:
datacenter: ''
nat_gateway: ''
flowlog: ''
name: 'AnsibleAutoTestNAT'
action: ALL
direction: INGRESS
bucket: sdktest
wait: true
state: update
register: nat_gateway_flowlog_update_response
name: Delete NAT Gateway Flowlog
ionoscloudsdk.ionoscloud.nat_gateway_flowlog:
datacenter: ''
nat_gateway: ''
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
