GoogleApi.Compute.V1.Model.RouterNatRuleAction (google_api_compute v0.45.0) View Source

Attributes

  • sourceNatActiveIps (type: list(String.t), default: nil) - A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
  • sourceNatDrainIps (type: list(String.t), default: nil) - A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.RouterNatRuleAction{
  sourceNatActiveIps: [String.t()] | nil,
  sourceNatDrainIps: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.