Uses of Enum Class
com.xensource.xenapi.Types.OnSoftrebootBehavior
-
Uses of Types.OnSoftrebootBehavior in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.OnSoftrebootBehaviorModifier and TypeFieldDescriptionVM.Record.actionsAfterSoftreboot
action to take after soft reboot Experimental.Methods in com.xensource.xenapi that return Types.OnSoftrebootBehaviorModifier and TypeMethodDescriptionGet the actions/after_softreboot field of the given VM.static Types.OnSoftrebootBehavior
Types.toOnSoftrebootBehavior
(Object object) static Types.OnSoftrebootBehavior
Returns the enum constant of this class with the specified name.static Types.OnSoftrebootBehavior[]
Types.OnSoftrebootBehavior.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.OnSoftrebootBehaviorModifier and TypeMethodDescriptionvoid
VM.setActionsAfterSoftreboot
(Connection c, Types.OnSoftrebootBehavior afterSoftreboot) Set the actions/after_softreboot field of the given VM.