GkeBackupAgentConfigArgs

data class GkeBackupAgentConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<GkeBackupAgentConfigArgs>

Configuration for the Backup for GKE Agent.

Constructors

Link copied to clipboard
fun GkeBackupAgentConfigArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

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

Whether the Backup for GKE agent is enabled for this cluster.