Show / Hide Table of Contents

Class InitialStateConfig

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

Inheritance
System.Object
InitialStateConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.Collections.Generic.IList<FileContentBuffer>

Dbxs

The forbidden key database (dbx).

Declaration
[JsonProperty("dbxs")]
public virtual IList<FileContentBuffer> Dbxs { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<FileContentBuffer>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Keks

The Key Exchange Key (KEK).

Declaration
[JsonProperty("keks")]
public virtual IList<FileContentBuffer> Keks { get; set; }
Property Value
Type Description
System.Collections.Generic.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