state

@JvmName(name = "wohifqjmuuexldsq")
suspend fun state(value: Output<InstanceStateArgs>)
@JvmName(name = "rsskcxpqjyhwbsja")
suspend fun state(value: InstanceStateArgs?)

Parameters

value

The status code and the state (for example, running ) of the instance.

The State property is read-only and should not be specified in a create instance or update instance request.


@JvmName(name = "rnowjbqfewdmvhlf")
suspend fun state(argument: suspend InstanceStateArgsBuilder.() -> Unit)

Parameters

argument

The status code and the state (for example, running ) of the instance.

The State property is read-only and should not be specified in a create instance or update instance request.