shieldedInstanceConfig

@JvmName(name = "bibtedckyfbtdwcr")
suspend fun shieldedInstanceConfig(value: Output<InstanceShieldedInstanceConfigArgs>)
@JvmName(name = "wjmnagbpnnxtfqab")
suspend fun shieldedInstanceConfig(value: InstanceShieldedInstanceConfigArgs?)

Parameters

value

Enable Shielded VM on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below. Note: shielded_instance_config can only be used with boot images with shielded vm support. See the complete list here. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.


@JvmName(name = "ivxknysqdajqvrre")
suspend fun shieldedInstanceConfig(argument: suspend InstanceShieldedInstanceConfigArgsBuilder.() -> Unit)

Parameters

argument

Enable Shielded VM on this instance. Shielded VM provides verifiable integrity to prevent against malware and rootkits. Defaults to disabled. Structure is documented below. Note: shielded_instance_config can only be used with boot images with shielded vm support. See the complete list here. Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.