View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointChainingRule (google_api_apigee v0.46.0)

EndpointChainingRule specifies the proxies contained in a particular deployment group, so that other deployment groups can find them in chaining calls.

Attributes

  • deploymentGroup (type: String.t, default: nil) - The deployment group to target for cross-shard chaining calls to these proxies.
  • proxyIds (type: list(String.t), default: nil) - List of proxy ids which may be found in the given deployment group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EndpointChainingRule{
  deploymentGroup: String.t() | nil,
  proxyIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.