Polling Options Args
data class PollingOptionsArgs(val diagnostics: Output<List<DiagnosticArgs>>? = null, val failCondition: Output<String>? = null, val finishCondition: Output<String>? = null, val pollingLink: Output<String>? = null, val targetLink: Output<String>? = null) : ConvertibleToJava<PollingOptionsArgs>
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.