Uses of Enum Class
com.xensource.xenapi.Types.UpdateSyncFrequency
-
Uses of Types.UpdateSyncFrequency in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.UpdateSyncFrequencyModifier and TypeFieldDescriptionPool.Record.updateSyncFrequency
The frequency at which updates are synchronized from a remote CDN: daily or weekly.Methods in com.xensource.xenapi that return Types.UpdateSyncFrequencyModifier and TypeMethodDescriptionPool.getUpdateSyncFrequency
(Connection c) Get the update_sync_frequency field of the given pool.static Types.UpdateSyncFrequency
Types.toUpdateSyncFrequency
(Object object) static Types.UpdateSyncFrequency
Returns the enum constant of this class with the specified name.static Types.UpdateSyncFrequency[]
Types.UpdateSyncFrequency.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.UpdateSyncFrequencyModifier and TypeMethodDescriptionvoid
Pool.configureUpdateSync
(Connection c, Types.UpdateSyncFrequency updateSyncFrequency, Long updateSyncDay) Configure periodic update synchronization to sync updates from a remote CDN Minimum allowed role: pool-operator Experimental.Pool.configureUpdateSyncAsync
(Connection c, Types.UpdateSyncFrequency updateSyncFrequency, Long updateSyncDay) Configure periodic update synchronization to sync updates from a remote CDN Minimum allowed role: pool-operator Experimental.