Compute Engine v1 API - Class ShieldedInstanceIdentityEntry (2.15.0)

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

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

A Shielded Instance Identity Entry.

Inheritance

object > ShieldedInstanceIdentityEntry

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ShieldedInstanceIdentityEntry()

public ShieldedInstanceIdentityEntry()

ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry)

public ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry other)
Parameter
NameDescription
otherShieldedInstanceIdentityEntry

Properties

EkCert

public string EkCert { get; set; }

A PEM-encoded X.509 certificate. This field can be empty.

Property Value
TypeDescription
string

EkPub

public string EkPub { get; set; }

A PEM-encoded public key.

Property Value
TypeDescription
string

HasEkCert

public bool HasEkCert { get; }

Gets whether the "ek_cert" field is set

Property Value
TypeDescription
bool

HasEkPub

public bool HasEkPub { get; }

Gets whether the "ek_pub" field is set

Property Value
TypeDescription
bool