toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabricmesh.kotlin.inputs
/
EndpointPropertiesArgs
Endpoint
Properties
Args
data
class
EndpointPropertiesArgs
(
val
name
:
Output
<
String
>
,
val
port
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
EndpointPropertiesArgs
>
Describes a container endpoint.
Members
Constructors
Endpoint
Properties
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
port
:
Output
<
Int
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the endpoint.
port
Link copied to clipboard
val
port
:
Output
<
Int
>
?
=
null
Port used by the container.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointPropertiesArgs