tacker.objects.vnf_lcm_subscriptions module

class tacker.objects.vnf_lcm_subscriptions.ChangeNotificationsFilter(context=None, **kwargs)

Bases: TackerObject, TackerPersistentObject

VERSION: str = '1.0'

Object version field

Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.

This version is allowed to have three parts, X.Y.Z, where the .Z element is reserved for stable branch backports. The .Z is ignored for the purposes of triggering a backport, which means anything changed under a .Z must be additive and non-destructive such that a node that knows about X.Y can consider X.Y.Z equivalent.

property created_at: Any
property deleted: Any
property deleted_at: Any
fields: MutableMapping[str, Field[Any]] = {'created_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'deleted': Integer(default=0,nullable=True), 'deleted_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'filter': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'id': UUID(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'notification_types': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'notification_types_len': Integer(default=0,nullable=True), 'operation_states': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'operation_states_len': Integer(default=0,nullable=True), 'operation_types': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'operation_types_len': Integer(default=0,nullable=True), 'subscription_uuid': UUID(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'tenant_id': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'updated_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_instance_ids': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_instance_ids_len': Integer(default=0,nullable=True), 'vnf_instance_names': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_instance_names_len': Integer(default=0,nullable=True), 'vnf_product_name': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_products_from_providers': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_provider': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnf_software_version': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnfd_ids': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnfd_ids_len': Integer(default=0,nullable=True), 'vnfd_versions': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'vnfd_versions_len': Integer(default=0,nullable=True)}

The fields present in this object as key:field pairs.

For example:

fields = {
    'foo': obj_fields.IntegerField(),
    'bar': obj_fields.StringField(),
}
property filter: Any
property id: Any
property notification_types: Any
property notification_types_len: Any
property operation_states: Any
property operation_states_len: Any
property operation_types: Any
property operation_types_len: Any
property subscription_uuid: Any
property tenant_id: Any
property updated_at: Any
property vnf_instance_ids: Any
property vnf_instance_ids_len: Any
property vnf_instance_names: Any
property vnf_instance_names_len: Any
property vnf_product_name: Any
property vnf_products_from_providers: Any
property vnf_provider: Any
property vnf_software_version: Any
property vnfd_ids: Any
property vnfd_ids_len: Any
property vnfd_versions: Any
property vnfd_versions_len: Any
class tacker.objects.vnf_lcm_subscriptions.ChangeNotificationsFilterList(*args: Any, **kwargs: Any)

Bases: ObjectListBase, TackerObject

VERSION: str = '1.0'

Object version field

Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.

This version is allowed to have three parts, X.Y.Z, where the .Z element is reserved for stable branch backports. The .Z is ignored for the purposes of triggering a backport, which means anything changed under a .Z must be additive and non-destructive such that a node that knows about X.Y can consider X.Y.Z equivalent.

fields: MutableMapping[str, Field[Any]] = {'objects': List(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False)}

The fields present in this object as key:field pairs.

For example:

fields = {
    'foo': obj_fields.IntegerField(),
    'bar': obj_fields.StringField(),
}
property objects: Any
class tacker.objects.vnf_lcm_subscriptions.LccnSubscription(context=None, **kwargs)

Bases: TackerObject, TackerPersistentObject

ALL_ATTRIBUTES = {'callbackUri': ('callback_uri', 'string', 'VnfLcmSubscriptions'), 'id': ('id', 'uuid', 'VnfLcmSubscriptions'), 'notificationTypes': ('notification_types', 'string', 'VnfLcmFilters'), 'operationStates': ('operation_states', 'string', 'VnfLcmFilters'), 'operationTypes': ('operation_types', 'string', 'VnfLcmFilters'), 'tenantId': ('tenant_id', 'string', 'VnfLcmSubscriptions'), 'vnfInstanceIds': ('vnf_instance_ids', 'string', 'VnfLcmFilters'), 'vnfInstanceNames': ('vnf_instance_names', 'string', 'VnfLcmFilters'), 'vnfProductName': ('vnf_product_name', 'string', 'VnfLcmFilters'), 'vnfProvider': ('vnf_provider', 'string', 'VnfLcmFilters'), 'vnfSoftwareVersion': ('vnf_software_version', 'string', 'VnfLcmFilters'), 'vnfdIds': ('vnfd_ids', 'string', 'VnfLcmFilters'), 'vnfdVersions': ('vnfd_versions', 'string', 'VnfLcmFilters')}
FLATTEN_ATTRIBUTES = {'callbackUri': ('callback_uri', 'string', 'VnfLcmSubscriptions'), 'id': ('id', 'uuid', 'VnfLcmSubscriptions'), 'notificationTypes': ('notification_types', 'string', 'VnfLcmFilters'), 'operationStates': ('operation_states', 'string', 'VnfLcmFilters'), 'operationTypes': ('operation_types', 'string', 'VnfLcmFilters'), 'tenantId': ('tenant_id', 'string', 'VnfLcmSubscriptions'), 'vnfInstanceIds': ('vnf_instance_ids', 'string', 'VnfLcmFilters'), 'vnfInstanceNames': ('vnf_instance_names', 'string', 'VnfLcmFilters'), 'vnfProductName': ('vnf_product_name', 'string', 'VnfLcmFilters'), 'vnfProvider': ('vnf_provider', 'string', 'VnfLcmFilters'), 'vnfSoftwareVersion': ('vnf_software_version', 'string', 'VnfLcmFilters'), 'vnfdIds': ('vnfd_ids', 'string', 'VnfLcmFilters'), 'vnfdVersions': ('vnfd_versions', 'string', 'VnfLcmFilters')}
VERSION: str = '1.0'

Object version field

Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.

This version is allowed to have three parts, X.Y.Z, where the .Z element is reserved for stable branch backports. The .Z is ignored for the purposes of triggering a backport, which means anything changed under a .Z must be additive and non-destructive such that a node that knows about X.Y can consider X.Y.Z equivalent.

property callback_uri: Any
property created_at: Any
property deleted: Any
property deleted_at: Any
fields: MutableMapping[str, Field[Any]] = {'callback_uri': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'created_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'deleted': Integer(default=0,nullable=True), 'deleted_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'filter': Object(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'id': UUID(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'updated_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True)}

The fields present in this object as key:field pairs.

For example:

fields = {
    'foo': obj_fields.IntegerField(),
    'bar': obj_fields.StringField(),
}
property filter: Any
classmethod get_by_id(context, id, expected_attrs=None)
property id: Any
property updated_at: Any
class tacker.objects.vnf_lcm_subscriptions.LccnSubscriptionList(*args: Any, **kwargs: Any)

Bases: ObjectListBase, TackerObject

VERSION: str = '1.0'

Object version field

Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.

This version is allowed to have three parts, X.Y.Z, where the .Z element is reserved for stable branch backports. The .Z is ignored for the purposes of triggering a backport, which means anything changed under a .Z must be additive and non-destructive such that a node that knows about X.Y can consider X.Y.Z equivalent.

fields: MutableMapping[str, Field[Any]] = {'objects': List(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False)}

The fields present in this object as key:field pairs.

For example:

fields = {
    'foo': obj_fields.IntegerField(),
    'bar': obj_fields.StringField(),
}
classmethod get_by_filters(context, read_deleted=None, filters=None, nextpage_opaque_marker=None)
classmethod get_by_marker_filter(context, limit, marker_obj, filters=None, read_deleted=None)
property objects: Any
class tacker.objects.vnf_lcm_subscriptions.LccnSubscriptionRequest(context=None, **kwargs)

Bases: TackerObject, TackerPersistentObject

VERSION: str = '1.0'

Object version field

Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.

This version is allowed to have three parts, X.Y.Z, where the .Z element is reserved for stable branch backports. The .Z is ignored for the purposes of triggering a backport, which means anything changed under a .Z must be additive and non-destructive such that a node that knows about X.Y can consider X.Y.Z equivalent.

property authentication: Any
property callback_uri: Any
create(filter)
property created_at: Any
property deleted: Any
property deleted_at: Any
classmethod destroy(context, subscriptionId)
fields: MutableMapping[str, Field[Any]] = {'authentication': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'callback_uri': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'created_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'deleted': Integer(default=0,nullable=True), 'deleted_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'filter': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True), 'id': UUID(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'tenant_id': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'updated_at': DateTime(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=True)}

The fields present in this object as key:field pairs.

For example:

fields = {
    'foo': obj_fields.IntegerField(),
    'bar': obj_fields.StringField(),
}
property filter: Any
property id: Any
property tenant_id: Any
property updated_at: Any
classmethod vnf_lcm_subscriptions_get(context, notification_type, operation_type=None)
classmethod vnf_lcm_subscriptions_list(context)
classmethod vnf_lcm_subscriptions_show(context, subscriptionId)