google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.RouterNatSubnetworkToNat View Source

Defines the IP ranges that want to use NAT for a subnetwork.

Attributes

  • name (String.t): URL for the subnetwork resource to use NAT. Defaults to: null.
  • secondaryIpRangeNames ([String.t]): A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat. Defaults to: null.
  • sourceIpRangesToNat ([String.t]): Specify the options for NAT ranges in the Subnetwork. All usages of single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES] Defaults to: null.

    • Enum - one of

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Compute.V1.Model.RouterNatSubnetworkToNat{
  name: any(),
  secondaryIpRangeNames: [any()],
  sourceIpRangesToNat: [any()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.