LoadBalancerDeletionProtectionConfig

data class LoadBalancerDeletionProtectionConfig(val enabled: Boolean? = null, val enabledTime: String? = null, val reason: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, enabledTime: String? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether to enable deletion protection. Valid values:

Link copied to clipboard
val enabledTime: String? = null

Opening time of the configuration read-only mode.

Link copied to clipboard
val reason: String? = null

The reason why deletion protection is enabled. The reason must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The reason must start with a letter.