Compute Engine v1 API - Class InitialStateConfig (2.15.0)

public sealed class InitialStateConfig : IMessage<InitialStateConfig>, IEquatable<InitialStateConfig>, IDeepCloneable<InitialStateConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class InitialStateConfig.

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

Inheritance

object > InitialStateConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InitialStateConfig()

public InitialStateConfig()

InitialStateConfig(InitialStateConfig)

public InitialStateConfig(InitialStateConfig other)
Parameter
NameDescription
otherInitialStateConfig

Properties

Dbs

public RepeatedField<FileContentBuffer> Dbs { get; }

The Key Database (db).

Property Value
TypeDescription
RepeatedFieldFileContentBuffer

Dbxs

public RepeatedField<FileContentBuffer> Dbxs { get; }

The forbidden key database (dbx).

Property Value
TypeDescription
RepeatedFieldFileContentBuffer

Keks

public RepeatedField<FileContentBuffer> Keks { get; }

The Key Exchange Key (KEK).

Property Value
TypeDescription
RepeatedFieldFileContentBuffer

Pk

public FileContentBuffer Pk { get; set; }

The Platform Key (PK).

Property Value
TypeDescription
FileContentBuffer