GoogleApi.Compute.V1.Model.InitialStateConfig (google_api_compute v0.29.0) View Source
Initial State for shielded instance, these are public keys which are safe to store in public
Attributes
-
dbs(type:list(GoogleApi.Compute.V1.Model.FileContentBuffer.t), default:nil) - The Key Database (db). -
dbxs(type:list(GoogleApi.Compute.V1.Model.FileContentBuffer.t), default:nil) - The forbidden key database (dbx). -
keks(type:list(GoogleApi.Compute.V1.Model.FileContentBuffer.t), default:nil) - The Key Exchange Key (KEK). -
pk(type:GoogleApi.Compute.V1.Model.FileContentBuffer.t, default:nil) - The Platform Key (PK).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.InitialStateConfig{
dbs: [GoogleApi.Compute.V1.Model.FileContentBuffer.t()],
dbxs: [GoogleApi.Compute.V1.Model.FileContentBuffer.t()],
keks: [GoogleApi.Compute.V1.Model.FileContentBuffer.t()],
pk: GoogleApi.Compute.V1.Model.FileContentBuffer.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.