Show / Hide Table of Contents

Class IngressIpAllowlistConfig

Ingress IP allowlist configuration.

Inheritance
object
IngressIpAllowlistConfig
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 IngressIpAllowlistConfig : IDirectResponseSchema

Properties

AllowlistRules

Optional. List of IP range rules to allow ingress traffic.

Declaration
[JsonProperty("allowlistRules")]
public virtual IList<IngressIpAllowlistRule> AllowlistRules { get; set; }
Property Value
Type Description
IList<IngressIpAllowlistRule>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

GoogleServicesEnabled

Optional. Whether google service connections are enabled for the instance.

Declaration
[JsonProperty("googleServicesEnabled")]
public virtual bool? GoogleServicesEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX