PollingOptionsResponse

data class PollingOptionsResponse(val diagnostics: List<DiagnosticResponse>, val failCondition: String, val finishCondition: String, val pollingLink: String, val targetLink: String)

Constructors

Link copied to clipboard
fun PollingOptionsResponse(diagnostics: List<DiagnosticResponse>, failCondition: String, finishCondition: String, pollingLink: String, targetLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.

Link copied to clipboard

JsonPath expression that determines if the request failed.

Link copied to clipboard

JsonPath expression that determines if the request is completed.

Link copied to clipboard

JsonPath expression that evaluates to string, it indicates where to poll.

Link copied to clipboard

JsonPath expression, after polling is completed, indicates where to fetch the resource.