GoogleApi.NetworkManagement.V1beta1.Model.Step (google_api_network_management v0.39.0)
View SourceA simulated forwarding path is composed of multiple steps. Each step has a well-defined state and an associated configuration.
Attributes
-
state
(type:String.t
, default:nil
) - Each step is in one of the pre-defined states. -
serverlessNeg
(type:GoogleApi.NetworkManagement.V1beta1.Model.ServerlessNegInfo.t
, default:nil
) - Display information of a Serverless network endpoint group backend. Used only for return traces. -
cloudRunRevision
(type:GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo.t
, default:nil
) - Display information of a Cloud Run revision. -
cloudSqlInstance
(type:GoogleApi.NetworkManagement.V1beta1.Model.CloudSQLInstanceInfo.t
, default:nil
) - Display information of a Cloud SQL instance. -
description
(type:String.t
, default:nil
) - A description of the step. Usually this is a summary of the state. -
loadBalancer
(type:GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerInfo.t
, default:nil
) - Display information of the load balancers. Deprecated in favor of theload_balancer_backend_info
field, not used in new tests. -
vpcConnector
(type:GoogleApi.NetworkManagement.V1beta1.Model.VpcConnectorInfo.t
, default:nil
) - Display information of a VPC connector. -
drop
(type:GoogleApi.NetworkManagement.V1beta1.Model.DropInfo.t
, default:nil
) - Display information of the final state "drop" and reason. -
redisInstance
(type:GoogleApi.NetworkManagement.V1beta1.Model.RedisInstanceInfo.t
, default:nil
) - Display information of a Redis Instance. -
googleService
(type:GoogleApi.NetworkManagement.V1beta1.Model.GoogleServiceInfo.t
, default:nil
) - Display information of a Google service -
forward
(type:GoogleApi.NetworkManagement.V1beta1.Model.ForwardInfo.t
, default:nil
) - Display information of the final state "forward" and reason. -
forwardingRule
(type:GoogleApi.NetworkManagement.V1beta1.Model.ForwardingRuleInfo.t
, default:nil
) - Display information of a Compute Engine forwarding rule. -
proxyConnection
(type:GoogleApi.NetworkManagement.V1beta1.Model.ProxyConnectionInfo.t
, default:nil
) - Display information of a ProxyConnection. -
loadBalancerBackendInfo
(type:GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerBackendInfo.t
, default:nil
) - Display information of a specific load balancer backend. -
cloudFunction
(type:GoogleApi.NetworkManagement.V1beta1.Model.CloudFunctionInfo.t
, default:nil
) - Display information of a Cloud Function. -
directVpcEgressConnection
(type:GoogleApi.NetworkManagement.V1beta1.Model.DirectVpcEgressConnectionInfo.t
, default:nil
) - Display information of a serverless direct VPC egress connection. -
route
(type:GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo.t
, default:nil
) - Display information of a Compute Engine route. -
storageBucket
(type:GoogleApi.NetworkManagement.V1beta1.Model.StorageBucketInfo.t
, default:nil
) - Display information of a Storage Bucket. Used only for return traces. -
appEngineVersion
(type:GoogleApi.NetworkManagement.V1beta1.Model.AppEngineVersionInfo.t
, default:nil
) - Display information of an App Engine service version. -
serverlessExternalConnection
(type:GoogleApi.NetworkManagement.V1beta1.Model.ServerlessExternalConnectionInfo.t
, default:nil
) - Display information of a serverless public (external) connection. -
abort
(type:GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo.t
, default:nil
) - Display information of the final state "abort" and reason. -
firewall
(type:GoogleApi.NetworkManagement.V1beta1.Model.FirewallInfo.t
, default:nil
) - Display information of a Compute Engine firewall rule. -
endpoint
(type:GoogleApi.NetworkManagement.V1beta1.Model.EndpointInfo.t
, default:nil
) - 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. -
instance
(type:GoogleApi.NetworkManagement.V1beta1.Model.InstanceInfo.t
, default:nil
) - Display information of a Compute Engine instance. -
gkeMaster
(type:GoogleApi.NetworkManagement.V1beta1.Model.GKEMasterInfo.t
, default:nil
) - Display information of a Google Kubernetes Engine cluster master. -
network
(type:GoogleApi.NetworkManagement.V1beta1.Model.NetworkInfo.t
, default:nil
) - Display information of a Google Cloud network. -
nat
(type:GoogleApi.NetworkManagement.V1beta1.Model.NatInfo.t
, default:nil
) - Display information of a NAT. -
projectId
(type:String.t
, default:nil
) - Project ID that contains the configuration this step is validating. -
causesDrop
(type:boolean()
, default:nil
) - This is a step that leads to the final state Drop. -
deliver
(type:GoogleApi.NetworkManagement.V1beta1.Model.DeliverInfo.t
, default:nil
) - Display information of the final state "deliver" and reason. -
vpnGateway
(type:GoogleApi.NetworkManagement.V1beta1.Model.VpnGatewayInfo.t
, default:nil
) - Display information of a Compute Engine VPN gateway. -
vpnTunnel
(type:GoogleApi.NetworkManagement.V1beta1.Model.VpnTunnelInfo.t
, default:nil
) - Display information of a Compute Engine VPN tunnel. -
redisCluster
(type:GoogleApi.NetworkManagement.V1beta1.Model.RedisClusterInfo.t
, default:nil
) - Display information of a Redis Cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.Step{ abort: GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo.t() | nil, appEngineVersion: GoogleApi.NetworkManagement.V1beta1.Model.AppEngineVersionInfo.t() | nil, causesDrop: boolean() | nil, cloudFunction: GoogleApi.NetworkManagement.V1beta1.Model.CloudFunctionInfo.t() | nil, cloudRunRevision: GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo.t() | nil, cloudSqlInstance: GoogleApi.NetworkManagement.V1beta1.Model.CloudSQLInstanceInfo.t() | nil, deliver: GoogleApi.NetworkManagement.V1beta1.Model.DeliverInfo.t() | nil, description: String.t() | nil, directVpcEgressConnection: GoogleApi.NetworkManagement.V1beta1.Model.DirectVpcEgressConnectionInfo.t() | nil, drop: GoogleApi.NetworkManagement.V1beta1.Model.DropInfo.t() | nil, endpoint: GoogleApi.NetworkManagement.V1beta1.Model.EndpointInfo.t() | nil, firewall: GoogleApi.NetworkManagement.V1beta1.Model.FirewallInfo.t() | nil, forward: GoogleApi.NetworkManagement.V1beta1.Model.ForwardInfo.t() | nil, forwardingRule: GoogleApi.NetworkManagement.V1beta1.Model.ForwardingRuleInfo.t() | nil, gkeMaster: GoogleApi.NetworkManagement.V1beta1.Model.GKEMasterInfo.t() | nil, googleService: GoogleApi.NetworkManagement.V1beta1.Model.GoogleServiceInfo.t() | nil, instance: GoogleApi.NetworkManagement.V1beta1.Model.InstanceInfo.t() | nil, loadBalancer: GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerInfo.t() | nil, loadBalancerBackendInfo: GoogleApi.NetworkManagement.V1beta1.Model.LoadBalancerBackendInfo.t() | nil, nat: GoogleApi.NetworkManagement.V1beta1.Model.NatInfo.t() | nil, network: GoogleApi.NetworkManagement.V1beta1.Model.NetworkInfo.t() | nil, projectId: String.t() | nil, proxyConnection: GoogleApi.NetworkManagement.V1beta1.Model.ProxyConnectionInfo.t() | nil, redisCluster: GoogleApi.NetworkManagement.V1beta1.Model.RedisClusterInfo.t() | nil, redisInstance: GoogleApi.NetworkManagement.V1beta1.Model.RedisInstanceInfo.t() | nil, route: GoogleApi.NetworkManagement.V1beta1.Model.RouteInfo.t() | nil, serverlessExternalConnection: GoogleApi.NetworkManagement.V1beta1.Model.ServerlessExternalConnectionInfo.t() | nil, serverlessNeg: GoogleApi.NetworkManagement.V1beta1.Model.ServerlessNegInfo.t() | nil, state: String.t() | nil, storageBucket: GoogleApi.NetworkManagement.V1beta1.Model.StorageBucketInfo.t() | nil, vpcConnector: GoogleApi.NetworkManagement.V1beta1.Model.VpcConnectorInfo.t() | nil, vpnGateway: GoogleApi.NetworkManagement.V1beta1.Model.VpnGatewayInfo.t() | nil, vpnTunnel: GoogleApi.NetworkManagement.V1beta1.Model.VpnTunnelInfo.t() | nil }