(p *ListSystemVmsParams)
| 33 | DestroySystemVm(p *DestroySystemVmParams) (*DestroySystemVmResponse, error) |
| 34 | NewDestroySystemVmParams(id string) *DestroySystemVmParams |
| 35 | ListSystemVms(p *ListSystemVmsParams) (*ListSystemVmsResponse, error) |
| 36 | NewListSystemVmsParams() *ListSystemVmsParams |
| 37 | GetSystemVmID(name string, opts ...OptionFunc) (string, int, error) |
| 38 | GetSystemVmByName(name string, opts ...OptionFunc) (*SystemVm, int, error) |
no outgoing calls