Sha256: 7b8274025e6a90809fb8c052822996a38ffbe860248ac65fb3336670fd59d047

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 Bytes

Contents

require 'fog/compute/gridscale/models/storage'

module Fog
  module Compute
    class Gridscale
      class DeletedIp < Fog::Model
        identity :object_uuid

        attribute :current_price
        attribute :delete_block
        attribute :failover
        attribute :family
        attribute :ip
        attribute :labels
        attribute :location_country
        attribute :location_iata
        attribute :location_name
        attribute :location_uuid
        attribute :object_uuid
        attribute :partner_uuid
        attribute :prefix
        attribute :relations
        attribute :reverse_dns
        attribute :status
        attribute :usage_in_minutes

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-gridscale-0.1.5 lib/fog/compute/gridscale/models/deleted_ip.rb
fog-gridscale-0.1.4 lib/fog/compute/gridscale/models/deleted_ip.rb
fog-gridscale-0.1.3 lib/fog/compute/gridscale/models/deleted_ip.rb
fog-gridscale-0.1.2 lib/fog/compute/gridscale/models/deleted_ip.rb