GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationGroup (google_api_apigee v0.31.0) View Source
List of operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.
Attributes
-
operationConfigType
(type:String.t
, default:nil
) - Flag that specifes whether the configuration is for Apigee API proxy or a remote service. Valid values areproxy
orremoteservice
. Defaults toproxy
. Set toproxy
when Apigee API proxies are associated with the API product. Set toremoteservice
when non-Apigee proxies like Istio-Envoy are associated with the API product. -
operationConfigs
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig.t)
, default:nil
) - Required. List of operation configurations for either Apigee API proxies or 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() | nil, operationConfigs: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationConfig.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.