toggle menu
pulumi-docker-kotlin
3.6.1.3
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ServiceTaskSpecRestartPolicy
Service
Task
Spec
Restart
Policy
data
class
ServiceTaskSpecRestartPolicy
(
val
condition
:
String
?
=
null
,
val
delay
:
String
?
=
null
,
val
maxAttempts
:
Int
?
=
null
,
val
window
:
String
?
=
null
)
Members
Constructors
Service
Task
Spec
Restart
Policy
Link copied to clipboard
constructor
(
condition
:
String
?
=
null
,
delay
:
String
?
=
null
,
maxAttempts
:
Int
?
=
null
,
window
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
condition
Link copied to clipboard
val
condition
:
String
?
=
null
delay
Link copied to clipboard
val
delay
:
String
?
=
null
max
Attempts
Link copied to clipboard
val
maxAttempts
:
Int
?
=
null
window
Link copied to clipboard
val
window
:
String
?
=
null