GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationGroup (google_api_apigee v0.18.0) View Source

The OperationGroup contains a list of configuration details associated with Apigee proxies or Remote services. Remote services are non-Apigee Edge proxies. eg, Istio-Envoy.

Attributes

  • operationConfigType (type: String.t, default: nil) - Identfies whether the configuration is for Apigee proxy or a remote service. Possible values are "proxy" and "remoteservice". If none specified, the default is "proxy". "proxy" is used when Apigee proxies are associated with the API product. "remoteservice" is used when non-Apigee proxy like Envoy is used, and is associated with the API product.
  • operationConfigs (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig.t), default: nil) - Required. A list of OperationConfig for either Apigee proxies or other other remote services, that are associated with this API product.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationGroup{
  operationConfigType: String.t(),
  operationConfigs: [
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig.t()
  ]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.