Enum googapis::google::cloud::networkmanagement::v1beta1::step::StepInfo[][src]

pub enum StepInfo {
Show 15 variants Instance(InstanceInfo), Firewall(FirewallInfo), Route(RouteInfo), Endpoint(EndpointInfo), ForwardingRule(ForwardingRuleInfo), VpnGateway(VpnGatewayInfo), VpnTunnel(VpnTunnelInfo), Deliver(DeliverInfo), Forward(ForwardInfo), Abort(AbortInfo), Drop(DropInfo), LoadBalancer(LoadBalancerInfo), Network(NetworkInfo), GkeMaster(GkeMasterInfo), CloudSqlInstance(CloudSqlInstanceInfo),
}
Expand description

Configuration or metadata associated with each step. The configuration is filtered based on viewer’s permission. If a viewer has no permission to view the configuration in this step, for non-final states a special state is populated (VIEWER_PERMISSION_MISSING), and for final state the configuration is cleared.

Variants

Instance(InstanceInfo)

Display information of a Compute Engine instance.

Tuple Fields of Instance

0: InstanceInfo
Firewall(FirewallInfo)

Display information of a Compute Engine firewall rule.

Tuple Fields of Firewall

0: FirewallInfo
Route(RouteInfo)

Display information of a Compute Engine route.

Tuple Fields of Route

0: RouteInfo
Endpoint(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.

Tuple Fields of Endpoint

0: EndpointInfo
ForwardingRule(ForwardingRuleInfo)

Display information of a Compute Engine forwarding rule.

Tuple Fields of ForwardingRule

0: ForwardingRuleInfo
VpnGateway(VpnGatewayInfo)

Display information of a Compute Engine VPN gateway.

Tuple Fields of VpnGateway

0: VpnGatewayInfo
VpnTunnel(VpnTunnelInfo)

Display information of a Compute Engine VPN tunnel.

Tuple Fields of VpnTunnel

0: VpnTunnelInfo
Deliver(DeliverInfo)

Display information of the final state “deliver” and reason.

Tuple Fields of Deliver

0: DeliverInfo
Forward(ForwardInfo)

Display information of the final state “forward” and reason.

Tuple Fields of Forward

0: ForwardInfo
Abort(AbortInfo)

Display information of the final state “abort” and reason.

Tuple Fields of Abort

0: AbortInfo
Drop(DropInfo)

Display information of the final state “drop” and reason.

Tuple Fields of Drop

0: DropInfo
LoadBalancer(LoadBalancerInfo)

Display information of the load balancers.

Tuple Fields of LoadBalancer

0: LoadBalancerInfo
Network(NetworkInfo)

Display information of a Google Cloud network.

Tuple Fields of Network

0: NetworkInfo
GkeMaster(GkeMasterInfo)

Display information of a Google Kubernetes Engine cluster master.

Tuple Fields of GkeMaster

0: GkeMasterInfo
CloudSqlInstance(CloudSqlInstanceInfo)

Display information of a Cloud SQL instance.

Tuple Fields of CloudSqlInstance

0: CloudSqlInstanceInfo

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more