Show / Hide Table of Contents

Class GoogleCloudApihubV1GatewayPluginConfig

Configuration for a gateway plugin. This is used to specify configs for different gateways.

Inheritance
object
GoogleCloudApihubV1GatewayPluginConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX