Compute Engine v1 API - Class ShieldedInstanceIdentity (2.15.0)

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

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

A Shielded Instance Identity.

Inheritance

object > ShieldedInstanceIdentity

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ShieldedInstanceIdentity()

public ShieldedInstanceIdentity()

ShieldedInstanceIdentity(ShieldedInstanceIdentity)

public ShieldedInstanceIdentity(ShieldedInstanceIdentity other)
Parameter
NameDescription
otherShieldedInstanceIdentity

Properties

EncryptionKey

public ShieldedInstanceIdentityEntry EncryptionKey { get; set; }

An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Property Value
TypeDescription
ShieldedInstanceIdentityEntry

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
bool

Kind

public string Kind { get; set; }

[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.

Property Value
TypeDescription
string

SigningKey

public ShieldedInstanceIdentityEntry SigningKey { get; set; }

An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Property Value
TypeDescription
ShieldedInstanceIdentityEntry