Uses of Enum Class
com.xensource.xenapi.Types.OnCrashBehaviour
-
Uses of Types.OnCrashBehaviour in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.OnCrashBehaviourMethods in com.xensource.xenapi that return Types.OnCrashBehaviourModifier and TypeMethodDescriptionGet the actions/after_crash field of the given VM.static Types.OnCrashBehaviour
Types.toOnCrashBehaviour
(Object object) static Types.OnCrashBehaviour
Returns the enum constant of this class with the specified name.static Types.OnCrashBehaviour[]
Types.OnCrashBehaviour.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.OnCrashBehaviourModifier and TypeMethodDescriptionvoid
VM.setActionsAfterCrash
(Connection c, Types.OnCrashBehaviour value) Sets the actions_after_crash parameter Minimum allowed role: vm-admin First published in XenServer 4.0.VM.setActionsAfterCrashAsync
(Connection c, Types.OnCrashBehaviour value) Sets the actions_after_crash parameter Minimum allowed role: vm-admin First published in XenServer 4.0.