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

- old
+ new

@@ -38,19 +38,19 @@ # Activate or deactivate the firewall. By default, an active firewall without any defined rules will block all incoming network traffic except for the firewall rules that explicitly allows certain protocols, IP addresses and ports. attr_accessor :firewall_active - # The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is taken. + # The type of firewall rules that will be allowed on the NIC. If not specified, the default INGRESS value is used. attr_accessor :firewall_type - # The Logical Unit Number (LUN) of the storage volume. Null if this NIC was create from CloudAPI and no DCD changes were done on the Datacenter. + # The Logical Unit Number (LUN) of the storage volume. Null if this NIC was created using Cloud API and no DCD changes were performed on the Datacenter. attr_accessor :device_number - # The PCI slot number of the NIC. + # The PCI slot number for the NIC. attr_accessor :pci_slot class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values @@ -130,9 +130,10 @@ def self.openapi_nullable Set.new([ + :'ips',