Method: Ionoscloud::LanProperties.openapi_types

Defined in:
lib/ionoscloud/models/lan_properties.rb

.openapi_typesObject

Attribute type mapping.



54
55
56
57
58
59
60
61
62
63
64
65
# File 'lib/ionoscloud/models/lan_properties.rb', line 54

def self.openapi_types
  {
    
    :'ip_failover' => :'Array<IPFailover>',

    :'name' => :'String',

    :'pcc' => :'String',

    :'public' => :'Boolean'
  }
end