Struct gapi_grpc::google::cloud::sql::v1beta4::database_instance::SqlOutOfDiskReport[][src]

pub struct SqlOutOfDiskReport {
    pub sql_out_of_disk_state: i32,
    pub sql_min_recommended_increase_size_gb: i32,
}

This message wraps up the information written by out-of-disk detection job.

Fields

sql_out_of_disk_state: i32

This field represents the state generated by the proactive database wellness job for OutOfDisk issues. Writers: – the proactive database wellness job for OOD. Readers: – the proactive database wellness job

sql_min_recommended_increase_size_gb: i32

The minimum recommended increase size in GigaBytes This field is consumed by the frontend Writers: – the proactive database wellness job for OOD.

Implementations

impl SqlOutOfDiskReport[src]

pub fn sql_out_of_disk_state(&self) -> SqlOutOfDiskState[src]

Returns the enum value of sql_out_of_disk_state, or the default if the field is set to an invalid enum value.

pub fn set_sql_out_of_disk_state(&mut self, value: SqlOutOfDiskState)[src]

Sets sql_out_of_disk_state to the provided enum value.

Trait Implementations

impl Clone for SqlOutOfDiskReport[src]

impl Debug for SqlOutOfDiskReport[src]

impl Default for SqlOutOfDiskReport[src]

impl Message for SqlOutOfDiskReport[src]

impl PartialEq<SqlOutOfDiskReport> for SqlOutOfDiskReport[src]

impl StructuralPartialEq for SqlOutOfDiskReport[src]

Auto Trait Implementations

impl RefUnwindSafe for SqlOutOfDiskReport

impl Send for SqlOutOfDiskReport

impl Sync for SqlOutOfDiskReport

impl Unpin for SqlOutOfDiskReport

impl UnwindSafe for SqlOutOfDiskReport

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]