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.updateSyncFrequencyThe 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.UpdateSyncFrequencyTypes.toUpdateSyncFrequency(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.UpdateSyncFrequencyReturns 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 TypeMethodDescriptionvoidPool.configureUpdateSync(Connection c, Types.UpdateSyncFrequency updateSyncFrequency, Long updateSyncDay) Configure periodic update synchronization to synchronize 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 synchronize updates from a remote CDN Minimum allowed role: pool-operator Experimental.