container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::ShieldedInstanceConfig Class Reference

#include <shielded_instance_config.h>

Inheritance diagram for google_container_api::ShieldedInstanceConfig:

Public Member Functions

 ShieldedInstanceConfig (const Json::Value &storage)
 
 ShieldedInstanceConfig (Json::Value *storage)
 
virtual ~ShieldedInstanceConfig ()
 
const StringPiece GetTypeName () const
 
bool has_enable_integrity_monitoring () const
 
void clear_enable_integrity_monitoring ()
 
bool get_enable_integrity_monitoring () const
 
void set_enable_integrity_monitoring (bool value)
 
bool has_enable_secure_boot () const
 
void clear_enable_secure_boot ()
 
bool get_enable_secure_boot () const
 
void set_enable_secure_boot (bool value)
 

Static Public Member Functions

static ShieldedInstanceConfigNew ()
 

Detailed Description

A set of Shielded Instance options.

Constructor & Destructor Documentation

◆ ShieldedInstanceConfig() [1/2]

google_container_api::ShieldedInstanceConfig::ShieldedInstanceConfig ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ShieldedInstanceConfig() [2/2]

google_container_api::ShieldedInstanceConfig::ShieldedInstanceConfig ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ShieldedInstanceConfig()

google_container_api::ShieldedInstanceConfig::~ShieldedInstanceConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enable_integrity_monitoring()

void google_container_api::ShieldedInstanceConfig::clear_enable_integrity_monitoring ( )
inline

Clears the 'enableIntegrityMonitoring' attribute.

◆ clear_enable_secure_boot()

void google_container_api::ShieldedInstanceConfig::clear_enable_secure_boot ( )
inline

Clears the 'enableSecureBoot' attribute.

◆ get_enable_integrity_monitoring()

bool google_container_api::ShieldedInstanceConfig::get_enable_integrity_monitoring ( ) const
inline

Get the value of the 'enableIntegrityMonitoring' attribute.

◆ get_enable_secure_boot()

bool google_container_api::ShieldedInstanceConfig::get_enable_secure_boot ( ) const
inline

Get the value of the 'enableSecureBoot' attribute.

◆ GetTypeName()

const StringPiece google_container_api::ShieldedInstanceConfig::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::ShieldedInstanceConfig

◆ has_enable_integrity_monitoring()

bool google_container_api::ShieldedInstanceConfig::has_enable_integrity_monitoring ( ) const
inline

Determine if the 'enableIntegrityMonitoring' attribute was set.

Returns
true if the 'enableIntegrityMonitoring' attribute was set.

◆ has_enable_secure_boot()

bool google_container_api::ShieldedInstanceConfig::has_enable_secure_boot ( ) const
inline

Determine if the 'enableSecureBoot' attribute was set.

Returns
true if the 'enableSecureBoot' attribute was set.

◆ New()

ShieldedInstanceConfig * google_container_api::ShieldedInstanceConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enable_integrity_monitoring()

void google_container_api::ShieldedInstanceConfig::set_enable_integrity_monitoring ( bool  value)
inline

Change the 'enableIntegrityMonitoring' attribute.

Defines whether the instance has integrity monitoring enabled.

Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.

Parameters
[in]valueThe new value.

◆ set_enable_secure_boot()

void google_container_api::ShieldedInstanceConfig::set_enable_secure_boot ( bool  value)
inline

Change the 'enableSecureBoot' attribute.

Defines whether the instance has Secure Boot enabled.

Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

Parameters
[in]valueThe new value.

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