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:
logical_version – (
logical_version
)is_standby – (
is_standby
) True value indicates that cluster summary file is downloaded but license summary file is not uplaoded.has_non_compliant_features – (
has_non_compliant_features
) True value indicates that user is allowed to use non compliant features. (Default False)is_license_check_disabled – (
is_license_check_disabled
) Used to enable and disable NCC license checks. (Default False)license_class – (
license_class
)enforcement_policy – (
enforcement_policy
)license_key (max=100 chars) – (
license_key
) License key applied to dark site clusters.has_ultimate_trial_ended – (
has_ultimate_trial_ended
) Indicates whether ultimate trial is active or not.post_paid_config – (
post_paid_config
)
- property enforcement_policy#
- Type:
- 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:
- property license_key#
License key applied to dark site clusters.
- Type:
str
- property logical_version#
- Type:
- property post_paid_config#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model