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:
property license_category#
Type:

LicenseCategory

property license_sub_category#
Type:

SubCategory

property license_type#
Type:

LicenseType

property name#

Name of feature like dp_recovery, dp_backup_tiering.

Type:

str

property scope#
Type:

Scope

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

property value_type#
Type:

ValueType