Struct gapi_grpc::google::cloud::sql::v1beta4::DenyMaintenancePeriod[][src]

pub struct DenyMaintenancePeriod {
    pub start_date: String,
    pub end_date: String,
    pub time: String,
}

Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.

Fields

start_date: String

“deny maintenance period” start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01

end_date: String

“deny maintenance period” end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01

time: String

Time in UTC when the “deny maintenance period” starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00

Trait Implementations

impl Clone for DenyMaintenancePeriod[src]

impl Debug for DenyMaintenancePeriod[src]

impl Default for DenyMaintenancePeriod[src]

impl Message for DenyMaintenancePeriod[src]

impl PartialEq<DenyMaintenancePeriod> for DenyMaintenancePeriod[src]

impl StructuralPartialEq for DenyMaintenancePeriod[src]

Auto Trait Implementations

impl RefUnwindSafe for DenyMaintenancePeriod

impl Send for DenyMaintenancePeriod

impl Sync for DenyMaintenancePeriod

impl Unpin for DenyMaintenancePeriod

impl UnwindSafe for DenyMaintenancePeriod

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]