View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint (google_api_beyond_corp v0.8.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.