pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.slb.kotlin.outputs
/
ServerGroupServer
Server
Group
Server
data
class
ServerGroupServer
(
val
port
:
Int
,
val
serverIds
:
List
<
String
>
,
val
type
:
String
?
=
null
,
val
weight
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Server
Group
Server
Link copied to clipboard
fun
ServerGroupServer
(
port
:
Int
,
serverIds
:
List
<
String
>
,
type
:
String
?
=
null
,
weight
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
Int
server
Ids
Link copied to clipboard
val
serverIds
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String
?
=
null
weight
Link copied to clipboard
val
weight
:
Int
?
=
null