View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher (google_api_beyond_corp v0.14.0)

EndpointMatcher contains the information of the endpoint that will match the application.

Attributes

  • hostname (type: String.t, default: nil) - Required. Hostname of the application.
  • ports (type: list(integer()), default: nil) - Optional. Ports of the application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher{
    hostname: String.t() | nil,
    ports: [integer()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.