View Source GoogleApi.Run.V1.Model.TCPSocketAction (google_api_run v0.30.0)

TCPSocketAction describes an action based on opening a socket

Attributes

  • host (type: String.t, default: nil) - Not supported by Cloud Run.
  • port (type: integer(), default: nil) - Port number to access on the container. Number must be in the range 1 to 65535.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.TCPSocketAction{
  host: String.t() | nil,
  port: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.