Struct gapi_grpc::google::container::v1::DailyMaintenanceWindow [−][src]
Time window specified for daily maintenance operations.
Fields
start_time: String
Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format “HH:MM”, where HH : [00-23] and MM : [00-59] GMT.
duration: String
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format “PTnHnMnS”.
Trait Implementations
impl Clone for DailyMaintenanceWindow
[src][+]
impl Debug for DailyMaintenanceWindow
[src][+]
impl Default for DailyMaintenanceWindow
[src][+]
impl Message for DailyMaintenanceWindow
[src][+]
impl PartialEq<DailyMaintenanceWindow> for DailyMaintenanceWindow
[src][+]
impl StructuralPartialEq for DailyMaintenanceWindow
[src]
Auto Trait Implementations
impl RefUnwindSafe for DailyMaintenanceWindow
impl Send for DailyMaintenanceWindow
impl Sync for DailyMaintenanceWindow
impl Unpin for DailyMaintenanceWindow
impl UnwindSafe for DailyMaintenanceWindow
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,