ActiveDirectoryConnectorStatusArgs

data class ActiveDirectoryConnectorStatusArgs(val lastUpdateTime: Output<String>? = null, val observedGeneration: Output<Double>? = null, val state: Output<String>? = null) : ConvertibleToJava<ActiveDirectoryConnectorStatusArgs>

The status of the Kubernetes custom resource.

Constructors

Link copied to clipboard
constructor(lastUpdateTime: Output<String>? = null, observedGeneration: Output<Double>? = null, state: Output<String>? = null)

Properties

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

The time that the custom resource was last updated.

Link copied to clipboard
val observedGeneration: Output<Double>? = null

The version of the replicaSet associated with the AD connector custom resource.

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

The state of the AD connector custom resource.

Functions

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