View Source GoogleApi.BeyondCorp.V1.Model.AllocatedConnection (google_api_beyond_corp v0.15.0)

Allocated connection of the AppGateway.

Attributes

  • ingressPort (type: integer(), default: nil) - Required. The ingress port of an allocated connection
  • pscUri (type: String.t, default: nil) - Required. The PSC uri of an allocated connection

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BeyondCorp.V1.Model.AllocatedConnection{
  ingressPort: integer() | nil,
  pscUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.