Class GoogleCloudApihubV1GatewayPluginConfig
Configuration for a gateway plugin. This is used to specify configs for different gateways.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1GatewayPluginConfig : IDirectResponseSchema
Properties
ApigeeEdgeConfig
Configuration for Apigee Edge gateways.
Declaration
[JsonProperty("apigeeEdgeConfig")]
public virtual GoogleCloudApihubV1ApigeeEdgeConfig ApigeeEdgeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1ApigeeEdgeConfig |
ApigeeOpdkConfig
Configuration for Apigee OPDK gateways.
Declaration
[JsonProperty("apigeeOpdkConfig")]
public virtual GoogleCloudApihubV1ApigeeOPDKConfig ApigeeOpdkConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1ApigeeOPDKConfig |
ApigeeXHybridConfig
Configuration for Apigee X and Apigee Hybrid gateways.
Declaration
[JsonProperty("apigeeXHybridConfig")]
public virtual GoogleCloudApihubV1ApigeeXHybridConfig ApigeeXHybridConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1ApigeeXHybridConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PluginInstance
Required. The name of the gateway plugin instance for which the config is to be specified. Format: projects/{project}/locations/{location}/plugins/{plugin}/pluginInstances/{plugin_instance}
Declaration
[JsonProperty("pluginInstance")]
public virtual string PluginInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |