google_api_cloud_run v0.1.0 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
nil
. - port (GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t): 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
nil
.
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()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction{
host: String.t(),
port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction{ host: String.t(), port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.