View Source GoogleApi.Eventarc.V1.Model.HttpEndpoint (google_api_eventarc v0.17.0)
Represents a HTTP endpoint destination.
Attributes
-
uri
(type:String.t
, default:nil
) - Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:http://10.10.10.8:80/route
,http://svc.us-central1.p.local:8080/
. Only HTTP and HTTPS protocols are supported. The host can be either a static IP addressable from the VPC specified by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.HttpEndpoint{uri: String.t() | nil}