# File lib/virt/vmware/guest.rb, line 4
    def initialize options = {}
      super(options)
      @volume        = Volume.new options
      @interface   ||= Interface.new options
    end