Class InitialStateConfig
Initial State for shielded instance, these are public keys which are safe to store in public
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InitialStateConfig : IDirectResponseSchema
Properties
Dbs
The Key Database (db).
Declaration
[JsonProperty("dbs")]
public virtual IList<FileContentBuffer> Dbs { get; set; }
Property Value
Type | Description |
---|---|
IList<FileContentBuffer> |
Dbxs
The forbidden key database (dbx).
Declaration
[JsonProperty("dbxs")]
public virtual IList<FileContentBuffer> Dbxs { get; set; }
Property Value
Type | Description |
---|---|
IList<FileContentBuffer> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Keks
The Key Exchange Key (KEK).
Declaration
[JsonProperty("keks")]
public virtual IList<FileContentBuffer> Keks { get; set; }
Property Value
Type | Description |
---|---|
IList<FileContentBuffer> |
Pk
The Platform Key (PK).
Declaration
[JsonProperty("pk")]
public virtual FileContentBuffer Pk { get; set; }
Property Value
Type | Description |
---|---|
FileContentBuffer |