Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create minimal manual bindings #4

Open
22 tasks
RamyElkest opened this issue Jun 6, 2018 · 1 comment
Open
22 tasks

Create minimal manual bindings #4

RamyElkest opened this issue Jun 6, 2018 · 1 comment

Comments

@RamyElkest
Copy link
Owner

Connect

  • virConnectOpen
  • virConnectClose
  • virConnectGetURI
  • virConnectRegisterCloseCallback registers callback

Domain

  • virDomainGetID
  • virDomainCreateXML
  • virDomainGetVcpusFlags
  • virDomainLookupByName

Node

  • virNodeGetInfo info passed through arguments
  • virNodeGetFreeMemory

Interface

  • virInterfaceLookupByName
  • virInterfaceIsActive

DomainSnapshot

  • virDomainSnapshotCreateXML
  • virDomainSnapshotGetParent

NodeDevice

  • virNodeDeviceCreateXML
  • virNodeDeviceGetName

Network

  • virNetworkCreateXML
  • virNetworkGetConnect

Storage

  • virStorageVolCreateXML

  • virStorageVolGetKey

  • virStoragePoolCreateXML

  • virStoragePoolGetUUID

@nertpinx
Copy link

I thought I replied to this and it looks like I didn't. There doesn't need to be that many APIs implemented before the generator starts doing its own thing. This list looks fine to get to in something like an MVP, but for starters the virConnect and virDomain seems enough. I would add something that returns a list (for example listing all domains).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants