pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.slb.kotlin
/
AttachmentArgs
/
AttachmentArgs
Attachment
Args
fun
AttachmentArgs
(
backendServers
:
Output
<
String
>
?
=
null
,
deleteProtectionValidation
:
Output
<
Boolean
>
?
=
null
,
instanceIds
:
Output
<
List
<
String
>
>
?
=
null
,
loadBalancerId
:
Output
<
String
>
?
=
null
,
serverType
:
Output
<
String
>
?
=
null
,
weight
:
Output
<
Int
>
?
=
null
)