01README
Google Cloud looker infrastructure models
02Models
@swamp/gcp/looker/instancesv2026.04.23.1instances.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| adminSettings? | object | Looker instance Admin settings fields. |
| catalogIntegrationOptOut? | boolean | Optional. Indicates whether catalog integration is disabled for the Looker instance. |
| classType? | enum | Optional. Storage class of the instance. |
| consumerNetwork? | string | Network name in the consumer project. Format: `projects/{project}/global/networks/{network}`. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance. |
| controlledEgressConfig? | object | Controlled egress configuration. |
| controlledEgressEnabled? | boolean | Optional. Whether controlled egress is enabled on the Looker instance. |
| customDomain? | object | Custom domain information. |
| denyMaintenancePeriod? | object | Specifies the maintenance denial period. |
| encryptionConfig? | object | Encryption configuration (i.e. CMEK). |
| fipsEnabled? | boolean | Optional. Whether FIPS is enabled on the Looker instance. |
| geminiEnabled? | boolean | Optional. Whether Gemini feature is enabled on the Looker instance or not. |
| ingressIpAllowlistConfig? | object | Ingress IP allowlist configuration. |
| lastDenyMaintenancePeriod? | object | Specifies the maintenance denial period. |
| linkedLspProjectNumber? | string | Optional. Linked Google Cloud Project Number for Looker Studio Pro. |
| maintenanceSchedule? | object | Published upcoming future maintenance schedule. |
| maintenanceWindow? | object | Specifies the recurring maintenance window. |
| oauthConfig? | object | Looker instance OAuth login settings. |
| periodicExportConfig? | object | Configuration for periodic export. |
| platformEdition? | enum | Platform edition. |
| privateIpEnabled? | boolean | Whether private IP is enabled on the Looker instance. |
| pscConfig? | object | Information for Private Service Connect (PSC) setup for a Looker instance. |
| pscEnabled? | boolean | Optional. Whether to use Private Service Connect (PSC) for private IP connectivity. If true, neither `public_ip_enabled` nor `private_ip_enabled` can be true. |
| publicIpEnabled? | boolean | Whether public IP is enabled on the Looker instance. |
| reservedRange? | string | Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request. |
| userMetadata? | object | Metadata about users for a Looker instance. |
| instanceId? | string | Required. The unique instance identifier. Must contain only lowercase letters, numbers, or hyphens, with the first character a letter and the last a letter or a number. 63 characters maximum. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a instances
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a instances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the instances |
fn update(waitForReady?: boolean)
Update instances attributes
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after update (default: true) |
fn delete(identifier: string)
Delete the instances
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the instances |
fn sync()
Sync instances state from GCP
fn export(encryptionConfig?: any, gcsUri?: any)
export
| Argument | Type | Description |
|---|---|---|
| encryptionConfig? | any | |
| gcsUri? | any |
fn import(gcsUri?: any)
import
| Argument | Type | Description |
|---|---|---|
| gcsUri? | any |
fn restart()
restart
fn restore(backup?: any)
restore
| Argument | Type | Description |
|---|---|---|
| backup? | any |
Resources
state(infinite)— A Looker instance.
@swamp/gcp/looker/instances-backupsv2026.04.23.1instances_backups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| encryptionConfig? | object | Encryption configuration (i.e. CMEK). |
| name? | string | Immutable. The relative resource name of the backup, in the following form: `projects/{project_number}/locations/{location_id}/instances/{instance_id}/backups/{backup}` |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a backups
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a backups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backups |
fn delete(identifier: string)
Delete the backups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the backups |
fn sync()
Sync backups state from GCP
Resources
state(infinite)— The details of a backup resource.
@swamp/gcp/looker/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
03Previous Versions
2026.04.03.3Apr 3, 2026
- Updated: locations, instances, instances_backups
2026.04.03.1Apr 3, 2026
- Updated: locations, instances, instances_backups
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: locations, instances, instances_backups
04Stats
A
100 / 100
Downloads
0
Archive size
27.9 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels