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.onBootThe 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.OnBootDeprecated.this method will not be publicly exposed in future releases of this package.static Types.OnBootReturns 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 TypeMethodDescriptionvoidVDI.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.