Uses of Enum Class
com.xensource.xenapi.Types.OnNormalExit
-
Uses of Types.OnNormalExit in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.OnNormalExitModifier and TypeFieldDescriptionVM.Record.actionsAfterRebootaction to take after the guest has rebooted itselfVM.Record.actionsAfterShutdownaction to take after the guest has shutdown itselfMethods in com.xensource.xenapi that return Types.OnNormalExitModifier and TypeMethodDescriptionGet the actions/after_reboot field of the given VM.Get the actions/after_shutdown field of the given VM.static Types.OnNormalExitReturns the enum constant of this class with the specified name.static Types.OnNormalExit[]Types.OnNormalExit.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.OnNormalExitModifier and TypeMethodDescriptionvoidVM.setActionsAfterReboot(Connection c, Types.OnNormalExit afterReboot) Set the actions/after_reboot field of the given VM.voidVM.setActionsAfterShutdown(Connection c, Types.OnNormalExit afterShutdown) Set the actions/after_shutdown field of the given VM.