ipa.IPA Class Reference
[ipa-python Data Classes]
Represents a connection to an IPA data store.
More...
Public Member Functions | |
| def | connect |
| Connect to the IPA database. | |
| def | add_catalog |
| Add a new catalog to the IPA database. | |
| def | get_catalog |
| Retrieve the name catalog from the database. | |
Detailed Description
Represents a connection to an IPA data store.Member Function Documentation
| def ipa.IPA.add_catalog | ( | self, | ||
| name, | ||||
| type, | ||||
| desc | ||||
| ) |
Add a new catalog to the IPA database.
- Parameters:
-
self name Name of the catalog. type Type of the catalog (one of "set", "bag", "pmap", or "mmap") desc Description of the catalog's contents.
- Exceptions:
-
IPACatalogNotFoundError
| def ipa.IPA.get_catalog | ( | self, | ||
| name | ||||
| ) |
Retrieve the name catalog from the database.
- Parameters:
-
self name Name of the catalog to be returned
- Exceptions:
-
IPACatalogNotFoundError
The documentation for this class was generated from the following file:


