GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint (google_api_beyond_corp v0.16.0)

View Source

ApplicationEndpoint represents a remote application endpoint.

Attributes

  • host (type: String.t, default: nil) - Required. Hostname or IP address of the remote application endpoint.
  • port (type: integer(), default: nil) - Required. Port of the remote application endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint{
    host: String.t() | nil,
    port: integer() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.