AsyncOptionsResponse

data class AsyncOptionsResponse(val methodMatch: String, val pollingOptions: PollingOptionsResponse)

Async options that determine when a resource should finish.

Constructors

Link copied to clipboard
fun AsyncOptionsResponse(methodMatch: String, pollingOptions: PollingOptionsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Method regex where this policy will apply.

Link copied to clipboard

Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.