Setting#

class Setting(logical_version=None, is_standby=None, has_non_compliant_features=False, is_license_check_disabled=False, license_class=None, enforcement_policy=None, license_key=None, has_ultimate_trial_ended=None, post_paid_config=None, is_multicluster=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: BaseClusterInfo

Response object containing setting details.

Parameters:
property enforcement_policy#
Type:

EnforcementPolicy

property has_non_compliant_features#

True value indicates that user is allowed to use non compliant features.

Type:

bool

property has_ultimate_trial_ended#

Indicates whether ultimate trial is active or not.

Type:

bool

property is_license_check_disabled#

Used to enable and disable NCC license checks.

Type:

bool

property is_standby#

True value indicates that cluster summary file is downloaded but license summary file is not uplaoded.

Type:

bool

property license_class#
Type:

LicenseClass

property license_key#

License key applied to dark site clusters.

Type:

str

property logical_version#
Type:

LogicalVersion

property post_paid_config#
Type:

PostPaidConfig

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model