google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.TcpSocketAction View Source

TCPSocketAction describes an action based on opening a socket

Attributes

  • host (String.t): Optional: Host name to connect to, defaults to the pod IP. +optional Defaults to: null.
  • port (IntOrString): Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. 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 type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.TcpSocketAction{
  host: any(),
  port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t()
}

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.