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.OnCrashBehaviourTypes.toOnCrashBehaviour(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.OnCrashBehaviourReturns 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 TypeMethodDescriptionvoidVM.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.