pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.alb.kotlin.inputs
/
ServerGroupServerArgs
/
ServerGroupServerArgs
Server
Group
Server
Args
fun
ServerGroupServerArgs
(
description
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Int
>
?
=
null
,
remoteIpEnabled
:
Output
<
Boolean
>
?
=
null
,
serverId
:
Output
<
String
>
,
serverIp
:
Output
<
String
>
?
=
null
,
serverType
:
Output
<
String
>
,
status
:
Output
<
String
>
?
=
null
,
weight
:
Output
<
Int
>
?
=
null
)