Enum Step.State (1.9.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ABORT

Final state: analysis is aborted.

ABORT = 19;

ABORT_VALUE

Final state: analysis is aborted.

ABORT = 19;

APPLY_EGRESS_FIREWALL_RULE

Config checking state: verify egress firewall rule.

APPLY_EGRESS_FIREWALL_RULE = 5;

APPLY_EGRESS_FIREWALL_RULE_VALUE

Config checking state: verify egress firewall rule.

APPLY_EGRESS_FIREWALL_RULE = 5;

APPLY_FORWARDING_RULE

Config checking state: match forwarding rule.

APPLY_FORWARDING_RULE = 7;

APPLY_FORWARDING_RULE_VALUE

Config checking state: match forwarding rule.

APPLY_FORWARDING_RULE = 7;

APPLY_INGRESS_FIREWALL_RULE

Config checking state: verify ingress firewall rule.

APPLY_INGRESS_FIREWALL_RULE = 4;

APPLY_INGRESS_FIREWALL_RULE_VALUE

Config checking state: verify ingress firewall rule.

APPLY_INGRESS_FIREWALL_RULE = 4;

APPLY_ROUTE

Config checking state: verify route.

APPLY_ROUTE = 6;

APPLY_ROUTE_VALUE

Config checking state: verify route.

APPLY_ROUTE = 6;

ARRIVE_AT_EXTERNAL_LOAD_BALANCER

Forwarding state: arriving at a Compute Engine external load balancer.

ARRIVE_AT_EXTERNAL_LOAD_BALANCER = 11;

ARRIVE_AT_EXTERNAL_LOAD_BALANCER_VALUE

Forwarding state: arriving at a Compute Engine external load balancer.

ARRIVE_AT_EXTERNAL_LOAD_BALANCER = 11;

ARRIVE_AT_INSTANCE

Forwarding state: arriving at a Compute Engine instance.

ARRIVE_AT_INSTANCE = 9;

ARRIVE_AT_INSTANCE_VALUE

Forwarding state: arriving at a Compute Engine instance.

ARRIVE_AT_INSTANCE = 9;

ARRIVE_AT_INTERNAL_LOAD_BALANCER

Forwarding state: arriving at a Compute Engine internal load balancer.

ARRIVE_AT_INTERNAL_LOAD_BALANCER = 10;

ARRIVE_AT_INTERNAL_LOAD_BALANCER_VALUE

Forwarding state: arriving at a Compute Engine internal load balancer.

ARRIVE_AT_INTERNAL_LOAD_BALANCER = 10;

ARRIVE_AT_VPC_CONNECTOR

Forwarding state: arriving at a VPC connector.

ARRIVE_AT_VPC_CONNECTOR = 24;

ARRIVE_AT_VPC_CONNECTOR_VALUE

Forwarding state: arriving at a VPC connector.

ARRIVE_AT_VPC_CONNECTOR = 24;

ARRIVE_AT_VPN_GATEWAY

Forwarding state: arriving at a Cloud VPN gateway.

ARRIVE_AT_VPN_GATEWAY = 12;

ARRIVE_AT_VPN_GATEWAY_VALUE

Forwarding state: arriving at a Cloud VPN gateway.

ARRIVE_AT_VPN_GATEWAY = 12;

ARRIVE_AT_VPN_TUNNEL

Forwarding state: arriving at a Cloud VPN tunnel.

ARRIVE_AT_VPN_TUNNEL = 13;

ARRIVE_AT_VPN_TUNNEL_VALUE

Forwarding state: arriving at a Cloud VPN tunnel.

ARRIVE_AT_VPN_TUNNEL = 13;

DELIVER

Final state: packet could be delivered.

DELIVER = 16;

DELIVER_VALUE

Final state: packet could be delivered.

DELIVER = 16;

DROP

Final state: packet could be dropped.

DROP = 17;

DROP_VALUE

Final state: packet could be dropped.

DROP = 17;

FORWARD

Final state: packet could be forwarded to a network with an unknown configuration.

FORWARD = 18;

FORWARD_VALUE

Final state: packet could be forwarded to a network with an unknown configuration.

FORWARD = 18;

NAT

Transition state: packet header translated.

NAT = 14;

NAT_VALUE

Transition state: packet header translated.

NAT = 14;

PROXY_CONNECTION

Transition state: original connection is terminated and a new proxied connection is initiated.

PROXY_CONNECTION = 15;

PROXY_CONNECTION_VALUE

Transition state: original connection is terminated and a new proxied connection is initiated.

PROXY_CONNECTION = 15;

SPOOFING_APPROVED

Config checking state: packet sent or received under foreign IP address and allowed.

SPOOFING_APPROVED = 8;

SPOOFING_APPROVED_VALUE

Config checking state: packet sent or received under foreign IP address and allowed.

SPOOFING_APPROVED = 8;

START_FROM_CLOUD_FUNCTION

Initial state: packet originating from a Cloud function. A CloudFunctionInfo is populated with starting function information.

START_FROM_CLOUD_FUNCTION = 23;

START_FROM_CLOUD_FUNCTION_VALUE

Initial state: packet originating from a Cloud function. A CloudFunctionInfo is populated with starting function information.

START_FROM_CLOUD_FUNCTION = 23;

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 = 22;

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_CLOUD_SQL_INSTANCE = 22;

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 = 21;

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_GKE_MASTER = 21;

START_FROM_INSTANCE

Initial state: packet originating from a Compute Engine instance. An InstanceInfo is populated with starting instance information.

START_FROM_INSTANCE = 1;

START_FROM_INSTANCE_VALUE

Initial state: packet originating from a Compute Engine instance. An InstanceInfo is populated with starting instance information.

START_FROM_INSTANCE = 1;

START_FROM_INTERNET

Initial state: packet originating from the internet. The endpoint information is populated.

START_FROM_INTERNET = 2;

START_FROM_INTERNET_VALUE

Initial state: packet originating from the internet. The endpoint information is populated.

START_FROM_INTERNET = 2;

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 = 3;

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_PRIVATE_NETWORK = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

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 = 20;

VIEWER_PERMISSION_MISSING_VALUE

Special state: viewer of the test result does not have permission to see the configuration in this step.

VIEWER_PERMISSION_MISSING = 20;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()