Uses of Enum Class
com.xensource.xenapi.Types.LatestSyncedUpdatesAppliedState
-
Uses of Types.LatestSyncedUpdatesAppliedState in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.LatestSyncedUpdatesAppliedStateModifier and TypeFieldDescriptionHost.Record.latestSyncedUpdatesApplied
Default as 'unknown', 'yes' if the host is up to date with updates synced from remote CDN, otherwise 'no' Experimental.Methods in com.xensource.xenapi that return Types.LatestSyncedUpdatesAppliedStateModifier and TypeMethodDescriptionGet the latest_synced_updates_applied field of the given host.Types.toLatestSyncedUpdatesAppliedState
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Returns the enum constant of this class with the specified name.Types.LatestSyncedUpdatesAppliedState.values()
Returns an array containing the constants of this enum class, in the order they are declared.