Versions in this module Expand all Collapse all v0 v0.1.4 Jan 25, 2024 v0.1.3 Jan 25, 2024 v0.1.2 Mar 3, 2023 v0.1.1 Feb 12, 2023 Changes in this version + type Common struct v0.1.0 Feb 4, 2023 Changes in this version + type ConfigVmParamsParameter struct + Name string + Value string + type CreateVmnetParameter struct + Name string + Type string + type DaemonState string + const STATE_OFF + const STATE_ON + type DhcpConfig struct + Enabled bool + Setting string + type DnsConfig struct + Domainname string + Hostname string + Search []string + Server []string + type ErrorModel struct + Code int + Message string + type InlineResponse200 struct + Ip string + type MacToIpParameter struct + IP string + type MactoIp struct + Ip string + Mac string + Vmnet string + type MactoIps struct + Mactoips []MactoIp + Num int + type Network struct + Dhcp string + Mask string + Name string + Subnet string + Type string + type Networks struct + Num int + Vmnets []Network + type NicDevice struct + Index int + MacAddress string + Type string + Vmnet string + type NicDeviceParameter struct + Type string + Vmnet string + type NicDevices struct + Nics []NicDevice + Num int + type NicIpStack struct + Dhcp4 *DhcpConfig + Dhcp6 *DhcpConfig + Dns *DnsConfig + Ip []string + Mac string + Wins *WinsConfig + type NicIpStackAll struct + Dhcpv4 *DhcpConfig + Dhcpv6 *DhcpConfig + Dns *DnsConfig + Nics []NicIpStack + Routes []RouteEntry + Wins *WinsConfig + type Portforward struct + Desc string + Guest *PortforwardGuest + Port int + Protocol string + type PortforwardGuest struct + Ip string + Port int + type PortforwardParameter struct + Desc string + GuestIp string + GuestPort int + type Portforwards struct + Num int + PortForwardings []Portforward + type RouteEntry struct + Dest string + Interface int + Metric int + Nexthop string + Prefix int + Type int + type SharedFolder struct + Flags int + FolderId string + HostPath string + type SharedFolderParameter struct + Flags int + HostPath string + type SharedFolders []SharedFolder + type VmApplianceView struct + Author string + Port int + ShowAtPowerOn string + Version string + type VmCloneParameter struct + Name string + ParentId string + type VmConnectedDevice struct + ConnectionStatus int + DevicePath string + Index int + StartConnected string + type VmConnectedDeviceList struct + Devices []VmConnectedDevice + Num int + type VmGuestIsolation struct + CopyDisabled string + DndDisabled string + HgfsDisabled string + PasteDisabled string + type VmInformation struct + Cpu *Vmcpu + Id string + Memory int + type VmParameter struct + Memory int + Processors int + type VmPowerOperation string + const VM_OFF + const VM_ON + const VM_PAUSE + const VM_SHUTDOWN + const VM_SUSPEND + const VM_UNPAUSE + type VmPowerState struct + PowerState string + type VmRegisterParameter struct + Name string + Path string + type VmRegistrationInformation struct + Id string + Path string + type VmRemoteVnc struct + VNCEnabled string + VNCPort int + type VmRestrictionsInformation struct + ApplianceView *VmApplianceView + CddvdList *VmConnectedDeviceList + Cpu *Vmcpu + FirewareType int + FloopyList *VmConnectedDeviceList + GuestIsolation *VmGuestIsolation + Id string + Integrityconstraint string + ManagedOrg string + Memory int + Niclist *NicDevices + ParallelPortList *VmConnectedDeviceList + RemoteVNC *VmRemoteVnc + SerialPortList *VmConnectedDeviceList + UsbList *VmUsbList + type VmUsbDevice struct + BackingInfo string + BackingType int + Connected string + Index int + type VmUsbList struct + Num int + UsbDevices []VmUsbDevice + type Vmcpu struct + Processors int + type Vmid struct + Id string + Path string + type WinsConfig struct + Primary string + Secondary string