ConfigurationTag

Tags for a configuration item. Tags are metadata that help you categorize IT assets.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration ID for the item to tag. You can specify a list of keys and values.

Link copied to clipboard

A type of IT asset to tag.

Link copied to clipboard
val key: String?

A type of tag on which to filter. For example, serverType.

Link copied to clipboard

The time the configuration tag was created in Coordinated Universal Time (UTC).

Link copied to clipboard

A value on which to filter. For example key = serverType and value = web server.

Functions

Link copied to clipboard
inline fun copy(block: ConfigurationTag.Builder.() -> Unit = {}): ConfigurationTag
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String