Struct google_container1::MaintenancePolicy[][src]

pub struct MaintenancePolicy {
    pub window: Option<MaintenanceWindow>,
}

MaintenancePolicy defines the maintenance policy to be used for the cluster.

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

Fields

Specifies the maintenance window in which maintenance may be performed.

Trait Implementations

impl Default for MaintenancePolicy
[src]

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

impl Clone for MaintenancePolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaintenancePolicy
[src]

Formats the value using the given formatter. Read more

impl Part for MaintenancePolicy
[src]

Auto Trait Implementations