Enum google_api_proto::google::cloud::gkehub::servicemesh::v1beta::membership_spec::ControlPlaneManagement
source · #[repr(i32)]pub enum ControlPlaneManagement {
Unspecified = 0,
Automatic = 1,
Manual = 2,
}
Expand description
Whether to automatically manage Service Mesh control planes.
Variants§
Unspecified = 0
Unspecified
Automatic = 1
Google should provision a control plane revision and make it available in the cluster. Google will enroll this revision in a release channel and keep it up to date. The control plane revision may be a managed service, or a managed install.
Manual = 2
User will manually configure the control plane (e.g. via CLI, or via the ControlPlaneRevision KRM API)
Implementations§
source§impl ControlPlaneManagement
impl ControlPlaneManagement
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of ControlPlaneManagement
.
sourcepub fn from_i32(value: i32) -> Option<ControlPlaneManagement>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<ControlPlaneManagement>
Converts an i32
to a ControlPlaneManagement
, or None
if value
is not a valid variant.
source§impl ControlPlaneManagement
impl ControlPlaneManagement
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 ControlPlaneManagement
impl Clone for ControlPlaneManagement
source§fn clone(&self) -> ControlPlaneManagement
fn clone(&self) -> ControlPlaneManagement
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ControlPlaneManagement
impl Debug for ControlPlaneManagement
source§impl Default for ControlPlaneManagement
impl Default for ControlPlaneManagement
source§fn default() -> ControlPlaneManagement
fn default() -> ControlPlaneManagement
source§impl From<ControlPlaneManagement> for i32
impl From<ControlPlaneManagement> for i32
source§fn from(value: ControlPlaneManagement) -> i32
fn from(value: ControlPlaneManagement) -> i32
source§impl Hash for ControlPlaneManagement
impl Hash for ControlPlaneManagement
source§impl Ord for ControlPlaneManagement
impl Ord for ControlPlaneManagement
source§fn cmp(&self, other: &ControlPlaneManagement) -> Ordering
fn cmp(&self, other: &ControlPlaneManagement) -> 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 ControlPlaneManagement
impl PartialEq for ControlPlaneManagement
source§fn eq(&self, other: &ControlPlaneManagement) -> bool
fn eq(&self, other: &ControlPlaneManagement) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ControlPlaneManagement
impl PartialOrd for ControlPlaneManagement
source§fn partial_cmp(&self, other: &ControlPlaneManagement) -> Option<Ordering>
fn partial_cmp(&self, other: &ControlPlaneManagement) -> 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 ControlPlaneManagement
impl TryFrom<i32> for ControlPlaneManagement
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<ControlPlaneManagement, UnknownEnumValue>
fn try_from(value: i32) -> Result<ControlPlaneManagement, UnknownEnumValue>
impl Copy for ControlPlaneManagement
impl Eq for ControlPlaneManagement
impl StructuralPartialEq for ControlPlaneManagement
Auto Trait Implementations§
impl Freeze for ControlPlaneManagement
impl RefUnwindSafe for ControlPlaneManagement
impl Send for ControlPlaneManagement
impl Sync for ControlPlaneManagement
impl Unpin for ControlPlaneManagement
impl UnwindSafe for ControlPlaneManagement
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