Uses of Enum Class
com.xensource.xenapi.Types.OnBoot
-
Uses of Types.OnBoot in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.OnBootModifier and TypeFieldDescriptionVDI.Record.onBoot
The behaviour of this VDI on a VM boot First published in XenServer 5.6 FP1.Methods in com.xensource.xenapi that return Types.OnBootModifier and TypeMethodDescriptionVDI.getOnBoot
(Connection c) Get the on_boot field of the given VDI.static Types.OnBoot
static Types.OnBoot
Returns the enum constant of this class with the specified name.static Types.OnBoot[]
Types.OnBoot.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.OnBootModifier and TypeMethodDescriptionvoid
VDI.setOnBoot
(Connection c, Types.OnBoot value) Set the value of the on_boot parameter.VDI.setOnBootAsync
(Connection c, Types.OnBoot value) Set the value of the on_boot parameter.