exadb_vm_clusters_virtual_machine
Creates, updates, deletes, gets or lists an exadb_vm_clusters_virtual_machine resource.
Overview
| Name | exadb_vm_clusters_virtual_machine |
| Type | Resource |
| Id | google.oracledatabase.exadb_vm_clusters_virtual_machine |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
remove_virtual_machine | delete | projectsId, locationsId, exadbVmClustersId | Removes virtual machines from an existing exadb vm cluster. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
exadbVmClustersId | string | |
locationsId | string | |
projectsId | string |
DELETE examples
- remove_virtual_machine
Removes virtual machines from an existing exadb vm cluster.
DELETE FROM google.oracledatabase.exadb_vm_clusters_virtual_machine
WHERE projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND exadbVmClustersId = '{{ exadbVmClustersId }}' --required
;