#include <shielded_instance_identity_entry.h>
A Shielded Instance Identity Entry.
◆ ShieldedInstanceIdentityEntry() [1/2]
google_compute_api::ShieldedInstanceIdentityEntry::ShieldedInstanceIdentityEntry |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ShieldedInstanceIdentityEntry() [2/2]
google_compute_api::ShieldedInstanceIdentityEntry::ShieldedInstanceIdentityEntry |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ShieldedInstanceIdentityEntry()
google_compute_api::ShieldedInstanceIdentityEntry::~ShieldedInstanceIdentityEntry |
( |
| ) |
|
|
virtual |
◆ clear_ek_cert()
void google_compute_api::ShieldedInstanceIdentityEntry::clear_ek_cert |
( |
| ) |
|
|
inline |
Clears the 'ekCert
' attribute.
◆ clear_ek_pub()
void google_compute_api::ShieldedInstanceIdentityEntry::clear_ek_pub |
( |
| ) |
|
|
inline |
Clears the 'ekPub
' attribute.
◆ get_ek_cert()
const StringPiece google_compute_api::ShieldedInstanceIdentityEntry::get_ek_cert |
( |
| ) |
const |
|
inline |
Get the value of the 'ekCert
' attribute.
◆ get_ek_pub()
const StringPiece google_compute_api::ShieldedInstanceIdentityEntry::get_ek_pub |
( |
| ) |
const |
|
inline |
Get the value of the 'ekPub
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::ShieldedInstanceIdentityEntry::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ek_cert()
bool google_compute_api::ShieldedInstanceIdentityEntry::has_ek_cert |
( |
| ) |
const |
|
inline |
Determine if the 'ekCert
' attribute was set.
- Returns
- true if the '
ekCert
' attribute was set.
◆ has_ek_pub()
bool google_compute_api::ShieldedInstanceIdentityEntry::has_ek_pub |
( |
| ) |
const |
|
inline |
Determine if the 'ekPub
' attribute was set.
- Returns
- true if the '
ekPub
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_ek_cert()
void google_compute_api::ShieldedInstanceIdentityEntry::set_ek_cert |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ekCert
' attribute.
A PEM-encoded X.509 certificate. This field can be empty.
- Parameters
-
◆ set_ek_pub()
void google_compute_api::ShieldedInstanceIdentityEntry::set_ek_pub |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'ekPub
' attribute.
A PEM-encoded public key.
- Parameters
-
The documentation for this class was generated from the following files: