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

BuildInfo

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