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.canUseHotplugVbdThe guest's statement of whether it supports VBD hotplug, i.e.VMGuestMetrics.Record.canUseHotplugVifThe 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.TristateTypeTypes.toTristateType(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.TristateTypeReturns 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.