toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.slb.kotlin.outputs
/
BackendServerBackendServer
Backend
Server
Backend
Server
data
class
BackendServerBackendServer
(
val
serverId
:
String
,
val
serverIp
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
weight
:
Int
)
Members
Constructors
Backend
Server
Backend
Server
Link copied to clipboard
constructor
(
serverId
:
String
,
serverIp
:
String
?
=
null
,
type
:
String
?
=
null
,
weight
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
server
Id
Link copied to clipboard
val
serverId
:
String
server
Ip
Link copied to clipboard
val
serverIp
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
weight
Link copied to clipboard
val
weight
:
Int