toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ServiceTaskSpecPlacementPlatform
Service
Task
Spec
Placement
Platform
data
class
ServiceTaskSpecPlacementPlatform
(
val
architecture
:
String
,
val
os
:
String
)
Members
Constructors
Service
Task
Spec
Placement
Platform
Link copied to clipboard
constructor
(
architecture
:
String
,
os
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
architecture
Link copied to clipboard
val
architecture
:
String
The architecture, e.g.
amd64
os
Link copied to clipboard
val
os
:
String
The operation system, e.g.
linux