google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.NamedPort View Source

The named port. For example: .

Attributes

  • name (type: String.t, default: nil) - The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
  • port (type: integer(), default: nil) - The port number, which can be a value between 1 and 65535.

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.Compute.V1.Model.NamedPort{name: String.t(), port: integer()}

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.