Skip to content

Commit

Permalink
Add API ref links for oracledatabase datasource (#12015) (#19883)
Browse files Browse the repository at this point in the history
[upstream:72b43deb6fe6a0678ebbc5bc189a6733bdf4e1f2]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 16, 2024
1 parent b66f064 commit 7e415d8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .changelog/12015.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```release-note:none
google_oracle_database_cloud_exadata_infrastructure
```
```release-note:none
google_oracle_database_cloud_vm_cluster
```
```release-note:none
google_oracle_database_db_servers
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description: |-

Get information about an ExadataInfrastructure.

For more information see the
[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures).

## Example Usage

```hcl
Expand Down
3 changes: 3 additions & 0 deletions website/docs/d/oracle_database_cloud_vm_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description: |-

Get information about a CloudVmCluster.

For more information see the
[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudVmClusters).

## Example Usage

```hcl
Expand Down
15 changes: 10 additions & 5 deletions website/docs/d/oracle_database_db_servers.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description: |-

List all DbServers of a Cloud Exdata Infrastructure.

For more information see the
[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures.dbServers).

## Example Usage

```hcl
Expand All @@ -25,17 +28,20 @@ The following arguments are supported:

* `location` - (Required) The location of resource.

- - -
* `project` - (Optional) The project to which the resource belongs. If it
is not provided, the provider project is used.

* `db_servers` - (Output) List of dbServers
## Attributes reference

The following attributes are exported:

* `db_servers` - List of dbServers. Structure is [documented below](#nested_dbservers).

<a name="nested_properties"></a> The `db_servers` block supports:
<a name="nested_dbservers"></a> The `db_servers` block supports:

* `display_name` - User friendly name for the resource.

* `properties` - Various properties of the databse server.
* `properties` - Various properties of the databse server. Structure is [documented below](#nested_properties).

<a name="nested_properties"></a> The `properties` block supports:

Expand All @@ -57,7 +63,6 @@ The following arguments are supported:

* `state` - The current state of the database server.
<a name="nested_states"></a>Allowed values for `state` are:<br>
`STATE_UNSPECIFIED` - Default unspecified value.<br>
`CREATING` - Indicates that the resource is being created.<br>
`AVAILABLE` - Indicates that the resource is available.<br>
`UNAVAILABLE` - Indicates that the resource is unavailable.<br>
Expand Down

0 comments on commit 7e415d8

Please sign in to comment.