Enum google_api_proto::google::cloud::networkanalyzer::logging::v1::ReportCauseCode
source · #[repr(i32)]pub enum ReportCauseCode {
Show 37 variants
Unspecified = 0,
RouteInvalidNextHopVmIpForwardingDisabled = 1,
RouteInvalidNextHopVmDeleted = 2,
RouteInvalidNextHopVmStopped = 3,
RouteInvalidNextHopIlbMisconfigured = 4,
RouteInvalidNextHopVpnTunnelDeleted = 5,
RouteInvalidNextHopIlbBackendIpForwardingDisabled = 6,
RouteInvalidNextHopIlbVipNotAssigned = 7,
IpUtilizationIpAllocationRatioHigh = 20,
IpUtilizationIpAllocationSummary = 21,
GkeNodeToControlPlaneBlockedByRoutingIssue = 201,
GkeNodeToControlPlanePublicEndpointBlockedByEgressFirewall = 202,
GkeNodeToControlPlanePrivateEndpointBlockedByEgressFirewall = 203,
GkeControlPlaneToNodeBlockedByRoutingIssue = 211,
GkeControlPlaneToNodeBlockedByIngressFirewallOnNode = 212,
GkeIpUtilizationPodRangesAllocationHigh = 221,
GkeIpUtilizationPodRangesAllocationLimitesAutoscaling = 222,
GkeNodeServiceAccountServiceAccountDisabled = 243,
GkeNodeServiceAccountDefaultServiceAccountUsed = 244,
GkeNodeServiceAccountBadOauthScopes = 245,
CloudSqlPrivateIpBlockedByEgressFirewall = 601,
CloudSqlPrivateIpBlockedByRoutingIssue = 602,
CloudSqlPrivateIpInstanceNotRunning = 603,
DynamicRouteShadowedFullyShadowedBySubnetRoute = 801,
DynamicRouteShadowedFullyShadowedByPeeringSubnetRoute = 802,
DynamicRouteShadowedFullyShadowedByStaticRoute = 803,
DynamicRouteShadowedFullyShadowedByPeeringStaticRoute = 804,
DynamicRouteShadowedPartiallyShadowedBySubnetRoute = 805,
DynamicRouteShadowedPartiallyShadowedByPeeringSubnetRoute = 806,
DynamicRouteShadowedPartiallyShadowedByStaticRoute = 807,
DynamicRouteShadowedPartiallyShadowedByPeeringStaticRoute = 808,
LoadBalancerHealthCheckFirewallHealthCheckFirewallNotConfigured = 1_001,
LoadBalancerHealthCheckFirewallHealthCheckRangeBlocked = 1_002,
LoadBalancerHealthCheckFirewallFirewallConfigInconsistent = 1_003,
LoadBalancerHealthCheckFirewallHealthCheckRangePartiallyBlocked = 1_004,
LoadBalancerBestPracticesBackendServiceBalancingModeBreaksSessionAffinity = 1_021,
LoadBalancerBestPracticesBackendServiceHealthCheckPortMismatch = 1_024,
}
Variants§
Unspecified = 0
RouteInvalidNextHopVmIpForwardingDisabled = 1
VPC Basics
RouteInvalidNextHopVmDeleted = 2
RouteInvalidNextHopVmStopped = 3
RouteInvalidNextHopIlbMisconfigured = 4
RouteInvalidNextHopVpnTunnelDeleted = 5
RouteInvalidNextHopIlbBackendIpForwardingDisabled = 6
RouteInvalidNextHopIlbVipNotAssigned = 7
IpUtilizationIpAllocationRatioHigh = 20
IpUtilizationIpAllocationSummary = 21
Summary of ip utilization of all subnet ranges in the project.
GkeNodeToControlPlaneBlockedByRoutingIssue = 201
Kubernetes Engine
GkeNodeToControlPlanePublicEndpointBlockedByEgressFirewall = 202
GkeNodeToControlPlanePrivateEndpointBlockedByEgressFirewall = 203
GkeControlPlaneToNodeBlockedByRoutingIssue = 211
GkeControlPlaneToNodeBlockedByIngressFirewallOnNode = 212
GkeIpUtilizationPodRangesAllocationHigh = 221
GkeIpUtilizationPodRangesAllocationLimitesAutoscaling = 222
GkeNodeServiceAccountServiceAccountDisabled = 243
GkeNodeServiceAccountDefaultServiceAccountUsed = 244
GkeNodeServiceAccountBadOauthScopes = 245
CloudSqlPrivateIpBlockedByEgressFirewall = 601
Managed Services
CloudSqlPrivateIpBlockedByRoutingIssue = 602
CloudSqlPrivateIpInstanceNotRunning = 603
DynamicRouteShadowedFullyShadowedBySubnetRoute = 801
Hybrid Connectivity
DynamicRouteShadowedFullyShadowedByPeeringSubnetRoute = 802
DynamicRouteShadowedFullyShadowedByStaticRoute = 803
DynamicRouteShadowedFullyShadowedByPeeringStaticRoute = 804
DynamicRouteShadowedPartiallyShadowedBySubnetRoute = 805
DynamicRouteShadowedPartiallyShadowedByPeeringSubnetRoute = 806
DynamicRouteShadowedPartiallyShadowedByStaticRoute = 807
DynamicRouteShadowedPartiallyShadowedByPeeringStaticRoute = 808
LoadBalancerHealthCheckFirewallHealthCheckFirewallNotConfigured = 1_001
Network Services
LoadBalancerHealthCheckFirewallHealthCheckRangeBlocked = 1_002
LoadBalancerHealthCheckFirewallFirewallConfigInconsistent = 1_003
LoadBalancerHealthCheckFirewallHealthCheckRangePartiallyBlocked = 1_004
LoadBalancerBestPracticesBackendServiceBalancingModeBreaksSessionAffinity = 1_021
LoadBalancerBestPracticesBackendServiceHealthCheckPortMismatch = 1_024
Implementations§
source§impl ReportCauseCode
impl ReportCauseCode
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 ReportCauseCode
impl Clone for ReportCauseCode
source§fn clone(&self) -> ReportCauseCode
fn clone(&self) -> ReportCauseCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReportCauseCode
impl Debug for ReportCauseCode
source§impl Default for ReportCauseCode
impl Default for ReportCauseCode
source§fn default() -> ReportCauseCode
fn default() -> ReportCauseCode
Returns the “default value” for a type. Read more
source§impl From<ReportCauseCode> for i32
impl From<ReportCauseCode> for i32
source§fn from(value: ReportCauseCode) -> i32
fn from(value: ReportCauseCode) -> i32
Converts to this type from the input type.
source§impl Hash for ReportCauseCode
impl Hash for ReportCauseCode
source§impl Ord for ReportCauseCode
impl Ord for ReportCauseCode
source§fn cmp(&self, other: &ReportCauseCode) -> Ordering
fn cmp(&self, other: &ReportCauseCode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ReportCauseCode
impl PartialEq for ReportCauseCode
source§fn eq(&self, other: &ReportCauseCode) -> bool
fn eq(&self, other: &ReportCauseCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ReportCauseCode
impl PartialOrd for ReportCauseCode
source§fn partial_cmp(&self, other: &ReportCauseCode) -> Option<Ordering>
fn partial_cmp(&self, other: &ReportCauseCode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for ReportCauseCode
impl TryFrom<i32> for ReportCauseCode
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
source§fn try_from(value: i32) -> Result<ReportCauseCode, UnknownEnumValue>
fn try_from(value: i32) -> Result<ReportCauseCode, UnknownEnumValue>
Performs the conversion.
impl Copy for ReportCauseCode
impl Eq for ReportCauseCode
impl StructuralPartialEq for ReportCauseCode
Auto Trait Implementations§
impl Freeze for ReportCauseCode
impl RefUnwindSafe for ReportCauseCode
impl Send for ReportCauseCode
impl Sync for ReportCauseCode
impl Unpin for ReportCauseCode
impl UnwindSafe for ReportCauseCode
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
Mutably borrows from an owned value. Read more
§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
Compare self to
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
Checks if this value is equivalent to the given key. Read more
§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
Compare self to
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>
Wrap the input message
T
in a tonic::Request