GetMetricRuleBlackListsResult

data class GetMetricRuleBlackListsResult(val category: String? = null, val id: String, val ids: List<String>, val lists: List<GetMetricRuleBlackListsList>, val metricRuleBlackListId: String? = null, val nameRegex: String? = null, val names: List<String>, val namespace: String? = null, val order: Int? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null)

A collection of values returned by getMetricRuleBlackLists.

Constructors

Link copied to clipboard
constructor(category: String? = null, id: String, ids: List<String>, lists: List<GetMetricRuleBlackListsList>, metricRuleBlackListId: String? = null, nameRegex: String? = null, names: List<String>, namespace: String? = null, order: Int? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Cloud service classification. For example, Redis includes kvstore_standard, kvstore_sharding, and kvstore_splitrw.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Metric Rule Black List IDs.

Link copied to clipboard

A list of Metric Rule Black List Entries. Each element contains the following attributes:

Link copied to clipboard

The first ID of the resource

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of name of Metric Rule Black Lists.

Link copied to clipboard
val namespace: String? = null

The data namespace of the cloud service.

Link copied to clipboard
val order: Int? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null