Feature#
- class Feature(name=None, value_type=None, value=None, license_type=None, license_category=None, license_sub_category=None, scope=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Response object containing feature details like name, description, license type and category mapping and others.
- Parameters:
name (max=100 chars) – (
name
) Name of feature like dp_recovery, dp_backup_tiering.value_type – (
value_type
)value – (
value
) Value of feature, it could be true, false or integer.license_type – (
license_type
)license_category – (
license_category
)license_sub_category – (
license_sub_category
)scope – (
scope
)
- property license_category#
- Type:
- property license_sub_category#
- Type:
- property license_type#
- Type:
- property name#
Name of feature like dp_recovery, dp_backup_tiering.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property value#
Value of feature, it could be true, false or integer.
- Type:
bool
|int