pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.slb.kotlin.inputs
/
ServerGroupServerArgs
Server
Group
Server
Args
data
class
ServerGroupServerArgs
(
val
port
:
Output
<
Int
>
,
val
serverIds
:
Output
<
List
<
String
>
>
,
val
type
:
Output
<
String
>
?
=
null
,
val
weight
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
ServerGroupServerArgs
>
Constructors
Functions
Properties
Constructors
Server
Group
Server
Args
Link copied to clipboard
fun
ServerGroupServerArgs
(
port
:
Output
<
Int
>
,
serverIds
:
Output
<
List
<
String
>
>
,
type
:
Output
<
String
>
?
=
null
,
weight
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServerGroupServerArgs
Properties
port
Link copied to clipboard
val
port
:
Output
<
Int
>
server
Ids
Link copied to clipboard
val
serverIds
:
Output
<
List
<
String
>
>
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
weight
Link copied to clipboard
val
weight
:
Output
<
Int
>
?
=
null