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.actionsAfterSoftrebootaction 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.OnSoftrebootBehaviorTypes.toOnSoftrebootBehavior(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.OnSoftrebootBehaviorReturns 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 TypeMethodDescriptionvoidVM.setActionsAfterSoftreboot(Connection c, Types.OnSoftrebootBehavior afterSoftreboot) Set the actions/after_softreboot field of the given VM.