GoogleApi.CertificateManager.V1.Model.IpConfig (google_api_certificate_manager v0.9.0)

View Source

Defines IP configuration where this Certificate Map is serving.

Attributes

  • ipAddress (type: String.t, default: nil) - Output only. An external IP address.
  • ports (type: list(integer()), default: nil) - Output only. Ports.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.IpConfig{
  ipAddress: String.t() | nil,
  ports: [integer()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.