Uses of Enum Class
com.xensource.xenapi.Types.TristateType
-
Uses of Types.TristateType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.TristateTypeModifier and TypeFieldDescriptionVMGuestMetrics.Record.canUseHotplugVbd
The guest's statement of whether it supports VBD hotplug, i.e.VMGuestMetrics.Record.canUseHotplugVif
The guest's statement of whether it supports VIF hotplug, i.e.Methods in com.xensource.xenapi that return Types.TristateTypeModifier and TypeMethodDescriptionVMGuestMetrics.getCanUseHotplugVbd
(Connection c) Get the can_use_hotplug_vbd field of the given VM_guest_metrics.VMGuestMetrics.getCanUseHotplugVif
(Connection c) Get the can_use_hotplug_vif field of the given VM_guest_metrics.static Types.TristateType
Types.toTristateType
(Object object) static Types.TristateType
Returns the enum constant of this class with the specified name.static Types.TristateType[]
Types.TristateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.