Struct gapi_grpc::google::container::v1beta1::ResourceUsageExportConfig[][src]

pub struct ResourceUsageExportConfig {
    pub bigquery_destination: Option<BigQueryDestination>,
    pub enable_network_egress_metering: bool,
    pub consumption_metering_config: Option<ConsumptionMeteringConfig>,
}

Configuration for exporting cluster resource usages.

Fields

bigquery_destination: Option<BigQueryDestination>

Configuration to use BigQuery as usage export destination.

enable_network_egress_metering: bool

Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.

consumption_metering_config: Option<ConsumptionMeteringConfig>

Configuration to enable resource consumption metering.

Trait Implementations

impl Clone for ResourceUsageExportConfig[src]

impl Debug for ResourceUsageExportConfig[src]

impl Default for ResourceUsageExportConfig[src]

impl Message for ResourceUsageExportConfig[src]

impl PartialEq<ResourceUsageExportConfig> for ResourceUsageExportConfig[src]

impl StructuralPartialEq for ResourceUsageExportConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for ResourceUsageExportConfig

impl Send for ResourceUsageExportConfig

impl Sync for ResourceUsageExportConfig

impl Unpin for ResourceUsageExportConfig

impl UnwindSafe for ResourceUsageExportConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]