ServiceStatusesResponse

data class ServiceStatusesResponse(val extensionService: ServiceStatusResponse? = null, val guestConfigurationService: ServiceStatusResponse? = null)

Reports the state and behavior of dependent services.

Constructors

Link copied to clipboard
constructor(extensionService: ServiceStatusResponse? = null, guestConfigurationService: ServiceStatusResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state of the extension service on the Arc-enabled machine.

Link copied to clipboard

The state of the guest configuration service on the Arc-enabled machine.