Part of lp.registry.model.distributionmirror View In Hierarchy
| Method | base_url | See IDistributionMirror |
| Method | last_probe_record | See IDistributionMirror |
| Method | all_probe_records | See IDistributionMirror |
| Method | displayname | Undocumented |
| Method | title | See IDistributionMirror |
| Method | arch_mirror_freshness | See IDistributionMirror |
| Method | source_mirror_freshness | See IDistributionMirror |
| Method | destroySelf | Delete this mirror from the database. |
| Method | verifyTransitionToCountryMirror | Verify that a mirror can be set as a country mirror. |
| Method | canTransitionToCountryMirror | See IDistributionMirror. |
| Method | transitionToCountryMirror | See IDistributionMirror. |
| Method | getOverallFreshness | See IDistributionMirror |
| Method | isOfficial | See IDistributionMirror |
| Method | resubmitForReview | See IDistributionMirror |
| Method | shouldDisable | See IDistributionMirror |
| Method | disable | See IDistributionMirror |
| Method | newProbeRecord | See IDistributionMirror |
| Method | deleteMirrorDistroArchSeries | See IDistributionMirror |
| Method | ensureMirrorDistroArchSeries | See IDistributionMirror. |
| Method | ensureMirrorDistroSeriesSource | See IDistributionMirror. |
| Method | deleteMirrorDistroSeriesSource | See IDistributionMirror |
| Method | ensureMirrorCDImageSeries | See IDistributionMirror |
| Method | deleteMirrorCDImageSeries | See IDistributionMirror |
| Method | deleteAllMirrorCDImageSeries | See IDistributionMirror |
| Method | arch_series | See IDistributionMirror |
| Method | cdimage_series | See IDistributionMirror |
| Method | source_series | See IDistributionMirror |
| Method | getSummarizedMirroredSourceSeries | See IDistributionMirror |
| Method | getSummarizedMirroredArchSeries | See IDistributionMirror |
| Method | getExpectedPackagesPaths | See IDistributionMirror |
| Method | getExpectedSourcesPaths | See IDistributionMirror |
| Method | _sendFailureNotification | Send a failure notification to the distribution's mirror admins and |
| Method | _getMirrorDistroArchSeries | Return MirrorDistroArchSeries given a arch series and pocket. |
| Method | _getMirrorDistroSeriesSource | Return MirrorDistroSeriesSource given a arch series and pocket. |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | __repr__ | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |
Only mirrors which have never been probed can be deleted.
Return True if valid, otherwise raise a subclass of CannotTransitionToCountryMirror.
IDistributionMirror.