pub struct ManagedZoneCloudLoggingConfig {
pub enable_logging: Option<bool>,
pub kind: Option<String>,
}Expand description
Cloud Logging configurations for publicly visible zones.
This type is not used in any activity, and only used as part of another schema.
Fields§
§enable_logging: Option<bool>If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
kind: Option<String>no description provided
Trait Implementations§
Source§impl Clone for ManagedZoneCloudLoggingConfig
impl Clone for ManagedZoneCloudLoggingConfig
Source§fn clone(&self) -> ManagedZoneCloudLoggingConfig
fn clone(&self) -> ManagedZoneCloudLoggingConfig
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 ManagedZoneCloudLoggingConfig
impl Default for ManagedZoneCloudLoggingConfig
Source§fn default() -> ManagedZoneCloudLoggingConfig
fn default() -> ManagedZoneCloudLoggingConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZoneCloudLoggingConfig
impl<'de> Deserialize<'de> for ManagedZoneCloudLoggingConfig
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 ManagedZoneCloudLoggingConfig
Auto Trait Implementations§
impl Freeze for ManagedZoneCloudLoggingConfig
impl RefUnwindSafe for ManagedZoneCloudLoggingConfig
impl Send for ManagedZoneCloudLoggingConfig
impl Sync for ManagedZoneCloudLoggingConfig
impl Unpin for ManagedZoneCloudLoggingConfig
impl UnwindSafe for ManagedZoneCloudLoggingConfig
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