- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
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.cloud.networkmanagement.v1beta1.Step.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ABORT |
Final state: analysis is aborted. |
ABORT_VALUE |
Final state: analysis is aborted. |
ANALYZE_LOAD_BALANCER_BACKEND |
Config checking state: verify load balancer backend configuration. |
ANALYZE_LOAD_BALANCER_BACKEND_VALUE |
Config checking state: verify load balancer backend configuration. |
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.
Deprecated in favor of the |
ARRIVE_AT_EXTERNAL_LOAD_BALANCER_VALUE |
Forwarding state: arriving at a Compute Engine external load balancer.
Deprecated in favor of the |
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.
Deprecated in favor of the |
ARRIVE_AT_INTERNAL_LOAD_BALANCER_VALUE |
Forwarding state: arriving at a Compute Engine internal load balancer.
Deprecated in favor of the |
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. The google_service information is populated. |
START_FROM_GOOGLE_SERVICE_VALUE |
Initial state: packet originating from a Google service. The google_service information is populated. |
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. |
START_FROM_PSC_PUBLISHED_SERVICE |
Initial state: packet originating from a published service that uses Private Service Connect. Used only for return traces. |
START_FROM_PSC_PUBLISHED_SERVICE_VALUE |
Initial state: packet originating from a published service that uses Private Service Connect. Used only for return traces. |
START_FROM_REDIS_CLUSTER |
Initial state: packet originating from a Redis Cluster. A RedisClusterInfo is populated with starting Cluster information. |
START_FROM_REDIS_CLUSTER_VALUE |
Initial state: packet originating from a Redis Cluster. A RedisClusterInfo is populated with starting Cluster information. |
START_FROM_REDIS_INSTANCE |
Initial state: packet originating from a Redis instance. A RedisInstanceInfo is populated with starting instance information. |
START_FROM_REDIS_INSTANCE_VALUE |
Initial state: packet originating from a Redis instance. A RedisInstanceInfo is populated with starting instance information. |
START_FROM_SERVERLESS_NEG |
Initial state: packet originating from a serverless network endpoint group backend. Used only for return traces. The serverless_neg information is populated. |
START_FROM_SERVERLESS_NEG_VALUE |
Initial state: packet originating from a serverless network endpoint group backend. Used only for return traces. The serverless_neg information is populated. |
START_FROM_STORAGE_BUCKET |
Initial state: packet originating from a Storage Bucket. Used only for return traces. The storage_bucket information is populated. |
START_FROM_STORAGE_BUCKET_VALUE |
Initial state: packet originating from a Storage Bucket. Used only for return traces. The storage_bucket information is populated. |
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() |