ExcludedServicesConfig Class

The configuration that services will be excluded when creating cluster.

Constructor

ExcludedServicesConfig(*, excluded_services_config_id: str | None = None, excluded_services_list: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
excluded_services_config_id
str

The config id of excluded services.

Default value: None
excluded_services_list
str

The list of excluded services.

Default value: None

Variables

Name Description
excluded_services_config_id
str

The config id of excluded services.

excluded_services_list
str

The list of excluded services.