ImageShieldedInstanceInitialStateArgs

data class ImageShieldedInstanceInitialStateArgs(val dbs: Output<List<ImageShieldedInstanceInitialStateDbArgs>>? = null, val dbxs: Output<List<ImageShieldedInstanceInitialStateDbxArgs>>? = null, val keks: Output<List<ImageShieldedInstanceInitialStateKekArgs>>? = null, val pk: Output<ImageShieldedInstanceInitialStatePkArgs>? = null) : ConvertibleToJava<ImageShieldedInstanceInitialStateArgs>

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The Key Database (db). Structure is documented below.

Link copied to clipboard

The forbidden key database (dbx). Structure is documented below.

Link copied to clipboard

The Key Exchange Key (KEK). Structure is documented below.

Link copied to clipboard

The Platform Key (PK). Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): ImageShieldedInstanceInitialStateArgs