diff --git a/lib/fog/glesys/models/compute/ip.rb b/lib/fog/glesys/models/compute/ip.rb index 0dd463a0d..5feba8985 100644 --- a/lib/fog/glesys/models/compute/ip.rb +++ b/lib/fog/glesys/models/compute/ip.rb @@ -8,12 +8,20 @@ module Fog extend Fog::Deprecation - identity :serverid + identity :ip + attribute :ip, :aliases => "ipaddress" attribute :datacenter - attribute :version + attribute :version, :aliases => "ipversion" attribute :platform - attribute :ip + attribute :netmask + attribute :broadcast + attribute :gateway + attribute :nameservers + attribute :serverid + attribute :reserved + attribute :ptr + attribute :cost def list_own service.list_own