BatchDeleteConfigurationTask
A metadata object that represents the deletion task being executed.
Types
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
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
The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
Functions
Link copied to clipboard
inline fun copy(block: BatchDeleteConfigurationTask.Builder.() -> Unit = {}): BatchDeleteConfigurationTask