pub struct InstanceAgentFeatures {
pub is_monitoring_supported: Option<bool>,
pub is_management_supported: Option<bool>,
}Expand description
Oracle Cloud Agent features supported on the image.
Fields§
§is_monitoring_supported: Option<bool>This attribute is not used.
is_management_supported: Option<bool>This attribute is not used.
Implementations§
Source§impl InstanceAgentFeatures
impl InstanceAgentFeatures
Sourcepub fn set_is_monitoring_supported(self, value: Option<bool>) -> Self
pub fn set_is_monitoring_supported(self, value: Option<bool>) -> Self
Set is_monitoring_supported
Sourcepub fn set_is_management_supported(self, value: Option<bool>) -> Self
pub fn set_is_management_supported(self, value: Option<bool>) -> Self
Set is_management_supported
Sourcepub fn with_is_monitoring_supported(self, value: bool) -> Self
pub fn with_is_monitoring_supported(self, value: bool) -> Self
Set is_monitoring_supported (unwraps Option)
Sourcepub fn with_is_management_supported(self, value: bool) -> Self
pub fn with_is_management_supported(self, value: bool) -> Self
Set is_management_supported (unwraps Option)
Trait Implementations§
Source§impl Clone for InstanceAgentFeatures
impl Clone for InstanceAgentFeatures
Source§fn clone(&self) -> InstanceAgentFeatures
fn clone(&self) -> InstanceAgentFeatures
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 Debug for InstanceAgentFeatures
impl Debug for InstanceAgentFeatures
Source§impl Default for InstanceAgentFeatures
impl Default for InstanceAgentFeatures
Source§impl<'de> Deserialize<'de> for InstanceAgentFeatures
impl<'de> Deserialize<'de> for InstanceAgentFeatures
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
Auto Trait Implementations§
impl Freeze for InstanceAgentFeatures
impl RefUnwindSafe for InstanceAgentFeatures
impl Send for InstanceAgentFeatures
impl Sync for InstanceAgentFeatures
impl Unpin for InstanceAgentFeatures
impl UnsafeUnpin for InstanceAgentFeatures
impl UnwindSafe for InstanceAgentFeatures
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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