Sha256: 4695b1747051267a19d4290b51f38edca555b39462e8eab402a5f5d6ce623aa9

Contents?: true

Size: 280 Bytes

Versions: 29

Compression:

Stored size: 280 Bytes

Contents

module Fog
  module Compute
    class Vsphere
      class Host < Fog::Model
        identity :name

        attribute :datacenter
        attribute :cluster
        attribute :name
        attribute :vm_ids

        def to_s
          name
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fog-vsphere-1.3.0 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.2.2 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.2.1 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.2.0 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.1.0 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.0.1 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-1.0.0 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-0.8.1 lib/fog/vsphere/models/compute/host.rb
fog-vsphere-0.8.0 lib/fog/vsphere/models/compute/host.rb