Sha256: 4da6e3e954c4add3ab6d532adb49069e0acedbde3934bc4f131cbe009922e528
Contents?: true
Size: 484 Bytes
Versions: 46
Compression:
Stored size: 484 Bytes
Contents
require 'fog/core/model' module Fog module Compute class XenServer class Tunnel < Fog::Model # API Reference here: # http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/api/?c=tunnel identity :reference attribute :access_pif, :aliases => :access_PIF attribute :other_config attribute :status attribute :transport_pif, :aliases => :transport_PIF attribute :uuid end end end end
Version data entries
46 entries across 46 versions & 6 rubygems