toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabricmesh.kotlin.outputs
/
EndpointPropertiesResponse
Endpoint
Properties
Response
data
class
EndpointPropertiesResponse
(
val
name
:
String
,
val
port
:
Int
?
=
null
)
Describes a container endpoint.
Members
Constructors
Endpoint
Properties
Response
Link copied to clipboard
constructor
(
name
:
String
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the endpoint.
port
Link copied to clipboard
val
port
:
Int
?
=
null
Port used by the container.