Enum google_api_proto::google::cloud::backupdr::v1::management_server::InstanceState
source · #[repr(i32)]pub enum InstanceState {
Unspecified = 0,
Creating = 1,
Ready = 2,
Updating = 3,
Deleting = 4,
Repairing = 5,
Maintenance = 6,
Error = 7,
}
Expand description
State of Management server instance.
Variants§
Unspecified = 0
State not set.
Creating = 1
The instance is being created.
Ready = 2
The instance has been created and is fully usable.
Updating = 3
The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.
Deleting = 4
The instance is being deleted.
Repairing = 5
The instance is being repaired and may be unstable.
Maintenance = 6
Maintenance is being performed on this instance.
Error = 7
The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource.
Implementations§
source§impl InstanceState
impl InstanceState
source§impl InstanceState
impl InstanceState
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for InstanceState
impl Clone for InstanceState
source§fn clone(&self) -> InstanceState
fn clone(&self) -> InstanceState
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for InstanceState
impl Debug for InstanceState
source§impl Default for InstanceState
impl Default for InstanceState
source§fn default() -> InstanceState
fn default() -> InstanceState
source§impl From<InstanceState> for i32
impl From<InstanceState> for i32
source§fn from(value: InstanceState) -> i32
fn from(value: InstanceState) -> i32
source§impl Hash for InstanceState
impl Hash for InstanceState
source§impl Ord for InstanceState
impl Ord for InstanceState
source§fn cmp(&self, other: &InstanceState) -> Ordering
fn cmp(&self, other: &InstanceState) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for InstanceState
impl PartialEq for InstanceState
source§fn eq(&self, other: &InstanceState) -> bool
fn eq(&self, other: &InstanceState) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for InstanceState
impl PartialOrd for InstanceState
source§fn partial_cmp(&self, other: &InstanceState) -> Option<Ordering>
fn partial_cmp(&self, other: &InstanceState) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for InstanceState
impl TryFrom<i32> for InstanceState
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<InstanceState, UnknownEnumValue>
fn try_from(value: i32) -> Result<InstanceState, UnknownEnumValue>
impl Copy for InstanceState
impl Eq for InstanceState
impl StructuralPartialEq for InstanceState
Auto Trait Implementations§
impl Freeze for InstanceState
impl RefUnwindSafe for InstanceState
impl Send for InstanceState
impl Sync for InstanceState
impl Unpin for InstanceState
impl UnwindSafe for InstanceState
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request