pub struct GoogleCloudApigeeV1MaintenanceUpdatePolicy {
pub maintenance_channel: Option<String>,
pub maintenance_windows: Option<Vec<GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow>>,
}Expand description
MaintenanceUpdatePolicy specifies the preferred window to perform maintenance on the instance (day of the week and time of day).
This type is not used in any activity, and only used as part of another schema.
Fields§
§maintenance_channel: Option<String>Optional. Maintenance channel to specify relative scheduling for maintenance.
maintenance_windows: Option<Vec<GoogleCloudApigeeV1MaintenanceUpdatePolicyMaintenanceWindow>>Optional. Preferred windows to perform maintenance. Currently limited to 1.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl Clone for GoogleCloudApigeeV1MaintenanceUpdatePolicy
Source§fn clone(&self) -> GoogleCloudApigeeV1MaintenanceUpdatePolicy
fn clone(&self) -> GoogleCloudApigeeV1MaintenanceUpdatePolicy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl Default for GoogleCloudApigeeV1MaintenanceUpdatePolicy
Source§fn default() -> GoogleCloudApigeeV1MaintenanceUpdatePolicy
fn default() -> GoogleCloudApigeeV1MaintenanceUpdatePolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1MaintenanceUpdatePolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudApigeeV1MaintenanceUpdatePolicy
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl RefUnwindSafe for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl Send for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl Sync for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl Unpin for GoogleCloudApigeeV1MaintenanceUpdatePolicy
impl UnwindSafe for GoogleCloudApigeeV1MaintenanceUpdatePolicy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more