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

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Attributes

  • appGateway (type: String.t, default: nil) - Required. AppGateway name in following format: projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}
  • ingressPort (type: integer(), default: nil) - Output only. Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.
  • l7psc (type: String.t, default: nil) - Output only. L7 private service connection for this resource.
  • type (type: String.t, default: nil) - Required. The type of hosting used by the gateway.
  • uri (type: String.t, default: nil) - Output only. Server-defined URI for this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway{
    appGateway: String.t() | nil,
    ingressPort: integer() | nil,
    l7psc: String.t() | nil,
    type: String.t() | nil,
    uri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.