Show / Hide Table of Contents

Class PscConfig

Information for Private Service Connect (PSC) setup for a Looker instance.

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

Properties

AllowedVpcs

Optional. List of VPCs that are allowed ingress into looker. Format: projects/{project}/global/networks/{network}

Declaration
[JsonProperty("allowedVpcs")]
public virtual IList<string> AllowedVpcs { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

LookerServiceAttachmentUri

Output only. URI of the Looker service attachment.

Declaration
[JsonProperty("lookerServiceAttachmentUri")]
public virtual string LookerServiceAttachmentUri { get; set; }
Property Value
Type Description
string

ServiceAttachments

Optional. List of egress service attachment configurations.

Declaration
[JsonProperty("serviceAttachments")]
public virtual IList<ServiceAttachment> ServiceAttachments { get; set; }
Property Value
Type Description
IList<ServiceAttachment>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX