ServiceProvider

” Module for ServiceProvider class.

ServiceProvider

class openlmi.storage.ServiceProvider.ServiceProvider(*args, **kwargs)[source]

Base class for every LMI_*Service providers. It implements get_instance and enum_instances methods.

__init__(*args, **kwargs)[source]
check_instance(*args, **kwargs)[source]

Check if the model represents real instance of this class. Throw an error if not.

enum_instances(*args, **kwargs)[source]

Provider implementation of EnumerateInstances intrinsic method.

get_instance(*args, **kwargs)[source]

Provider implementation of GetInstance intrinsic method.

Table Of Contents

Previous topic

ProviderManager

Next topic

SettingHelper

This Page