LoadBalancerDeletionProtectionConfigArgs

data class LoadBalancerDeletionProtectionConfigArgs(val enabled: Output<Boolean>? = null, val enabledTime: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<LoadBalancerDeletionProtectionConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether to enable deletion protection. Valid values:

Link copied to clipboard
val enabledTime: Output<String>? = null

Opening time of the configuration read-only mode.

Link copied to clipboard
val reason: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerDeletionProtectionConfigArgs