diff --git a/doc/source/protection_plugins.rst b/doc/source/protection_plugins.rst index b3cc2a93..24fba411 100644 --- a/doc/source/protection_plugins.rst +++ b/doc/source/protection_plugins.rst @@ -27,6 +27,31 @@ Cinder Backup :members: :show-inheritance: +Snapshot +"""""""" + +.. autoclass:: karbor.services.protection.protection_plugins.volume.volume_snapshot_plugin.VolumeSnapshotProtectionPlugin() + :noindex: + :members: + :show-inheritance: + +Freezer +""""""" + +.. autoclass:: karbor.services.protection.protection_plugins.volume.volume_freezer_plugin.FreezerProtectionPlugin() + :noindex: + :members: + :show-inheritance: + +Glance +"""""" + +.. autoclass:: karbor.services.protection.protection_plugins.volume.volume_glance_plugin.VolumeGlanceProtectionPlugin() + :noindex: + :members: + :show-inheritance: + + Image ^^^^^