Class ControlledEgressConfig
Controlled egress configuration.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class ControlledEgressConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EgressFqdns
Optional. List of fully qualified domain names to be added to the allowlist for outbound traffic.
Declaration
[JsonProperty("egressFqdns")]
public virtual IList<string> EgressFqdns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
MarketplaceEnabled
Optional. Whether marketplace is enabled.
Declaration
[JsonProperty("marketplaceEnabled")]
public virtual bool? MarketplaceEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WebProxyIps
Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.
Declaration
[JsonProperty("webProxyIps")]
public virtual IList<string> WebProxyIps { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |