Google Cloud Apigee V1Operation Group Args
data class GoogleCloudApigeeV1OperationGroupArgs(val operationConfigType: Output<String>? = null, val operationConfigs: Output<List<GoogleCloudApigeeV1OperationConfigArgs>>) : ConvertibleToJava<GoogleCloudApigeeV1OperationGroupArgs>
List of operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1OperationGroupArgs(operationConfigType: Output<String>? = null, operationConfigs: Output<List<GoogleCloudApigeeV1OperationConfigArgs>>)
Functions
Properties
Link copied to clipboard
Flag that specifes whether the configuration is for Apigee API proxy or a remote service. Valid values include proxy
or remoteservice
. Defaults to proxy
. Set to proxy
when Apigee API proxies are associated with the API product. Set to remoteservice
when non-Apigee proxies like Istio-Envoy are associated with the API product.