ServiceStatusResponse

data class ServiceStatusResponse(val startupType: String? = null, val status: String? = null)

Describes the status and behavior of a service.

Constructors

Link copied to clipboard
constructor(startupType: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val startupType: String? = null

The behavior of the service when the Arc-enabled machine starts up.

Link copied to clipboard
val status: String? = null

The current status of the service.