lib/ionoscloud/models/firewallrule_properties.rb in ionoscloud-6.0.0 vs lib/ionoscloud/models/firewallrule_properties.rb in ionoscloud-6.0.1

- old
+ new

@@ -50,11 +50,11 @@ # Defines the end range of the allowed port (from 1 to 65534) if the protocol TCP or UDP is chosen. Leave portRangeStart and portRangeEnd null to allow all ports. attr_accessor :port_range_end - # The type of firewall rule. If not specified, the default INGRESS value is taken. + # The type of the firewall rule. If not specified, the default INGRESS value is used. attr_accessor :type class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values @@ -138,13 +138,18 @@ def self.openapi_nullable Set.new([ + :'source_mac', + :'source_ip', + :'target_ip', + :'icmp_code', + :'icmp_type', ]) end