PowerStateArgs

data class PowerStateArgs(val code: Output<Either<String, Code>>? = null) : ConvertibleToJava<PowerStateArgs>

Describes the Power State of the cluster

Constructors

Link copied to clipboard
constructor(code: Output<Either<String, Code>>? = null)

Properties

Link copied to clipboard
val code: Output<Either<String, Code>>? = null

Tells whether the cluster is Running or Stopped

Functions

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