toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.integrationconnectors.kotlin.inputs
/
ConnectionLockConfigArgs
Connection
Lock
Config
Args
data
class
ConnectionLockConfigArgs
(
val
locked
:
Output
<
Boolean
>
,
val
reason
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ConnectionLockConfigArgs
>
Members
Constructors
Connection
Lock
Config
Args
Link copied to clipboard
constructor
(
locked
:
Output
<
Boolean
>
,
reason
:
Output
<
String
>
?
=
null
)
Properties
locked
Link copied to clipboard
val
locked
:
Output
<
Boolean
>
Indicates whether or not the connection is locked.
reason
Link copied to clipboard
val
reason
:
Output
<
String
>
?
=
null
Describes why a connection is locked.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectionLockConfigArgs