ClusterConfig#
- class ClusterConfig(should_enable_lockdown_mode=None, build_info=None, *args, **kwargs)#
Bases:
object
Cluster Configuration required for a cluster to function properly.
- Parameters:
should_enable_lockdown_mode – (
should_enable_lockdown_mode
) A boolean value indicating whether to enable lockdown mode for a cluster.build_info – (
build_info
)
- property should_enable_lockdown_mode#
A boolean value indicating whether to enable lockdown mode for a cluster.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model