ServiceStatusArgs

data class ServiceStatusArgs(val startupType: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ServiceStatusArgs>

Describes the status and behavior of a service.

Constructors

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

Properties

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

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

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

The current status of the service.

Functions

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