toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.recoveryservices.kotlin.outputs
/
InputEndpointResponse
Input
Endpoint
Response
data
class
InputEndpointResponse
(
val
endpointName
:
String
?
=
null
,
val
privatePort
:
Int
?
=
null
,
val
protocol
:
String
?
=
null
,
val
publicPort
:
Int
?
=
null
)
Members
Constructors
Input
Endpoint
Response
Link copied to clipboard
constructor
(
endpointName
:
String
?
=
null
,
privatePort
:
Int
?
=
null
,
protocol
:
String
?
=
null
,
publicPort
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Name
Link copied to clipboard
val
endpointName
:
String
?
=
null
private
Port
Link copied to clipboard
val
privatePort
:
Int
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
public
Port
Link copied to clipboard
val
publicPort
:
Int
?
=
null