Class Step (1.5.4)

Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
description str
A description of the step. Usually this is a summary of the state.
state google.cloud.network_management_v1.types.Step.State
Each step is in one of the pre-defined states.
causes_drop bool
This is a step that leads to the final state Drop.
project_id str
Project ID that contains the configuration this step is validating.
instance google.cloud.network_management_v1.types.InstanceInfo
Display information of a Compute Engine instance. This field is a member of oneof_ step_info.
firewall google.cloud.network_management_v1.types.FirewallInfo
Display information of a Compute Engine firewall rule. This field is a member of oneof_ step_info.
route google.cloud.network_management_v1.types.RouteInfo
Display information of a Compute Engine route. This field is a member of oneof_ step_info.
endpoint google.cloud.network_management_v1.types.EndpointInfo
Display information of the source and destination under analysis. The endpoint information in an intermediate state may differ with the initial input, as it might be modified by state like NAT, or Connection Proxy. This field is a member of oneof_ step_info.
forwarding_rule google.cloud.network_management_v1.types.ForwardingRuleInfo
Display information of a Compute Engine forwarding rule. This field is a member of oneof_ step_info.
vpn_gateway google.cloud.network_management_v1.types.VpnGatewayInfo
Display information of a Compute Engine VPN gateway. This field is a member of oneof_ step_info.
vpn_tunnel google.cloud.network_management_v1.types.VpnTunnelInfo
Display information of a Compute Engine VPN tunnel. This field is a member of oneof_ step_info.
deliver google.cloud.network_management_v1.types.DeliverInfo
Display information of the final state "deliver" and reason. This field is a member of oneof_ step_info.
forward google.cloud.network_management_v1.types.ForwardInfo
Display information of the final state "forward" and reason. This field is a member of oneof_ step_info.
abort google.cloud.network_management_v1.types.AbortInfo
Display information of the final state "abort" and reason. This field is a member of oneof_ step_info.
drop google.cloud.network_management_v1.types.DropInfo
Display information of the final state "drop" and reason. This field is a member of oneof_ step_info.
load_balancer google.cloud.network_management_v1.types.LoadBalancerInfo
Display information of the load balancers. This field is a member of oneof_ step_info.
network google.cloud.network_management_v1.types.NetworkInfo
Display information of a Google Cloud network. This field is a member of oneof_ step_info.
gke_master google.cloud.network_management_v1.types.GKEMasterInfo
Display information of a Google Kubernetes Engine cluster master. This field is a member of oneof_ step_info.
cloud_sql_instance google.cloud.network_management_v1.types.CloudSQLInstanceInfo
Display information of a Cloud SQL instance. This field is a member of oneof_ step_info.

Classes

State

State(value)

Type of states that are defined in the network state machine. Each step in the packet trace is in a specific state.