GoogleApi.NetworkManagement.V1beta1.Model.ForwardingRuleInfo (google_api_network_management v0.12.0) View Source

For display only. Metadata associated with a Compute Engine forwarding rule.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Compute Engine forwarding rule.
  • matchedPortRange (type: String.t, default: nil) - Port range defined in the forwarding rule that matches the test.
  • matchedProtocol (type: String.t, default: nil) - Protocol defined in the forwarding rule that matches the test.
  • networkUri (type: String.t, default: nil) - Network URI. Only valid for Internal Load Balancer.
  • target (type: String.t, default: nil) - Target type of the forwarding rule.
  • uri (type: String.t, default: nil) - URI of a Compute Engine forwarding rule.
  • vip (type: String.t, default: nil) - VIP of the forwarding rule.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ForwardingRuleInfo{
  displayName: String.t() | nil,
  matchedPortRange: String.t() | nil,
  matchedProtocol: String.t() | nil,
  networkUri: String.t() | nil,
  target: String.t() | nil,
  uri: String.t() | nil,
  vip: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.