ExcludedServicesConfigResponse

data class ExcludedServicesConfigResponse(val excludedServicesConfigId: String? = null, val excludedServicesList: String? = null)

The configuration that services will be excluded when creating cluster.

Constructors

Link copied to clipboard
constructor(excludedServicesConfigId: String? = null, excludedServicesList: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The config id of excluded services.

Link copied to clipboard

The list of excluded services.