ServiceStatusesArgs

data class ServiceStatusesArgs(val extensionService: Output<ServiceStatusArgs>? = null, val guestConfigurationService: Output<ServiceStatusArgs>? = null) : ConvertibleToJava<ServiceStatusesArgs>

Reports the state and behavior of dependent services.

Constructors

Link copied to clipboard
constructor(extensionService: Output<ServiceStatusArgs>? = null, guestConfigurationService: Output<ServiceStatusArgs>? = null)

Properties

Link copied to clipboard
val extensionService: Output<ServiceStatusArgs>? = null

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.

Functions

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