Class NetworkEgressModeOverride
NetworkEgressModeOverride provides the network egress mode override for a connector.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class NetworkEgressModeOverride : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEventingOverrideEnabled
boolean should be set to true to make sure only eventing enabled connections are migrated to direct vpc egress.
Declaration
[JsonProperty("isEventingOverrideEnabled")]
public virtual bool? IsEventingOverrideEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsJobsOverrideEnabled
boolean should be set to true to make sure only async operations enabled connections are migrated to direct vpc egress.
Declaration
[JsonProperty("isJobsOverrideEnabled")]
public virtual bool? IsJobsOverrideEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NetworkEgressMode
Determines the VPC Egress mode for the connector.
Declaration
[JsonProperty("networkEgressMode")]
public virtual string NetworkEgressMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |