Struct google_monitoring3::api::InternalChecker [−][src]
An internal checker allows Uptime checks to run on private/internal GCP resources.
This type is not used in any activity, and only used as part of another schema.
Fields
display_name: Option<String>The checker's human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
gcp_zone: Option<String>The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
name: Option<String>A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
network: Option<String>The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").
peer_project_id: Option<String>The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
state: Option<String>The current operational state of the internal checker.
Trait Implementations
impl Clone for InternalChecker[src]
fn clone(&self) -> InternalChecker[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InternalChecker[src]
impl Default for InternalChecker[src]
fn default() -> InternalChecker[src]
impl<'de> Deserialize<'de> for InternalChecker[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for InternalChecker[src]
impl Serialize for InternalChecker[src]
Auto Trait Implementations
impl RefUnwindSafe for InternalChecker[src]
impl Send for InternalChecker[src]
impl Sync for InternalChecker[src]
impl Unpin for InternalChecker[src]
impl UnwindSafe for InternalChecker[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,