[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- comodit_client.api: The modules in this package provide classes that describe entities
handled by a ComodIT server (hosts, applications, etc.) as well as
tools easing the handling of these entities.
- comodit_client.api.application: Provides all classes related to application entity, in particular
Application and ApplicationCollection.
- comodit_client.api.application_key: Provides the classes related to application key entity: ApplicationKey and ApplicationKeyCollection.
- comodit_client.api.audit: Provides classes related to audit logs.
- comodit_client.api.collection: Provides collections base class (Collection) and related exceptions.
- comodit_client.api.compliance: Provides classes related to compliance errors on provisioned hosts,
in particular ComplianceError and ComplianceCollection.
- comodit_client.api.contexts: Provides all classes related to the configuration of a distribution
(DistributionContext), a platform (PlatformContext) or an application (ApplicationContext) when associated to a host.
- comodit_client.api.distribution: Provides the classes related to distribution entity: Distribution and DistributionCollection.
- comodit_client.api.entity: Provides entities base class (Entity).
- comodit_client.api.environment: Provides the classes related to environment entity: Environment and EnvironmentCollection.
- comodit_client.api.exceptions: Provides common API exceptions.
- comodit_client.api.exporter: Provides the exporter tool.
- comodit_client.api.files: Provides classes related to file entities, in particular HasFiles.
- comodit_client.api.flavors: Provides flavor entity (Flavor) and collection (FlavorCollection) classes.
- comodit_client.api.host: Provides the classes related to host entity, in particular Host and HostCollection.
- comodit_client.api.importer: Provides the importer tool.
- comodit_client.api.organization: Provides the classes related to organization entity, in particular
Organization and OrganizationCollection.
- comodit_client.api.parameters: Provides classes related to parameter entities, in particular HasParameters.
- comodit_client.api.platform: Provides classes related to platform entity, in particular Platform and PlatformCollection.
- comodit_client.api.purchased: Provides classes related to purchased entities: PurchasedEntity and PurchasedCollection.
- comodit_client.api.settings: Provides classes related to setting entities, in particular HasSettings.
- comodit_client.api.store: Provides classes related to stores, in particular PublishedEntity.
- comodit_client.api.sync: Provides synchronization tool (SyncEngine).