Struct google_sqladmin1_beta4::MaintenanceWindow[][src]

pub struct MaintenanceWindow {
    pub kind: Option<String>,
    pub update_track: Option<String>,
    pub day: Option<i32>,
    pub hour: Option<i32>,
}

Maintenance window. This specifies when a v2 Cloud SQL instance should preferably be restarted for system maintenance puruposes.

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

Fields

This is always sql#maintenanceWindow.

no description provided

day of week (1-7), starting on Monday.

hour of day - 0 to 23.

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