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

The named port. For example: .

Attributes

  • name (String.t): The name for this named port. The name must be 1-63 characters long, and comply with RFC1035. Defaults to: null.
  • port (integer()): The port number, which can be a value between 1 and 65535. 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.Compute.V1.Model.NamedPort{name: any(), port: any()}

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.