pub struct Properties {
Show 17 fields pub availability_state: Option<AvailabilityState>, pub title: Option<String>, pub summary: Option<String>, pub detailed_status: Option<String>, pub reason_type: Option<String>, pub root_cause_attribution_time: Option<OffsetDateTime>, pub health_event_type: Option<String>, pub health_event_cause: Option<String>, pub health_event_category: Option<String>, pub health_event_id: Option<String>, pub resolution_eta: Option<OffsetDateTime>, pub occurred_time: Option<OffsetDateTime>, pub reason_chronicity: Option<ReasonChronicity>, pub reported_time: Option<OffsetDateTime>, pub recently_resolved: Option<RecentlyResolved>, pub recommended_actions: Vec<RecommendedAction>, pub service_impacting_events: Vec<ServiceImpactingEvent>,
}
Expand description

Properties of availability state.

Fields§

§availability_state: Option<AvailabilityState>

Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event

§title: Option<String>

Title description of the availability status.

§summary: Option<String>

Summary description of the availability status.

§detailed_status: Option<String>

Details of the availability status.

§reason_type: Option<String>

When the resource’s availabilityState is Unavailable, it describes where the health impacting event was originated. Examples are planned, unplanned, user initiated or an outage etc.

§root_cause_attribution_time: Option<OffsetDateTime>

When the resource’s availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received.

§health_event_type: Option<String>

In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc.

§health_event_cause: Option<String>

In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc.

§health_event_category: Option<String>

In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc.

§health_event_id: Option<String>

It is a unique Id that identifies the event

§resolution_eta: Option<OffsetDateTime>

When the resource’s availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved.

§occurred_time: Option<OffsetDateTime>

Timestamp for when last change in health status occurred.

§reason_chronicity: Option<ReasonChronicity>

Chronicity of the availability transition.

§reported_time: Option<OffsetDateTime>

Timestamp for when the health was last checked.

§recently_resolved: Option<RecentlyResolved>

An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned

§recommended_actions: Vec<RecommendedAction>

Lists actions the user can take based on the current availabilityState of the resource.

§service_impacting_events: Vec<ServiceImpactingEvent>

Lists the service impacting events that may be affecting the health of the resource.

Implementations§

source§

impl Properties

source

pub fn new() -> Self

Trait Implementations§

source§

impl Clone for Properties

source§

fn clone(&self) -> Properties

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Properties

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Properties

source§

fn default() -> Properties

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Properties

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl PartialEq<Properties> for Properties

source§

fn eq(&self, other: &Properties) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Properties

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StructuralPartialEq for Properties

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for Twhere T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,