BatchDeleteConfigurationTask

A metadata object that represents the deletion task being executed.

Types

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

Properties

Link copied to clipboard

The type of configuration item to delete. Supported types are: SERVER.

Link copied to clipboard

The list of configuration IDs that were successfully deleted by the deletion task.

Link copied to clipboard

A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.

Link copied to clipboard

An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.

Link copied to clipboard

A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.

Link copied to clipboard

The list of configuration IDs that were originally requested to be deleted by the deletion task.

Link copied to clipboard

An epoch seconds timestamp (UTC) of when the deletion task was started.

Link copied to clipboard

The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.

Link copied to clipboard

The deletion task's unique identifier.

Functions

Link copied to clipboard
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