View Source GoogleApi.Looker.V1.Model.PscConfig (google_api_looker v0.5.1)
Information for Private Service Connect (PSC) setup for a Looker instance.
Attributes
-
allowedVpcs(type:list(String.t), default:nil) - Optional. List of VPCs that are allowed ingress into looker. Format: projects/{project}/global/networks/{network} -
lookerServiceAttachmentUri(type:String.t, default:nil) - Output only. URI of the Looker service attachment. -
serviceAttachments(type:list(GoogleApi.Looker.V1.Model.ServiceAttachment.t), default:nil) - Optional. List of egress service attachment configurations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Looker.V1.Model.PscConfig{ allowedVpcs: [String.t()] | nil, lookerServiceAttachmentUri: String.t() | nil, serviceAttachments: [GoogleApi.Looker.V1.Model.ServiceAttachment.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.