
5 May
2012
5 May
'12
2:24 a.m.
how do i print the features of a domain from functions that return a domain object? for instance mydomain = virdomain=libvirt.virConnect.lookupByID(conn,domainid) so mydomain is virDomainPtr, which is typedef virDomain * virDomainPtr i am not sure on how to print the domain object features in python, such as name, disk size, etc