Sha256: 948b312c80213a1309672ec7b98cd9dfc9a2b38031960f2e1b9b970bf5883ec5
Contents?: true
Size: 651 Bytes
Versions: 12
Compression:
Stored size: 651 Bytes
Contents
module Fog module Compute class XenServer module Models class Bond < Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=Bond provider_class :Bond collection_name :bonds identity :reference attribute :links_up attribute :mode attribute :other_config attribute :properties attribute :uuid has_one_identity :master, :pifs has_one_identity :primary_slave, :pifs has_many_identities :slaves, :pifs end end end end end
Version data entries
12 entries across 10 versions & 2 rubygems