container
v1
|
#include <resource_usage_export_config.h>
Public Member Functions | |
ResourceUsageExportConfig (const Json::Value &storage) | |
ResourceUsageExportConfig (Json::Value *storage) | |
virtual | ~ResourceUsageExportConfig () |
const StringPiece | GetTypeName () const |
bool | has_bigquery_destination () const |
void | clear_bigquery_destination () |
const BigQueryDestination | get_bigquery_destination () const |
BigQueryDestination | mutable_bigqueryDestination () |
bool | has_consumption_metering_config () const |
void | clear_consumption_metering_config () |
const ConsumptionMeteringConfig | get_consumption_metering_config () const |
ConsumptionMeteringConfig | mutable_consumptionMeteringConfig () |
bool | has_enable_network_egress_metering () const |
void | clear_enable_network_egress_metering () |
bool | get_enable_network_egress_metering () const |
void | set_enable_network_egress_metering (bool value) |
Static Public Member Functions | |
static ResourceUsageExportConfig * | New () |
Configuration for exporting cluster resource usages.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'bigqueryDestination
' attribute.
|
inline |
Clears the 'consumptionMeteringConfig
' attribute.
|
inline |
Clears the 'enableNetworkEgressMetering
' attribute.
const BigQueryDestination google_container_api::ResourceUsageExportConfig::get_bigquery_destination | ( | ) | const |
Get a reference to the value of the 'bigqueryDestination
' attribute.
const ConsumptionMeteringConfig google_container_api::ResourceUsageExportConfig::get_consumption_metering_config | ( | ) | const |
Get a reference to the value of the 'consumptionMeteringConfig
' attribute.
|
inline |
Get the value of the 'enableNetworkEgressMetering
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'bigqueryDestination
' attribute was set.
bigqueryDestination
' attribute was set.
|
inline |
Determine if the 'consumptionMeteringConfig
' attribute was set.
consumptionMeteringConfig
' attribute was set.
|
inline |
Determine if the 'enableNetworkEgressMetering
' attribute was set.
enableNetworkEgressMetering
' attribute was set. BigQueryDestination google_container_api::ResourceUsageExportConfig::mutable_bigqueryDestination | ( | ) |
Gets a reference to a mutable value of the 'bigqueryDestination
' property.
Configuration to use BigQuery as usage export destination.
ConsumptionMeteringConfig google_container_api::ResourceUsageExportConfig::mutable_consumptionMeteringConfig | ( | ) |
Gets a reference to a mutable value of the 'consumptionMeteringConfig
' property.
Configuration to enable resource consumption metering.
|
static |
Creates a new default instance.
|
inline |
Change the 'enableNetworkEgressMetering
' attribute.
Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
[in] | value | The new value. |