Sha256: 5f5310d16c050d96e17c38cc1d4d64cc991486f58d461ef89813346273ef2908
Contents?: true
Size: 600 Bytes
Versions: 12
Compression:
Stored size: 600 Bytes
Contents
module Fog module Compute class XenServer module Models class Pci < Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=PCI provider_class :PCI collection_name :pcis identity :reference attribute :device_name attribute :other_config attribute :pci_id attribute :uuid attribute :vendor_name has_many_identities :dependencies, :pcis has_one_identity :host, :hosts end end end end end
Version data entries
12 entries across 10 versions & 2 rubygems