google_api_compute v0.4.0 GoogleApi.Compute.V1.Model.VmEndpointNatMappingsInterfaceNatMappings View Source
Contain information of Nat mapping for an interface of this endpoint.
Attributes
- natIpPortRanges ([String.t]): A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"]. Defaults to:
null
. - numTotalNatPorts (integer()): Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges. Defaults to:
null
. - sourceAliasIpRange (String.t): Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24". Defaults to:
null
. - sourceVirtualIp (String.t): Primary IP of the VM for this NIC. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.