Struct google_container1::MaintenanceWindow[][src]

pub struct MaintenanceWindow {
    pub daily_maintenance_window: Option<DailyMaintenanceWindow>,
}

MaintenanceWindow defines the maintenance window to be used for the cluster.

This type is not used in any activity, and only used as part of another schema.

Fields

DailyMaintenanceWindow specifies a daily maintenance operation window.

Trait Implementations

impl Default for MaintenanceWindow
[src]

Returns the "default value" for a type. Read more

impl Clone for MaintenanceWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaintenanceWindow
[src]

Formats the value using the given formatter. Read more

impl Part for MaintenanceWindow
[src]

Auto Trait Implementations