toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerservice.kotlin.inputs
/
PowerStateArgs
Power
State
Args
data
class
PowerStateArgs
(
val
code
:
Output
<
Either
<
String
,
Code
>
>
?
=
null
)
:
ConvertibleToJava
<
PowerStateArgs
>
Describes the Power State of the cluster
Members
Constructors
Power
State
Args
Link copied to clipboard
constructor
(
code
:
Output
<
Either
<
String
,
Code
>
>
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Output
<
Either
<
String
,
Code
>
>
?
=
null
Tells whether the cluster is Running or Stopped
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PowerStateArgs