Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudApihubV1ApigeeEdgeConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX