toggle menu
pulumi-docker-kotlin
3.6.1.3
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ServiceEndpointSpecPort
Service
Endpoint
Spec
Port
data
class
ServiceEndpointSpecPort
(
val
name
:
String
?
=
null
,
val
protocol
:
String
?
=
null
,
val
publishMode
:
String
?
=
null
,
val
publishedPort
:
Int
?
=
null
,
val
targetPort
:
Int
)
Members
Constructors
Service
Endpoint
Spec
Port
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
protocol
:
String
?
=
null
,
publishMode
:
String
?
=
null
,
publishedPort
:
Int
?
=
null
,
targetPort
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the service
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
published
Port
Link copied to clipboard
val
publishedPort
:
Int
?
=
null
publish
Mode
Link copied to clipboard
val
publishMode
:
String
?
=
null
target
Port
Link copied to clipboard
val
targetPort
:
Int