Parent

Pangea::VIF

Public Instance Methods

device() click to toggle source

xen-api: VIF.get_device

# File lib/pangea/objects.rb, line 559
    def device
      ref_call :get_device
    end
mac() click to toggle source

xen-api: VIF.get_MAC

# File lib/pangea/objects.rb, line 566
    def mac
      ref_call :get_MAC
    end
metrics() click to toggle source

xen-api: VIF.get_metrics

# File lib/pangea/objects.rb, line 573
    def metrics
      VIFMetrics.new(@link, ref_call(:get_metrics))
    end
vm() click to toggle source

xen-api: VIF.get_vm

# File lib/pangea/objects.rb, line 580
    def vm
      VM.new(@link, ref_call(:get_VM))
    end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.