NicFirewallRule
Properties
Name
Type
Description
Notes
Example
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::NicFirewallRule.new(
name: My resource,
protocol: TCP,
source_mac: 00:0a:95:9d:68:16,
source_ip: 22.231.113.64,
target_ip: 22.231.113.64,
icmp_code: 2,
icmp_type: 8,
port_range_start: 8,
port_range_end: 8,
type: INGRESS
)Last updated
Was this helpful?