Gcp/oracledatabase
@swamp/gcp/oracledatabasev2026.06.16.1
01README
Google Cloud oracledatabase infrastructure models
02Release Notes
- Updated: cloudexadatainfrastructures, cloudvmclusters, exascaledbstoragevaults, goldengateconnectiontypes, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions
03Models
@swamp/gcp/oracledatabase/autonomousdatabasebackupsv2026.06.08.1autonomousdatabasebackups.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a autonomousDatabaseBackups
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the autonomousDatabaseBackups |
fn sync()
Sync autonomousDatabaseBackups state from GCP
fn list(filter: string, pageSize?: number, maxPages?: number)
List autonomousDatabaseBackups resources
| Argument | Type | Description |
|---|---|---|
| filter | string | |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Backups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Autonomous Database Backup resource. https://docs.oracle.com/e...
@swamp/gcp/oracledatabase/autonomousdatabasecharactersetsv2026.06.08.1autonomousdatabasecharactersets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a autonomousDatabaseCharacterSets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the autonomousDatabaseCharacterSets |
fn sync()
Sync autonomousDatabaseCharacterSets state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List autonomousDatabaseCharacterSets resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: `character_set_type="{characterSetType}"`. Accepted values include `DATABASE` and `NATIONAL`. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Character Sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Autonomous Database character set resource. https://docs.oracl...
@swamp/gcp/oracledatabase/autonomousdatabasesv2026.06.08.1autonomousdatabases.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| adminPassword? | string | Optional. Immutable. The password for the default ADMIN user. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated. |
| adminPasswordSecretVersion? | string | Optional. Immutable. The resource name of a secret version in Secret Manager which contains the database admin user's password. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated. |
| cidr? | string | Optional. Immutable. The subnet CIDR range for the Autonomous Database. |
| database? | string | Optional. Immutable. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters. |
| displayName? | string | Optional. Immutable. The display name for the Autonomous Database. The name does not have to be unique within your project. |
| labels? | record | Optional. The labels or tags associated with the Autonomous Database. |
| name? | string | Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database} |
| network? | string | Optional. Immutable. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network} |
| odbNetwork? | string | Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet. |
| odbSubnet? | string | Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| properties? | object | The properties of an Autonomous Database. |
| sourceConfig? | object | The source configuration for the standby Autonomous Database. |
| autonomousDatabaseId? | string | Required. The ID of the Autonomous Database to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a autonomousDatabases
fn get(identifier: string)
Get a autonomousDatabases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the autonomousDatabases |
fn update()
Update autonomousDatabases attributes
fn delete(identifier: string)
Delete the autonomousDatabases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the autonomousDatabases |
fn sync()
Sync autonomousDatabases state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List autonomousDatabases resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous Database will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn failover(peerAutonomousDatabase?: any)
failover
| Argument | Type | Description |
|---|---|---|
| peerAutonomousDatabase? | any |
fn generate_wallet(isRegional?: any, password?: any, type?: any)
generate wallet
| Argument | Type | Description |
|---|---|---|
| isRegional? | any | |
| password? | any | |
| type? | any |
fn restart()
restart
fn restore(restoreTime?: any)
restore
| Argument | Type | Description |
|---|---|---|
| restoreTime? | any |
fn start()
start
fn stop()
stop
fn switchover(peerAutonomousDatabase?: any)
switchover
| Argument | Type | Description |
|---|---|---|
| peerAutonomousDatabase? | any |
Resources
state(infinite)— Details of the Autonomous Database resource. https://docs.oracle.com/en-us/ia...
@swamp/gcp/oracledatabase/autonomousdbversionsv2026.06.08.1autonomousdbversions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a autonomousDbVersions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the autonomousDbVersions |
fn sync()
Sync autonomousDbVersions state from GCP
fn list(pageSize?: number, maxPages?: number)
List autonomousDbVersions resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Autonomous Database version. https://docs.oracle.com/en-us/iaa...
@swamp/gcp/oracledatabase/cloudexadatainfrastructuresv2026.06.16.1cloudexadatainfrastructures.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| displayName? | string | Optional. User friendly name for this resource. |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. Labels or tags associated with the resource. |
| name? | string | Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure} |
| properties? | object | Various properties of Exadata Infrastructure. |
| cloudExadataInfrastructureId? | string | Required. The ID of the Exadata Infrastructure to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a cloudExadataInfrastructures
fn get(identifier: string)
Get a cloudExadataInfrastructures
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the cloudExadataInfrastructures |
fn delete(identifier: string)
Delete the cloudExadataInfrastructures
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the cloudExadataInfrastructures |
fn sync()
Sync cloudExadataInfrastructures state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List cloudExadataInfrastructures resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 Exadata infrastructures will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn configure_exascale(requestId?: any, totalStorageSizeGb?: any)
configure exascale
| Argument | Type | Description |
|---|---|---|
| requestId? | any | |
| totalStorageSizeGb? | any |
Resources
state(infinite)— Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us...
@swamp/gcp/oracledatabase/cloudexadatainfrastructures-dbserversv2026.06.08.1cloudexadatainfrastructures_dbservers.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbServers
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbServers |
fn sync()
Sync dbServers state from GCP
fn list(pageSize?: number, maxPages?: number)
List dbServers resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 db servers will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the database server resource. https://docs.oracle.com/en-us/iaas/a...
@swamp/gcp/oracledatabase/cloudvmclustersv2026.06.16.1cloudvmclusters.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| backupOdbSubnet? | string | Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| backupSubnetCidr? | string | Optional. CIDR range of the backup subnet. |
| cidr? | string | Optional. Network settings. CIDR to use for cluster IP allocation. |
| displayName? | string | Optional. User friendly name for this resource. |
| exadataInfrastructure? | string | Required. The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure} |
| exascaleDbStorageVault? | string | Optional. The name of ExascaleDbStorageVault associated with the VM Cluster. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault} |
| identityConnector? | object | The identity connector details which will allow OCI to securely access the resources in the customer project. |
| labels? | record | Optional. Labels or tags associated with the VM Cluster. |
| name? | string | Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster} |
| network? | string | Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network} |
| odbNetwork? | string | Optional. The name of the OdbNetwork associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet. |
| odbSubnet? | string | Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| properties? | object | Various properties and settings associated with Exadata VM cluster. |
| cloudVmClusterId? | string | Required. The ID of the VM Cluster to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a cloudVmClusters
fn get(identifier: string)
Get a cloudVmClusters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the cloudVmClusters |
fn delete(identifier: string)
Delete the cloudVmClusters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the cloudVmClusters |
fn sync()
Sync cloudVmClusters state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List cloudVmClusters resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| pageSize? | number | Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Cloud VM Cluster resource. https://docs.oracle.com/en-us/iaas/...
@swamp/gcp/oracledatabase/cloudvmclusters-dbnodesv2026.06.08.1cloudvmclusters_dbnodes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbNodes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbNodes |
fn sync()
Sync dbNodes state from GCP
fn list(pageSize?: number, maxPages?: number)
List dbNodes resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the database node resource. https://docs.oracle.com/en-us/iaas/api...
@swamp/gcp/oracledatabase/databasecharactersetsv2026.06.08.1databasecharactersets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a databaseCharacterSets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the databaseCharacterSets |
fn sync()
Sync databaseCharacterSets state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List databaseCharacterSets resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: `character_set_type="{characterSetType}"`. Accepted values include `DATABASE` and `NATIONAL`. |
| pageSize? | number | Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Database character set resource.
@swamp/gcp/oracledatabase/databasesv2026.06.08.1databases.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a databases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the databases |
fn sync()
Sync databases state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List databases resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. list for container databases is supported only with a valid dbSystem (full resource name) filter in this format: `dbSystem="projects/{project}/locations/{location}/dbSystems/{dbSystemId}"` |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en...
@swamp/gcp/oracledatabase/dbsysteminitialstoragesizesv2026.06.08.1dbsysteminitialstoragesizes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbSystemInitialStorageSizes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbSystemInitialStorageSizes |
fn sync()
Sync dbSystemInitialStorageSizes state from GCP
fn list(pageSize?: number, maxPages?: number)
List dbSystemInitialStorageSizes resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Summary of the DbSystem initial storage size.
@swamp/gcp/oracledatabase/dbsystemsv2026.06.08.1dbsystems.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| displayName? | string | Required. The display name for the System db. The name does not have to be unique within your project. |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. The labels or tags associated with the DbSystem. |
| name? | string | Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system} |
| odbNetwork? | string | Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet. |
| odbSubnet? | string | Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| properties? | object | The properties of a DbSystem. |
| dbSystemId? | string | Required. The ID of the DbSystem to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a dbSystems
fn get(identifier: string)
Get a dbSystems
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbSystems |
fn delete(identifier: string)
Delete the dbSystems
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbSystems |
fn sync()
Sync dbSystems state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List dbSystems resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 DbSystems will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas...
@swamp/gcp/oracledatabase/dbsystemshapesv2026.06.08.1dbsystemshapes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbSystemShapes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbSystemShapes |
fn sync()
Sync dbSystemShapes state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List dbSystemShapes resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Only the gcp_oracle_zone_id field is supported in this format: `gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 database system shapes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Database System Shapes resource. https://docs.oracle.com/en-us...
@swamp/gcp/oracledatabase/dbversionsv2026.06.08.1dbversions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbVersions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbVersions |
fn sync()
Sync dbVersions state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List dbVersions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. Filter expression that matches a subset of the DbVersions to show. The supported filter for dbSystem creation is `db_system_shape = {db_system_shape} AND storage_management = {storage_management}`. If no filter is provided, all DbVersions will be returned. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A valid Oracle Database version.
@swamp/gcp/oracledatabase/entitlementsv2026.06.08.1entitlements.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a entitlements
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the entitlements |
fn sync()
Sync entitlements state from GCP
fn list(pageSize?: number, maxPages?: number)
List entitlements resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 entitlements will be returned. The maximum value is 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Entitlement resource.
@swamp/gcp/oracledatabase/exadbvmclustersv2026.06.08.1exadbvmclusters.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| backupOdbSubnet? | string | Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| displayName? | string | Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters. |
| labels? | record | Optional. The labels or tags associated with the ExadbVmCluster. |
| name? | string | Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster} |
| odbNetwork? | string | Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet. |
| odbSubnet? | string | Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| properties? | object | The properties of an ExadbVmCluster. |
| exadbVmClusterId? | string | Required. The ID of the ExadbVmCluster to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a exadbVmClusters
fn get(identifier: string)
Get a exadbVmClusters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the exadbVmClusters |
fn update()
Update exadbVmClusters attributes
fn delete(identifier: string)
Delete the exadbVmClusters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the exadbVmClusters |
fn sync()
Sync exadbVmClusters state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List exadbVmClusters resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 ExadbVmClusters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— ExadbVmCluster represents a cluster of VMs that are used to run Exadata workl...
@swamp/gcp/oracledatabase/exadbvmclusters-dbnodesv2026.06.08.1exadbvmclusters_dbnodes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a dbNodes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the dbNodes |
fn sync()
Sync dbNodes state from GCP
fn list(pageSize?: number, maxPages?: number)
List dbNodes resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the database node resource. https://docs.oracle.com/en-us/iaas/api...
@swamp/gcp/oracledatabase/exascaledbstoragevaultsv2026.06.16.1exascaledbstoragevaults.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| displayName? | string | Required. The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters. |
| exadataInfrastructure? | string | Optional. The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure} |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. The labels or tags associated with the ExascaleDbStorageVault. |
| name? | string | Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault} |
| properties? | object | The properties of the ExascaleDbStorageVault. next ID: 12 |
| exascaleDbStorageVaultId? | string | Required. The ID of the ExascaleDbStorageVault to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a exascaleDbStorageVaults
fn get(identifier: string)
Get a exascaleDbStorageVaults
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the exascaleDbStorageVaults |
fn delete(identifier: string)
Delete the exascaleDbStorageVaults
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the exascaleDbStorageVaults |
fn sync()
Sync exascaleDbStorageVaults state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List exascaleDbStorageVaults resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Filter the list as specified in https://google.aip.dev/160. |
| orderBy? | string | Optional. An expression for ordering the results of the request. Order results as specified in https://google.aip.dev/132. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 ExascaleDbStorageVaults will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— ExascaleDbStorageVault represents a storage vault exadb vm cluster resource. ...
@swamp/gcp/oracledatabase/giversionsv2026.06.08.1giversions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a giVersions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the giVersions |
fn sync()
Sync giVersions state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List giVersions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Only the shape, gcp_oracle_zone and gi_version fields are supported in this format: `shape="{shape}"`. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Oracle Grid Infrastructure (GI) version resource. https://docs...
@swamp/gcp/oracledatabase/giversions-minorversionsv2026.06.08.1giversions_minorversions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a minorVersions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the minorVersions |
fn sync()
Sync minorVersions state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List minorVersions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Only shapeFamily and gcp_oracle_zone_id are supported in this format: `shape_family="{shapeFamily}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}"`. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— MinorVersion represents a minor version of a GI. https://docs.oracle.com/en-u...
@swamp/gcp/oracledatabase/goldengateconnectionassignmentsv2026.06.08.1goldengateconnectionassignments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| displayName? | string | Optional. The display name for the GoldengateConnectionAssignment. |
| labels? | record | Optional. The labels or tags associated with the GoldengateConnectionAssignment. |
| name? | string | Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment} |
| properties? | object | The properties of a GoldengateConnectionAssignment. |
| goldengateConnectionAssignmentId? | string | Required. The ID of the GoldengateConnectionAssignment to create. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a goldengateConnectionAssignments
fn get(identifier: string)
Get a goldengateConnectionAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateConnectionAssignments |
fn delete(identifier: string)
Delete the goldengateConnectionAssignments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateConnectionAssignments |
fn sync()
Sync goldengateConnectionAssignments state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List goldengateConnectionAssignments resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response. |
| orderBy? | string | Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending. |
| pageSize? | number | Optional. The maximum number of GoldengateConnectionAssignments to return. The service may return fewer than this value. If unspecified, at most 50 GoldengateConnectionAssignments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn test(type?: any)
test
| Argument | Type | Description |
|---|---|---|
| type? | any |
Resources
state(infinite)— Represents the metadata of a Goldengate Connection Assignment.
@swamp/gcp/oracledatabase/goldengateconnectionsv2026.06.08.1goldengateconnections.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. The labels or tags associated with the GoldengateConnection. |
| name? | string | Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection} |
| odbNetwork? | string | Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}. It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet. |
| odbSubnet? | string | Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| properties? | object | The properties of a GoldengateConnection. |
| goldengateConnectionId? | string | Required. The ID of the GoldengateConnection to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a goldengateConnections
fn get(identifier: string)
Get a goldengateConnections
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateConnections |
fn delete(identifier: string)
Delete the goldengateConnections
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateConnections |
fn sync()
Sync goldengateConnections state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List goldengateConnections resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 GoldengateConnections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the GoldengateConnection resource.
@swamp/gcp/oracledatabase/goldengateconnectiontypesv2026.06.16.1goldengateconnectiontypes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a goldengateConnectionTypes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateConnectionTypes |
fn sync()
Sync goldengateConnectionTypes state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List goldengateConnectionTypes resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. The connection_type field must be specified in the format: `connection_type="ORACLE"`. |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Goldengate Connection Type resource.
@swamp/gcp/oracledatabase/goldengatedeploymentenvironmentsv2026.06.16.1goldengatedeploymentenvironments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a goldengateDeploymentEnvironments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateDeploymentEnvironments |
fn sync()
Sync goldengateDeploymentEnvironments state from GCP
fn list(pageSize?: number, maxPages?: number)
List goldengateDeploymentEnvironments resources
| Argument | Type | Description |
|---|---|---|
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 deployment environments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Goldengate Deployment Environment resource.
@swamp/gcp/oracledatabase/goldengatedeploymentsv2026.06.08.1goldengatedeployments.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| displayName? | string | Required. The display name for the GoldengateDeployment. |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. The labels or tags associated with the GoldengateDeployment. |
| name? | string | Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment} |
| odbNetwork? | string | Optional. The name of the OdbNetwork associated with the GoldengateDeployment. |
| odbSubnet? | string | Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation. |
| properties? | object | Properties of GoldengateDeployment. |
| goldengateDeploymentId? | string | Required. The ID of the GoldengateDeployment to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a goldengateDeployments
fn get(identifier: string)
Get a goldengateDeployments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateDeployments |
fn delete(identifier: string)
Delete the goldengateDeployments
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateDeployments |
fn sync()
Sync goldengateDeployments state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List goldengateDeployments resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 GoldengateDeployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
fn start()
start
fn stop()
stop
Resources
state(infinite)— GoldengateDeployment Goldengate Deployment resource model.
@swamp/gcp/oracledatabase/goldengatedeploymenttypesv2026.06.16.1goldengatedeploymenttypes.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a goldengateDeploymentTypes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateDeploymentTypes |
fn sync()
Sync goldengateDeploymentTypes state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List goldengateDeploymentTypes resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: `deployment_type="DATABASE_ORACLE"` or `ogg_version="version"`. Allowed values for deployment_type are: `DATABASE_ORACLE`, `BIGDATA`, `DATABASE_MICROSOFT_SQLSERVER`, `DATABASE_MYSQL`, `DATABASE_POSTGRESQL`, `DATABASE_DB2ZOS`, `DATABASE_DB2I`, `GGSA`, `DATA_TRANSFORMS`. |
| orderBy? | string | Optional. Hint for how to order the results |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Goldengate Deployment Type resource.
@swamp/gcp/oracledatabase/goldengatedeploymentversionsv2026.06.16.1goldengatedeploymentversions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a goldengateDeploymentVersions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the goldengateDeploymentVersions |
fn sync()
Sync goldengateDeploymentVersions state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List goldengateDeploymentVersions resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. Either the deployment_id and deployment_type fields must be specified in the format: `deployment_id="id"` or `deployment_type="DATABASE_ORACLE"`. |
| pageSize? | number | Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Details of the Goldengate Deployment Version resource.
@swamp/gcp/oracledatabase/locationsv2026.06.08.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
| Argument | Type | Description |
|---|---|---|
| extraLocationTypes? | string | Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. |
| filter? | string | A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). |
| pageSize? | number | The maximum number of results to return. If not set, the service selects a default. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/oracledatabase/odbnetworksv2026.06.08.1odbnetworks.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| gcpOracleZone? | string | Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
| labels? | record | Optional. Labels or tags associated with the resource. |
| name? | string | Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network} |
| network? | string | Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network} |
| odbNetworkId? | string | Required. The ID of the OdbNetwork to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a odbNetworks
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a odbNetworks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the odbNetworks |
fn delete(identifier: string)
Delete the odbNetworks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the odbNetworks |
fn sync()
Sync odbNetworks state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List odbNetworks resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 ODB Networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Represents OdbNetwork resource.
@swamp/gcp/oracledatabase/odbnetworks-odbsubnetsv2026.06.08.1odbnetworks_odbsubnets.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| cidrRange? | string | Required. The CIDR range of the subnet. |
| labels? | record | Optional. Labels or tags associated with the resource. |
| name? | string | Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
| purpose? | enum | Required. Purpose of the subnet. |
| odbSubnetId? | string | Required. The ID of the OdbSubnet to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number. |
| requestId? | string | Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create(waitForReady?: boolean)
Create a odbSubnets
| Argument | Type | Description |
|---|---|---|
| waitForReady? | boolean | Wait for the resource to reach a ready state after creation (default: true) |
fn get(identifier: string)
Get a odbSubnets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the odbSubnets |
fn delete(identifier: string)
Delete the odbSubnets
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the odbSubnets |
fn sync()
Sync odbSubnets state from GCP
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List odbSubnets resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. |
| orderBy? | string | Optional. An expression for ordering the results of the request. |
| pageSize? | number | Optional. The maximum number of items to return. If unspecified, at most 50 ODB Networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— Represents OdbSubnet resource.
@swamp/gcp/oracledatabase/pluggabledatabasesv2026.06.08.1pluggabledatabases.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a pluggableDatabases
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the pluggableDatabases |
fn sync()
Sync pluggableDatabases state from GCP
fn list(filter?: string, pageSize?: number, maxPages?: number)
List pluggableDatabases resources
| Argument | Type | Description |
|---|---|---|
| filter? | string | Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: `database="projects/{project}/locations/{location}/databases/{database}"` |
| pageSize? | number | Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value. |
| maxPages? | number | Maximum number of pages to fetch (default: 10) |
Resources
state(infinite)— The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/d...
04Previous Versions
2026.06.08.2Jun 8, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.06.07.1Jun 7, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.06.06.1Jun 6, 2026
- Updated: goldengateconnections
2026.05.27.1May 27, 2026
- Updated: cloudvmclusters, goldengateconnections
2026.05.26.1May 26, 2026
- Added: goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments
- Updated: locations, autonomousdatabases, databases, dbsystems
Added 7 models
2026.05.25.1May 25, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
Removed 7, modified 24 models
2026.05.24.1May 24, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.05.21.2May 21, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.05.21.1May 21, 2026
2026.05.20.1May 20, 2026
- Added: goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments
- Updated: autonomousdatabases, databases, dbsystems
Added 7 models
2026.05.19.2May 19, 2026
Removed 7 models
2026.05.19.1May 19, 2026
2026.05.18.2May 18, 2026
2026.05.14.1May 14, 2026
- Added: goldengateconnectionassignments, goldengateconnectiontypes, goldengateconnections, goldengatedeploymentenvironments, goldengatedeploymenttypes, goldengatedeploymentversions, goldengatedeployments
Added 7 models
2026.04.23.1Apr 23, 2026
2026.04.04.1Apr 4, 2026
- Updated: dbsystems
2026.04.03.3Apr 3, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.04.03.1Apr 3, 2026
- Updated: locations, autonomousdatabasebackups, autonomousdatabasecharactersets, autonomousdatabases, autonomousdbversions, cloudexadatainfrastructures, cloudexadatainfrastructures_dbservers, cloudvmclusters, cloudvmclusters_dbnodes, databasecharactersets, databases, dbsysteminitialstoragesizes, dbsystemshapes, dbsystems, dbversions, entitlements, exadbvmclusters, exadbvmclusters_dbnodes, exascaledbstoragevaults, giversions, giversions_minorversions, odbnetworks, odbnetworks_odbsubnets, pluggabledatabases
2026.04.02.2Apr 2, 2026
- Updated: autonomousdatabases
05Stats
A
100 / 100
Downloads
0
Archive size
292.2 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 types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels