# Functions
NewGuestNicInfo creates a new GuestNicInfo.
RegisterGuestInfoCommands registers the guest info commands.
RegisterPowerDelegate registers the power operations with the service.
RegisterVixCommand registers the Vix command.
# Constants
GuestInfoDNSName is the guest info kind for the DNS name.
GuestInfoIPAddressV3 is the guest info kind for the IP address.
GuestInfoOSName is the guest info kind for the OS name.
GuestInfoOSNameFull is the guest info kind for the full OS name.
GuestInfoUptime is the guest uptime in 100s of seconds.
vmware/guestrpc/powerops.h.
vmware/guestrpc/powerops.h.
vmware/guestrpc/powerops.h.
vmware/guestrpc/powerops.h.
vmware/guestrpc/powerops.h.
VixGuestOfFamilyLinux defines the VixGuestOfFamilyLinux family.
VixToolsFeatureSupportGetHandleState defines the VixToolsFeatureSupportGetHandleState feature.
# Structs
DhcpConfigInfo represents DHCP configuration.
DNSConfigInfo represents DNS configuration.
GuestInfoCommands provides a set of commands for the vmx.
GuestNicInfo represents NIC information.
GuestNicV3 represents NIC information.
InetCidrRouteEntry represents a route entry.
IPAddressEntry represents an IP address with prefix length, origin, and status.
NetInterface represents a network interface.
NicInfoV3 contains NIC information.
TypedIPAddress represents an IP address with a type.
VixCommandServer provides a set of commands for the vmx.
WinsConfigInfo represents WINS configuration.
# Interfaces
NicDelegate is the interface that must be implemented by the delegate.
PowerDelegate is the interface that must be implemented by the delegate.
VixDelegate is the interface that must be implemented by the delegate.
# Type aliases
PowerHandler is the type of the function that handles power operations.
VixCommandHandler is a function that handles a Vix command.