compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::ShieldedInstanceIdentityEntry Class Reference

#include <shielded_instance_identity_entry.h>

Inheritance diagram for google_compute_api::ShieldedInstanceIdentityEntry:

Public Member Functions

 ShieldedInstanceIdentityEntry (const Json::Value &storage)
 
 ShieldedInstanceIdentityEntry (Json::Value *storage)
 
virtual ~ShieldedInstanceIdentityEntry ()
 
const StringPiece GetTypeName () const
 
bool has_ek_cert () const
 
void clear_ek_cert ()
 
const StringPiece get_ek_cert () const
 
void set_ek_cert (const StringPiece &value)
 
bool has_ek_pub () const
 
void clear_ek_pub ()
 
const StringPiece get_ek_pub () const
 
void set_ek_pub (const StringPiece &value)
 

Static Public Member Functions

static ShieldedInstanceIdentityEntryNew ()
 

Detailed Description

A Shielded Instance Identity Entry.

Constructor & Destructor Documentation

◆ ShieldedInstanceIdentityEntry() [1/2]

google_compute_api::ShieldedInstanceIdentityEntry::ShieldedInstanceIdentityEntry ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ShieldedInstanceIdentityEntry()

google_compute_api::ShieldedInstanceIdentityEntry::~ShieldedInstanceIdentityEntry ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::ShieldedInstanceIdentityEntry

◆ 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()

ShieldedInstanceIdentityEntry * google_compute_api::ShieldedInstanceIdentityEntry::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: