Class GoogleCloudApihubV1ApigeeEdgeConfig
Configuration for Apigee Edge gateways. Applicability of a filter is determined by the filter being provided. If none of the filters are provided the addon will be enabled for all data brought in by the gateway plugin instance.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ApigeeEdgeConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnvironmentFilter
Optional. The filter to apply on the resources managed by the gateway plugin instance. If provided this filter applies environment specific filtering.
Declaration
[JsonProperty("environmentFilter")]
public virtual GoogleCloudApihubV1EnvironmentFilter EnvironmentFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1EnvironmentFilter |