GoogleCloudApigeeV1GraphQLOperationGroupArgs

data class GoogleCloudApigeeV1GraphQLOperationGroupArgs(val operationConfigType: Output<String>? = null, val operationConfigs: Output<List<GoogleCloudApigeeV1GraphQLOperationConfigArgs>>) : ConvertibleToJava<GoogleCloudApigeeV1GraphQLOperationGroupArgs>

List of graphQL operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.

Constructors

fun GoogleCloudApigeeV1GraphQLOperationGroupArgs(operationConfigType: Output<String>? = null, operationConfigs: Output<List<GoogleCloudApigeeV1GraphQLOperationConfigArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1GraphQLOperationGroupArgs

Properties

Link copied to clipboard

List of operation configurations for either Apigee API proxies or other remote services that are associated with this API product.

Link copied to clipboard
val operationConfigType: Output<String>? = null

Flag that specifies 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.