toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.offazurespringboot.kotlin.outputs
/
SpringbootserversPropertiesResponse
/
SpringbootserversPropertiesResponse
Springbootservers
Properties
Response
constructor
(
errors
:
List
<
ErrorResponse
>
?
=
null
,
fqdnAndIpAddressList
:
List
<
String
>
?
=
null
,
labels
:
Map
<
String
,
String
>
?
=
null
,
machineArmId
:
String
?
=
null
,
port
:
Int
?
=
null
,
provisioningState
:
String
?
=
null
,
server
:
String
,
springBootApps
:
Int
?
=
null
,
totalApps
:
Int
?
=
null
)