PowerStateResponse

data class PowerStateResponse(val code: String? = null)

Describes the Power State of the cluster

Constructors

Link copied to clipboard
constructor(code: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Tells whether the cluster is Running or Stopped