public enum Step.State extends Enum<Step.State> implements ProtocolMessageEnum
Type of states that are defined in the network state machine. Each step in the packet trace is in a specific state.
Protobuf enum google.events.cloud.networkmanagement.v1.Step.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ABORT |
Final state: analysis is aborted. |
ABORT_VALUE |
Final state: analysis is aborted. |
APPLY_EGRESS_FIREWALL_RULE |
Config checking state: verify egress firewall rule. |
APPLY_EGRESS_FIREWALL_RULE_VALUE |
Config checking state: verify egress firewall rule. |
APPLY_FORWARDING_RULE |
Config checking state: match forwarding rule. |
APPLY_FORWARDING_RULE_VALUE |
Config checking state: match forwarding rule. |
APPLY_INGRESS_FIREWALL_RULE |
Config checking state: verify ingress firewall rule. |
APPLY_INGRESS_FIREWALL_RULE_VALUE |
Config checking state: verify ingress firewall rule. |
APPLY_ROUTE |
Config checking state: verify route. |
APPLY_ROUTE_VALUE |
Config checking state: verify route. |
ARRIVE_AT_EXTERNAL_LOAD_BALANCER |
Forwarding state: arriving at a Compute Engine external load balancer. |
ARRIVE_AT_EXTERNAL_LOAD_BALANCER_VALUE |
Forwarding state: arriving at a Compute Engine external load balancer. |
ARRIVE_AT_INSTANCE |
Forwarding state: arriving at a Compute Engine instance. |
ARRIVE_AT_INSTANCE_VALUE |
Forwarding state: arriving at a Compute Engine instance. |
ARRIVE_AT_INTERNAL_LOAD_BALANCER |
Forwarding state: arriving at a Compute Engine internal load balancer. |
ARRIVE_AT_INTERNAL_LOAD_BALANCER_VALUE |
Forwarding state: arriving at a Compute Engine internal load balancer. |
ARRIVE_AT_VPC_CONNECTOR |
Forwarding state: arriving at a VPC connector. |
ARRIVE_AT_VPC_CONNECTOR_VALUE |
Forwarding state: arriving at a VPC connector. |
ARRIVE_AT_VPN_GATEWAY |
Forwarding state: arriving at a Cloud VPN gateway. |
ARRIVE_AT_VPN_GATEWAY_VALUE |
Forwarding state: arriving at a Cloud VPN gateway. |
ARRIVE_AT_VPN_TUNNEL |
Forwarding state: arriving at a Cloud VPN tunnel. |
ARRIVE_AT_VPN_TUNNEL_VALUE |
Forwarding state: arriving at a Cloud VPN tunnel. |
DELIVER |
Final state: packet could be delivered. |
DELIVER_VALUE |
Final state: packet could be delivered. |
DROP |
Final state: packet could be dropped. |
DROP_VALUE |
Final state: packet could be dropped. |
FORWARD |
Final state: packet could be forwarded to a network with an unknown configuration. |
FORWARD_VALUE |
Final state: packet could be forwarded to a network with an unknown configuration. |
NAT |
Transition state: packet header translated. |
NAT_VALUE |
Transition state: packet header translated. |
PROXY_CONNECTION |
Transition state: original connection is terminated and a new proxied connection is initiated. |
PROXY_CONNECTION_VALUE |
Transition state: original connection is terminated and a new proxied connection is initiated. |
SPOOFING_APPROVED |
Config checking state: packet sent or received under foreign IP address and allowed. |
SPOOFING_APPROVED_VALUE |
Config checking state: packet sent or received under foreign IP address and allowed. |
START_FROM_APP_ENGINE_VERSION |
Initial state: packet originating from an App Engine service version. An AppEngineVersionInfo is populated with starting version information. |
START_FROM_APP_ENGINE_VERSION_VALUE |
Initial state: packet originating from an App Engine service version. An AppEngineVersionInfo is populated with starting version information. |
START_FROM_CLOUD_FUNCTION |
Initial state: packet originating from a Cloud Function. A CloudFunctionInfo is populated with starting function information. |
START_FROM_CLOUD_FUNCTION_VALUE |
Initial state: packet originating from a Cloud Function. A CloudFunctionInfo is populated with starting function information. |
START_FROM_CLOUD_RUN_REVISION |
Initial state: packet originating from a Cloud Run revision. A CloudRunRevisionInfo is populated with starting revision information. |
START_FROM_CLOUD_RUN_REVISION_VALUE |
Initial state: packet originating from a Cloud Run revision. A CloudRunRevisionInfo is populated with starting revision information. |
START_FROM_CLOUD_SQL_INSTANCE |
Initial state: packet originating from a Cloud SQL instance. A CloudSQLInstanceInfo is populated with starting instance information. |
START_FROM_CLOUD_SQL_INSTANCE_VALUE |
Initial state: packet originating from a Cloud SQL instance. A CloudSQLInstanceInfo is populated with starting instance information. |
START_FROM_GKE_MASTER |
Initial state: packet originating from a Google Kubernetes Engine cluster master. A GKEMasterInfo is populated with starting instance information. |
START_FROM_GKE_MASTER_VALUE |
Initial state: packet originating from a Google Kubernetes Engine cluster master. A GKEMasterInfo is populated with starting instance information. |
START_FROM_GOOGLE_SERVICE |
Initial state: packet originating from a Google service. Some Google services, such as health check probers or Identity Aware Proxy use special routes, outside VPC routing configuration to reach Compute Engine Instances. |
START_FROM_GOOGLE_SERVICE_VALUE |
Initial state: packet originating from a Google service. Some Google services, such as health check probers or Identity Aware Proxy use special routes, outside VPC routing configuration to reach Compute Engine Instances. |
START_FROM_INSTANCE |
Initial state: packet originating from a Compute Engine instance. An InstanceInfo is populated with starting instance information. |
START_FROM_INSTANCE_VALUE |
Initial state: packet originating from a Compute Engine instance. An InstanceInfo is populated with starting instance information. |
START_FROM_INTERNET |
Initial state: packet originating from the internet. The endpoint information is populated. |
START_FROM_INTERNET_VALUE |
Initial state: packet originating from the internet. The endpoint information is populated. |
START_FROM_PRIVATE_NETWORK |
Initial state: packet originating from a VPC or on-premises network with internal source IP. If the source is a VPC network visible to the user, a NetworkInfo is populated with details of the network. |
START_FROM_PRIVATE_NETWORK_VALUE |
Initial state: packet originating from a VPC or on-premises network with internal source IP. If the source is a VPC network visible to the user, a NetworkInfo is populated with details of the network. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
UNRECOGNIZED |
|
VIEWER_PERMISSION_MISSING |
Special state: viewer of the test result does not have permission to see the configuration in this step. |
VIEWER_PERMISSION_MISSING_VALUE |
Special state: viewer of the test result does not have permission to see the configuration in this step. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |