GoogleApi.NetworkManagement.V1.Model.GoogleServiceInfo (google_api_network_management v0.39.0)

View Source

For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths

Attributes

  • googleServiceType (type: String.t, default: nil) - Recognized type of a Google Service.
  • sourceIp (type: String.t, default: nil) - Source IP address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1.Model.GoogleServiceInfo{
  googleServiceType: String.t() | nil,
  sourceIp: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.