View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ContainerPort (google_api_machine_learning v0.28.1)

Represents a network port in a single container. This message is a subset of the Kubernetes ContainerPort v1 core specification.

Attributes

  • containerPort (type: integer(), default: nil) - Number of the port to expose on the container. This must be a valid port number: 0 < PORT_NUMBER < 65536.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_ContainerPort{
  containerPort: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.