Class PscConfig
Information for Private Service Connect (PSC) setup for a Looker instance.
Implements
Inherited Members
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> |