Sha256: 795ab83da6152a2812af3c8c8d6fb8b324c5381ee4d0c1d696063e74761e2f2b

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

module Fog
  module Ovirt
    class Compute
      class Interface < Fog::Model
        attr_accessor :raw
        identity :id

        attribute :name
        attribute :network
        attribute :interface
        attribute :mac
        attribute :vnic_profile

        def to_s
          name
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-ovirt-2.0.2 lib/fog/ovirt/models/compute/interface.rb
fog-ovirt-2.0.1 lib/fog/ovirt/models/compute/interface.rb