public sealed class ShieldedInstanceIdentityEntry : IMessage<ShieldedInstanceIdentityEntry>, IEquatable<ShieldedInstanceIdentityEntry>, IDeepCloneable<ShieldedInstanceIdentityEntry>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIdentityEntry.
A Shielded Instance Identity Entry.
Implements
IMessageShieldedInstanceIdentityEntry, IEquatableShieldedInstanceIdentityEntry, IDeepCloneableShieldedInstanceIdentityEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ShieldedInstanceIdentityEntry()
public ShieldedInstanceIdentityEntry()ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry)
public ShieldedInstanceIdentityEntry(ShieldedInstanceIdentityEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
ShieldedInstanceIdentityEntry |
Properties
EkCert
public string EkCert { get; set; }A PEM-encoded X.509 certificate. This field can be empty.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EkPub
public string EkPub { get; set; }A PEM-encoded public key.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasEkCert
public bool HasEkCert { get; }Gets whether the "ek_cert" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEkPub
public bool HasEkPub { get; }Gets whether the "ek_pub" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|