Sha256: 3598014c48c79e428987eaa2cfe5a9dcef865d519c0808d7f048c4c0035c16e0
Contents?: true
Size: 634 Bytes
Versions: 13
Compression:
Stored size: 634 Bytes
Contents
require 'fog/core/model' module Fog module Compute class XenServer class PBD < Fog::Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/5.6.0/1.0/en_gb/api/?c=PBD identity :reference attribute :uuid attribute :__host, :aliases => :host attribute :__sr, :aliases => :SR def sr connection.storage_repositories.get __sr end def storage_repository sr end def host connection.hosts.get __host end end end end end
Version data entries
13 entries across 13 versions & 7 rubygems