Show / Hide Table of Contents

Class ControlledEgressConfig

Controlled egress configuration.

Inheritance
object
ControlledEgressConfig
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX