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
Implements
IMessageInitialStateConfig, IEquatableInitialStateConfig, IDeepCloneableInitialStateConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InitialStateConfig()
public InitialStateConfig()
InitialStateConfig(InitialStateConfig)
public InitialStateConfig(InitialStateConfig other)
Parameter | |
---|---|
Name | Description |
other | InitialStateConfig |
Properties
Dbs
public RepeatedField<FileContentBuffer> Dbs { get; }
The Key Database (db).
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileContentBuffer |
Dbxs
public RepeatedField<FileContentBuffer> Dbxs { get; }
The forbidden key database (dbx).
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileContentBuffer |
Keks
public RepeatedField<FileContentBuffer> Keks { get; }
The Key Exchange Key (KEK).
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileContentBuffer |
Pk
public FileContentBuffer Pk { get; set; }
The Platform Key (PK).
Property Value | |
---|---|
Type | Description |
FileContentBuffer |