toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.outputs
/
WaitStatusResponse
Wait
Status
Response
data
class
WaitStatusResponse
(
val
status
:
UpdateStatusResponse
,
val
waitDurationInSeconds
:
Int
)
The status of the wait duration.
Members
Constructors
Wait
Status
Response
Link copied to clipboard
constructor
(
status
:
UpdateStatusResponse
,
waitDurationInSeconds
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
status
Link copied to clipboard
val
status
:
UpdateStatusResponse
The status of the wait duration.
wait
Duration
In
Seconds
Link copied to clipboard
val
waitDurationInSeconds
:
Int
The wait duration configured in seconds.