FirewallruleProperties
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::FirewallruleProperties.new(
icmp_code: 0,
icmp_type: 8,
ip_version: IPv4,
name: My resource,
port_range_end: 8,
port_range_start: 8,
protocol: TCP,
source_ip: 22.231.113.64,
source_mac: 00:0a:95:9d:68:16,
target_ip: 22.231.113.64,
type: INGRESS
)Last updated
Was this helpful?