Uses of Enum Class
com.xensource.xenapi.Types.UpdateGuidances
-
Uses of Types.UpdateGuidances in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.UpdateGuidancesModifier and TypeFieldDescriptionHost.Record.pendingGuidancesThe set of pending mandatory guidances after applying updates, which must be applied, otherwise there may be, for example, VM failures First published in 1.303.0.VM.Record.pendingGuidancesThe set of pending mandatory guidances after applying updates, which must be applied, otherwise there may be, for example, VM failures First published in 1.303.0.Host.Record.pendingGuidancesFullThe set of pending full guidances after applying updates, which a user should follow to make some updates, for example, specific hardware drivers or CPU features, fully effective, but the 'average user' doesn't need to Experimental.VM.Record.pendingGuidancesFullThe set of pending full guidances after applying updates, which a user should follow to make some updates, for example, specific hardware drivers or CPU features, fully effective, but the 'average user' doesn't need to Experimental.Host.Record.pendingGuidancesRecommendedThe set of pending recommended guidances after applying updates, which most users should follow to make the updates effective, but if not followed, will not cause a failure Experimental.VM.Record.pendingGuidancesRecommendedThe set of pending recommended guidances after applying updates, which most users should follow to make the updates effective, but if not followed, will not cause a failure Experimental.Methods in com.xensource.xenapi that return Types.UpdateGuidancesModifier and TypeMethodDescriptionstatic Types.UpdateGuidancesReturns the enum constant of this class with the specified name.static Types.UpdateGuidances[]Types.UpdateGuidances.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi that return types with arguments of type Types.UpdateGuidancesModifier and TypeMethodDescriptionHost.getPendingGuidances(Connection c) Get the pending_guidances field of the given host.Get the pending_guidances field of the given VM.Host.getPendingGuidancesFull(Connection c) Get the pending_guidances_full field of the given host.Get the pending_guidances_full field of the given VM.Get the pending_guidances_recommended field of the given host.Get the pending_guidances_recommended field of the given VM.