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.actionsAfterReboot
action to take after the guest has rebooted itselfVM.Record.actionsAfterShutdown
action 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.OnNormalExit
Types.toOnNormalExit
(Object object) static Types.OnNormalExit
Returns 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 TypeMethodDescriptionvoid
VM.setActionsAfterReboot
(Connection c, Types.OnNormalExit afterReboot) Set the actions/after_reboot field of the given VM.void
VM.setActionsAfterShutdown
(Connection c, Types.OnNormalExit afterShutdown) Set the actions/after_shutdown field of the given VM.