Show / Hide Table of Contents

Class InitialStateConfig

Initial State for shielded instance, these are public keys which are safe to store in public

Inheritance
object
InitialStateConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX