deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::LogConfig Class Reference

#include <log_config.h>

Inheritance diagram for google_deploymentmanager_api::LogConfig:

Public Member Functions

 LogConfig (const Json::Value &storage)
 
 LogConfig (Json::Value *storage)
 
virtual ~LogConfig ()
 
const StringPiece GetTypeName () const
 
bool has_cloud_audit () const
 
void clear_cloud_audit ()
 
const LogConfigCloudAuditOptions get_cloud_audit () const
 
LogConfigCloudAuditOptions mutable_cloudAudit ()
 
bool has_counter () const
 
void clear_counter ()
 
const LogConfigCounterOptions get_counter () const
 
LogConfigCounterOptions mutable_counter ()
 
bool has_data_access () const
 
void clear_data_access ()
 
const LogConfigDataAccessOptions get_data_access () const
 
LogConfigDataAccessOptions mutable_dataAccess ()
 

Static Public Member Functions

static LogConfigNew ()
 

Detailed Description

Specifies what kind of log the caller must write.

Constructor & Destructor Documentation

◆ LogConfig() [1/2]

google_deploymentmanager_api::LogConfig::LogConfig ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ LogConfig() [2/2]

google_deploymentmanager_api::LogConfig::LogConfig ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~LogConfig()

google_deploymentmanager_api::LogConfig::~LogConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cloud_audit()

void google_deploymentmanager_api::LogConfig::clear_cloud_audit ( )
inline

Clears the 'cloudAudit' attribute.

◆ clear_counter()

void google_deploymentmanager_api::LogConfig::clear_counter ( )
inline

Clears the 'counter' attribute.

◆ clear_data_access()

void google_deploymentmanager_api::LogConfig::clear_data_access ( )
inline

Clears the 'dataAccess' attribute.

◆ get_cloud_audit()

const LogConfigCloudAuditOptions google_deploymentmanager_api::LogConfig::get_cloud_audit ( ) const

Get a reference to the value of the 'cloudAudit' attribute.

◆ get_counter()

const LogConfigCounterOptions google_deploymentmanager_api::LogConfig::get_counter ( ) const

Get a reference to the value of the 'counter' attribute.

◆ get_data_access()

const LogConfigDataAccessOptions google_deploymentmanager_api::LogConfig::get_data_access ( ) const

Get a reference to the value of the 'dataAccess' attribute.

◆ GetTypeName()

const StringPiece google_deploymentmanager_api::LogConfig::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::LogConfig

◆ has_cloud_audit()

bool google_deploymentmanager_api::LogConfig::has_cloud_audit ( ) const
inline

Determine if the 'cloudAudit' attribute was set.

Returns
true if the 'cloudAudit' attribute was set.

◆ has_counter()

bool google_deploymentmanager_api::LogConfig::has_counter ( ) const
inline

Determine if the 'counter' attribute was set.

Returns
true if the 'counter' attribute was set.

◆ has_data_access()

bool google_deploymentmanager_api::LogConfig::has_data_access ( ) const
inline

Determine if the 'dataAccess' attribute was set.

Returns
true if the 'dataAccess' attribute was set.

◆ mutable_cloudAudit()

LogConfigCloudAuditOptions google_deploymentmanager_api::LogConfig::mutable_cloudAudit ( )

Gets a reference to a mutable value of the 'cloudAudit' property.

Cloud audit options.

Returns
The result can be modified to change the attribute value.

◆ mutable_counter()

LogConfigCounterOptions google_deploymentmanager_api::LogConfig::mutable_counter ( )

Gets a reference to a mutable value of the 'counter' property.

Counter options.

Returns
The result can be modified to change the attribute value.

◆ mutable_dataAccess()

LogConfigDataAccessOptions google_deploymentmanager_api::LogConfig::mutable_dataAccess ( )

Gets a reference to a mutable value of the 'dataAccess' property.

Data access options.

Returns
The result can be modified to change the attribute value.

◆ New()

LogConfig * google_deploymentmanager_api::LogConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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