#[repr(i32)]pub enum CurrentState {
Unspecified = 0,
Encrypted = 7,
Decrypted = 2,
EncryptionPending = 3,
EncryptionError = 4,
DecryptionPending = 5,
DecryptionError = 6,
}
Expand description
Current State of etcd encryption.
Variants§
Unspecified = 0
Should never be set
Encrypted = 7
Secrets in etcd are encrypted.
Decrypted = 2
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
EncryptionPending = 3
Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.
EncryptionError = 4
Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.
DecryptionPending = 5
De-crypting Secrets to plain text in etcd is in progress.
DecryptionError = 6
De-crypting Secrets to plain text in etcd encountered an error.
Implementations§
source§impl CurrentState
impl CurrentState
source§impl CurrentState
impl CurrentState
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 CurrentState
impl Clone for CurrentState
source§fn clone(&self) -> CurrentState
fn clone(&self) -> CurrentState
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CurrentState
impl Debug for CurrentState
source§impl Default for CurrentState
impl Default for CurrentState
source§fn default() -> CurrentState
fn default() -> CurrentState
source§impl From<CurrentState> for i32
impl From<CurrentState> for i32
source§fn from(value: CurrentState) -> i32
fn from(value: CurrentState) -> i32
source§impl Hash for CurrentState
impl Hash for CurrentState
source§impl Ord for CurrentState
impl Ord for CurrentState
source§fn cmp(&self, other: &CurrentState) -> Ordering
fn cmp(&self, other: &CurrentState) -> 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 CurrentState
impl PartialEq for CurrentState
source§fn eq(&self, other: &CurrentState) -> bool
fn eq(&self, other: &CurrentState) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CurrentState
impl PartialOrd for CurrentState
source§fn partial_cmp(&self, other: &CurrentState) -> Option<Ordering>
fn partial_cmp(&self, other: &CurrentState) -> 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 CurrentState
impl TryFrom<i32> for CurrentState
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<CurrentState, UnknownEnumValue>
fn try_from(value: i32) -> Result<CurrentState, UnknownEnumValue>
impl Copy for CurrentState
impl Eq for CurrentState
impl StructuralPartialEq for CurrentState
Auto Trait Implementations§
impl Freeze for CurrentState
impl RefUnwindSafe for CurrentState
impl Send for CurrentState
impl Sync for CurrentState
impl Unpin for CurrentState
impl UnwindSafe for CurrentState
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