Uses of Enum Class
com.xensource.xenapi.Types.VmUefiMode
-
Uses of Types.VmUefiMode in com.xensource.xenapi
Methods in com.xensource.xenapi that return Types.VmUefiModeModifier and TypeMethodDescriptionstatic Types.VmUefiMode
Types.toVmUefiMode
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.VmUefiMode
Returns the enum constant of this class with the specified name.static Types.VmUefiMode[]
Types.VmUefiMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.VmUefiModeModifier and TypeMethodDescriptionVM.setUefiMode
(Connection c, Types.VmUefiMode mode) Set the UEFI mode of a VM Minimum allowed role: pool-admin Experimental.VM.setUefiModeAsync
(Connection c, Types.VmUefiMode mode) Set the UEFI mode of a VM Minimum allowed role: pool-admin Experimental.