NatGatewayRuleProperties
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::NatGatewayRuleProperties.new(
name: My NAT Gateway rule,
protocol: "TCP",
public_ip: 192.18.7.17,
source_subnet: 10.0.1.0/24,
target_port_range: null,
target_subnet: 10.0.1.0/24,
type: "SNAT"
)Last updated
