Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Database.getExadbVmClusters
Explore with Pulumi AI
This data source provides the list of Exadb Vm Clusters in Oracle Cloud Infrastructure Database service.
Gets a list of the Exadata VM clusters on Exascale Infrastructure in the specified compartment. Applies to Exadata Database Service on Exascale Infrastructure only.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExadbVmClusters = oci.Database.getExadbVmClusters({
compartmentId: compartmentId,
clusterPlacementGroupId: testClusterPlacementGroup.id,
displayName: exadbVmClusterDisplayName,
exascaleDbStorageVaultId: testExascaleDbStorageVault.id,
state: exadbVmClusterState,
});
import pulumi
import pulumi_oci as oci
test_exadb_vm_clusters = oci.Database.get_exadb_vm_clusters(compartment_id=compartment_id,
cluster_placement_group_id=test_cluster_placement_group["id"],
display_name=exadb_vm_cluster_display_name,
exascale_db_storage_vault_id=test_exascale_db_storage_vault["id"],
state=exadb_vm_cluster_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetExadbVmClusters(ctx, &database.GetExadbVmClustersArgs{
CompartmentId: compartmentId,
ClusterPlacementGroupId: pulumi.StringRef(testClusterPlacementGroup.Id),
DisplayName: pulumi.StringRef(exadbVmClusterDisplayName),
ExascaleDbStorageVaultId: pulumi.StringRef(testExascaleDbStorageVault.Id),
State: pulumi.StringRef(exadbVmClusterState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExadbVmClusters = Oci.Database.GetExadbVmClusters.Invoke(new()
{
CompartmentId = compartmentId,
ClusterPlacementGroupId = testClusterPlacementGroup.Id,
DisplayName = exadbVmClusterDisplayName,
ExascaleDbStorageVaultId = testExascaleDbStorageVault.Id,
State = exadbVmClusterState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetExadbVmClustersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testExadbVmClusters = DatabaseFunctions.getExadbVmClusters(GetExadbVmClustersArgs.builder()
.compartmentId(compartmentId)
.clusterPlacementGroupId(testClusterPlacementGroup.id())
.displayName(exadbVmClusterDisplayName)
.exascaleDbStorageVaultId(testExascaleDbStorageVault.id())
.state(exadbVmClusterState)
.build());
}
}
variables:
testExadbVmClusters:
fn::invoke:
function: oci:Database:getExadbVmClusters
arguments:
compartmentId: ${compartmentId}
clusterPlacementGroupId: ${testClusterPlacementGroup.id}
displayName: ${exadbVmClusterDisplayName}
exascaleDbStorageVaultId: ${testExascaleDbStorageVault.id}
state: ${exadbVmClusterState}
Using getExadbVmClusters
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExadbVmClusters(args: GetExadbVmClustersArgs, opts?: InvokeOptions): Promise<GetExadbVmClustersResult>
function getExadbVmClustersOutput(args: GetExadbVmClustersOutputArgs, opts?: InvokeOptions): Output<GetExadbVmClustersResult>
def get_exadb_vm_clusters(cluster_placement_group_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
exascale_db_storage_vault_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetExadbVmClustersFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExadbVmClustersResult
def get_exadb_vm_clusters_output(cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetExadbVmClustersFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExadbVmClustersResult]
func GetExadbVmClusters(ctx *Context, args *GetExadbVmClustersArgs, opts ...InvokeOption) (*GetExadbVmClustersResult, error)
func GetExadbVmClustersOutput(ctx *Context, args *GetExadbVmClustersOutputArgs, opts ...InvokeOption) GetExadbVmClustersResultOutput
> Note: This function is named GetExadbVmClusters
in the Go SDK.
public static class GetExadbVmClusters
{
public static Task<GetExadbVmClustersResult> InvokeAsync(GetExadbVmClustersArgs args, InvokeOptions? opts = null)
public static Output<GetExadbVmClustersResult> Invoke(GetExadbVmClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExadbVmClustersResult> getExadbVmClusters(GetExadbVmClustersArgs args, InvokeOptions options)
public static Output<GetExadbVmClustersResult> getExadbVmClusters(GetExadbVmClustersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getExadbVmClusters:getExadbVmClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exascale
Db stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- Filters
Changes to this property will trigger replacement.
Exadb Vm Clusters Filter> - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exascale
Db stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- Filters
Changes to this property will trigger replacement.
Exadb Vm Clusters Filter - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exascale
Db StringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- filters
Changes to this property will trigger replacement.
Exadb Vm Clusters Filter> - state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- compartment
Id This property is required. string - The compartment OCID.
- cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exascale
Db stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- filters
Changes to this property will trigger replacement.
Exadb Vm Clusters Filter[] - state string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- compartment_
id This property is required. str - The compartment OCID.
- cluster_
placement_ strgroup_ id - A filter to return only resources that match the given cluster placement group ID exactly.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exascale_
db_ strstorage_ vault_ id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- filters
Changes to this property will trigger replacement.
Get Exadb Vm Clusters Filter] - state str
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exascale
Db StringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
getExadbVmClusters Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Exadb
Vm List<GetClusters Exadb Vm Clusters Exadb Vm Cluster> - The list of exadb_vm_clusters.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- Display
Name string - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- Exascale
Db stringStorage Vault Id - The OCID of the Exadata Database Storage Vault.
- Filters
List<Get
Exadb Vm Clusters Filter> - State string
- The current state of the Exadata VM cluster on Exascale Infrastructure.
- Compartment
Id string - The OCID of the compartment.
- Exadb
Vm []GetClusters Exadb Vm Clusters Exadb Vm Cluster - The list of exadb_vm_clusters.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- Display
Name string - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- Exascale
Db stringStorage Vault Id - The OCID of the Exadata Database Storage Vault.
- Filters
[]Get
Exadb Vm Clusters Filter - State string
- The current state of the Exadata VM cluster on Exascale Infrastructure.
- compartment
Id String - The OCID of the compartment.
- exadb
Vm List<GetClusters Exadb Vm Clusters Exadb Vm Cluster> - The list of exadb_vm_clusters.
- id String
- The provider-assigned unique ID for this managed resource.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name String - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- exascale
Db StringStorage Vault Id - The OCID of the Exadata Database Storage Vault.
- filters
List<Get
Exadb Vm Clusters Filter> - state String
- The current state of the Exadata VM cluster on Exascale Infrastructure.
- compartment
Id string - The OCID of the compartment.
- exadb
Vm GetClusters Exadb Vm Clusters Exadb Vm Cluster[] - The list of exadb_vm_clusters.
- id string
- The provider-assigned unique ID for this managed resource.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name string - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- exascale
Db stringStorage Vault Id - The OCID of the Exadata Database Storage Vault.
- filters
Get
Exadb Vm Clusters Filter[] - state string
- The current state of the Exadata VM cluster on Exascale Infrastructure.
- compartment_
id str - The OCID of the compartment.
- exadb_
vm_ Sequence[database.clusters Get Exadb Vm Clusters Exadb Vm Cluster] - The list of exadb_vm_clusters.
- id str
- The provider-assigned unique ID for this managed resource.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display_
name str - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- exascale_
db_ strstorage_ vault_ id - The OCID of the Exadata Database Storage Vault.
- filters
Sequence[database.
Get Exadb Vm Clusters Filter] - state str
- The current state of the Exadata VM cluster on Exascale Infrastructure.
- compartment
Id String - The OCID of the compartment.
- exadb
Vm List<Property Map>Clusters - The list of exadb_vm_clusters.
- id String
- The provider-assigned unique ID for this managed resource.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name String - The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
- exascale
Db StringStorage Vault Id - The OCID of the Exadata Database Storage Vault.
- filters List<Property Map>
- state String
- The current state of the Exadata VM cluster on Exascale Infrastructure.
Supporting Types
GetExadbVmClustersExadbVmCluster
- Availability
Domain This property is required. string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- Backup
Network Nsg Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet Id This property is required. string - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Cluster
Name This property is required. string - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Data
Collection Options This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain
This property is required. string - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- Exascale
Db Storage Vault Id This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gi
Version This property is required. string - A valid Oracle Grid Infrastructure (GI) software version.
- Grid
Image Id This property is required. string - Grid Setup will be done using this grid image id.
- Grid
Image Type This property is required. string - The type of Grid Image
- Hostname
This property is required. string - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- Id
This property is required. string - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- Iorm
Config Caches This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach> - The IORM settings of the Exadata DB system.
- Last
Update History Entry Id This property is required. string - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model This property is required. string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Listener
Port This property is required. string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- Node
Configs This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Node Config> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- Node
Resources This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Node Resource> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- Nsg
Ids This property is required. List<string> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- Private
Zone Id This property is required. string - The private zone ID in which you want DNS records to be created.
- Scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Ip Ids This property is required. List<string> - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Listener Port Tcp This property is required. int - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener Port Tcp Ssl This property is required. int - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- Security
Attributes This property is required. Dictionary<string, string> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- Shape
This property is required. string - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- Ssh
Public Keys This property is required. List<string> - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Subnet
Id This property is required. string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. Dictionary<string, string>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- System
Version This property is required. string - Operating system version of the image.
- Time
Created This property is required. string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- Time
Zone This property is required. string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- Vip
Ids This property is required. List<string> - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- Zone
Id This property is required. string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- Availability
Domain This property is required. string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- Backup
Network Nsg Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet Id This property is required. string - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Cluster
Name This property is required. string - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Data
Collection Options This property is required. []GetExadb Vm Clusters Exadb Vm Cluster Data Collection Option - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain
This property is required. string - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- Exascale
Db Storage Vault Id This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gi
Version This property is required. string - A valid Oracle Grid Infrastructure (GI) software version.
- Grid
Image Id This property is required. string - Grid Setup will be done using this grid image id.
- Grid
Image Type This property is required. string - The type of Grid Image
- Hostname
This property is required. string - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- Id
This property is required. string - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- Iorm
Config Caches This property is required. []GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach - The IORM settings of the Exadata DB system.
- Last
Update History Entry Id This property is required. string - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model This property is required. string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Listener
Port This property is required. string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- Node
Configs This property is required. []GetExadb Vm Clusters Exadb Vm Cluster Node Config - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- Node
Resources This property is required. []GetExadb Vm Clusters Exadb Vm Cluster Node Resource - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- Nsg
Ids This property is required. []string - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- Private
Zone Id This property is required. string - The private zone ID in which you want DNS records to be created.
- Scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Ip Ids This property is required. []string - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Listener Port Tcp This property is required. int - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener Port Tcp Ssl This property is required. int - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- Security
Attributes This property is required. map[string]string - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- Shape
This property is required. string - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- Ssh
Public Keys This property is required. []string - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Subnet
Id This property is required. string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. map[string]string- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- System
Version This property is required. string - Operating system version of the image.
- Time
Created This property is required. string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- Time
Zone This property is required. string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- Vip
Ids This property is required. []string - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- Zone
Id This property is required. string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain This property is required. String - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network Nsg Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. String - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name This property is required. String - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- cluster
Placement Group Id This property is required. String - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. String - The compartment OCID.
- data
Collection Options This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. String - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- exascale
Db Storage Vault Id This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version This property is required. String - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image Id This property is required. String - Grid Setup will be done using this grid image id.
- grid
Image Type This property is required. String - The type of Grid Image
- hostname
This property is required. String - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- id
This property is required. String - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config Caches This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach> - The IORM settings of the Exadata DB system.
- last
Update History Entry Id This property is required. String - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model This property is required. String - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- listener
Port This property is required. String - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Node Config> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Node Resource> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids This property is required. List<String> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- private
Zone Id This property is required. String - The private zone ID in which you want DNS records to be created.
- scan
Dns Name This property is required. String - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns Record Id This property is required. String - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip Ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener Port Tcp This property is required. Integer - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener Port Tcp Ssl This property is required. Integer - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes This property is required. Map<String,String> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. String - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public Keys This property is required. List<String> - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id This property is required. String - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- subscription
Id This property is required. String - The OCID of the subscription with which resource needs to be associated with.
This property is required. Map<String,String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- system
Version This property is required. String - Operating system version of the image.
- time
Created This property is required. String - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone This property is required. String - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids This property is required. List<String> - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. String - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain This property is required. string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network Nsg Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. string - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name This property is required. string - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. string - The compartment OCID.
- data
Collection Options This property is required. GetExadb Vm Clusters Exadb Vm Cluster Data Collection Option[] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. string - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- exascale
Db Storage Vault Id This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version This property is required. string - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image Id This property is required. string - Grid Setup will be done using this grid image id.
- grid
Image Type This property is required. string - The type of Grid Image
- hostname
This property is required. string - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- id
This property is required. string - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config Caches This property is required. GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach[] - The IORM settings of the Exadata DB system.
- last
Update History Entry Id This property is required. string - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model This property is required. string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- listener
Port This property is required. string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs This property is required. GetExadb Vm Clusters Exadb Vm Cluster Node Config[] - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources This property is required. GetExadb Vm Clusters Exadb Vm Cluster Node Resource[] - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids This property is required. string[] - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- private
Zone Id This property is required. string - The private zone ID in which you want DNS records to be created.
- scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip Ids This property is required. string[] - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener Port Tcp This property is required. number - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener Port Tcp Ssl This property is required. number - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes This property is required. {[key: string]: string} - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. string - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public Keys This property is required. string[] - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id This property is required. string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. {[key: string]: string}- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- system
Version This property is required. string - Operating system version of the image.
- time
Created This property is required. string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone This property is required. string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids This property is required. string[] - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability_
domain This property is required. str - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup_
network_ nsg_ ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup_
subnet_ id This property is required. str - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster_
name This property is required. str - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- cluster_
placement_ group_ id This property is required. str - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment_
id This property is required. str - The compartment OCID.
- data_
collection_ options This property is required. Sequence[database.Get Exadb Vm Clusters Exadb Vm Cluster Data Collection Option] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. str - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- exascale_
db_ storage_ vault_ id This property is required. str - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi_
version This property is required. str - A valid Oracle Grid Infrastructure (GI) software version.
- grid_
image_ id This property is required. str - Grid Setup will be done using this grid image id.
- grid_
image_ type This property is required. str - The type of Grid Image
- hostname
This property is required. str - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- id
This property is required. str - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm_
config_ caches This property is required. Sequence[database.Get Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach] - The IORM settings of the Exadata DB system.
- last_
update_ history_ entry_ id This property is required. str - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license_
model This property is required. str - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- listener_
port This property is required. str - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node_
configs This property is required. Sequence[database.Get Exadb Vm Clusters Exadb Vm Cluster Node Config] - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node_
resources This property is required. Sequence[database.Get Exadb Vm Clusters Exadb Vm Cluster Node Resource] - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg_
ids This property is required. Sequence[str] - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- private_
zone_ id This property is required. str - The private zone ID in which you want DNS records to be created.
- scan_
dns_ name This property is required. str - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan_
dns_ record_ id This property is required. str - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan_
ip_ ids This property is required. Sequence[str] - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan_
listener_ port_ tcp This property is required. int - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan_
listener_ port_ tcp_ ssl This property is required. int - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security_
attributes This property is required. Mapping[str, str] - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. str - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh_
public_ keys This property is required. Sequence[str] - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state
This property is required. str - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet_
id This property is required. str - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- subscription_
id This property is required. str - The OCID of the subscription with which resource needs to be associated with.
This property is required. Mapping[str, str]- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- system_
version This property is required. str - Operating system version of the image.
- time_
created This property is required. str - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time_
zone This property is required. str - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip_
ids This property is required. Sequence[str] - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- zone_
id This property is required. str - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain This property is required. String - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network Nsg Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. String - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name This property is required. String - The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- cluster
Placement Group Id This property is required. String - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. String - The compartment OCID.
- data
Collection Options This property is required. List<Property Map> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. String - A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
- exascale
Db Storage Vault Id This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gi
Version This property is required. String - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image Id This property is required. String - Grid Setup will be done using this grid image id.
- grid
Image Type This property is required. String - The type of Grid Image
- hostname
This property is required. String - The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
- id
This property is required. String - The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config Caches This property is required. List<Property Map> - The IORM settings of the Exadata DB system.
- last
Update History Entry Id This property is required. String - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model This property is required. String - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- listener
Port This property is required. String - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs This property is required. List<Property Map> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources This property is required. List<Property Map> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids This property is required. List<String> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- private
Zone Id This property is required. String - The private zone ID in which you want DNS records to be created.
- scan
Dns Name This property is required. String - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns Record Id This property is required. String - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip Ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Listener Port Tcp This property is required. Number - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener Port Tcp Ssl This property is required. Number - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes This property is required. Map<String> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. String - The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public Keys This property is required. List<String> - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id This property is required. String - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- subscription
Id This property is required. String - The OCID of the subscription with which resource needs to be associated with.
This property is required. Map<String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- system
Version This property is required. String - Operating system version of the image.
- time
Created This property is required. String - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone This property is required. String - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids This property is required. List<String> - The OCID of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. String - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
GetExadbVmClustersExadbVmClusterDataCollectionOption
- Is
Diagnostics Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - Is
Health Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - Is
Incident Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- Is
Diagnostics Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - Is
Health Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - Is
Incident Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is_
diagnostics_ events_ enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is_
health_ monitoring_ enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is_
incident_ logs_ enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
GetExadbVmClustersExadbVmClusterIormConfigCach
- Db
Plans This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach Db Plan> - An array of IORM settings for all the database in the Exadata DB system.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Objective
This property is required. string - The current value for the IORM objective. The default is
AUTO
. - State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Db
Plans This property is required. []GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach Db Plan - An array of IORM settings for all the database in the Exadata DB system.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Objective
This property is required. string - The current value for the IORM objective. The default is
AUTO
. - State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans This property is required. List<GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach Db Plan> - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- objective
This property is required. String - The current value for the IORM objective. The default is
AUTO
. - state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans This property is required. GetExadb Vm Clusters Exadb Vm Cluster Iorm Config Cach Db Plan[] - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- objective
This property is required. string - The current value for the IORM objective. The default is
AUTO
. - state
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db_
plans This property is required. Sequence[database.Get Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach Db Plan] - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- objective
This property is required. str - The current value for the IORM objective. The default is
AUTO
. - state
This property is required. str - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans This property is required. List<Property Map> - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- objective
This property is required. String - The current value for the IORM objective. The default is
AUTO
. - state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
GetExadbVmClustersExadbVmClusterIormConfigCachDbPlan
- Db
Name This property is required. string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache Limit This property is required. string - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. int- The relative priority of this database.
- Db
Name This property is required. string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache Limit This property is required. string - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. int- The relative priority of this database.
- db
Name This property is required. String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache Limit This property is required. String - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. Integer- The relative priority of this database.
- db
Name This property is required. string - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache Limit This property is required. string - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. number- The relative priority of this database.
- db_
name This property is required. str - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash_
cache_ limit This property is required. str - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. int- The relative priority of this database.
- db
Name This property is required. String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache Limit This property is required. String - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
This property is required. Number- The relative priority of this database.
GetExadbVmClustersExadbVmClusterNodeConfig
- Enabled
Ecpu Count Per Node This property is required. int - Memory
Size In Gbs Per Node This property is required. int - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- Snapshot
File System Storage Size Gbs Per Node This property is required. int - The file system storage in GBs for snapshot for each node.
- Total
Ecpu Count Per Node This property is required. int - Total
File System Storage Size Gbs Per Node This property is required. int - Total file system storage in GBs for each node.
- Vm
File System Storage Size Gbs Per Node This property is required. int - The file system storage in GBs for each node.
- Enabled
Ecpu Count Per Node This property is required. int - Memory
Size In Gbs Per Node This property is required. int - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- Snapshot
File System Storage Size Gbs Per Node This property is required. int - The file system storage in GBs for snapshot for each node.
- Total
Ecpu Count Per Node This property is required. int - Total
File System Storage Size Gbs Per Node This property is required. int - Total file system storage in GBs for each node.
- Vm
File System Storage Size Gbs Per Node This property is required. int - The file system storage in GBs for each node.
- enabled
Ecpu Count Per Node This property is required. Integer - memory
Size In Gbs Per Node This property is required. Integer - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- snapshot
File System Storage Size Gbs Per Node This property is required. Integer - The file system storage in GBs for snapshot for each node.
- total
Ecpu Count Per Node This property is required. Integer - total
File System Storage Size Gbs Per Node This property is required. Integer - Total file system storage in GBs for each node.
- vm
File System Storage Size Gbs Per Node This property is required. Integer - The file system storage in GBs for each node.
- enabled
Ecpu Count Per Node This property is required. number - memory
Size In Gbs Per Node This property is required. number - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- snapshot
File System Storage Size Gbs Per Node This property is required. number - The file system storage in GBs for snapshot for each node.
- total
Ecpu Count Per Node This property is required. number - total
File System Storage Size Gbs Per Node This property is required. number - Total file system storage in GBs for each node.
- vm
File System Storage Size Gbs Per Node This property is required. number - The file system storage in GBs for each node.
- enabled_
ecpu_ count_ per_ node This property is required. int - memory_
size_ in_ gbs_ per_ node This property is required. int - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- snapshot_
file_ system_ storage_ size_ gbs_ per_ node This property is required. int - The file system storage in GBs for snapshot for each node.
- total_
ecpu_ count_ per_ node This property is required. int - total_
file_ system_ storage_ size_ gbs_ per_ node This property is required. int - Total file system storage in GBs for each node.
- vm_
file_ system_ storage_ size_ gbs_ per_ node This property is required. int - The file system storage in GBs for each node.
- enabled
Ecpu Count Per Node This property is required. Number - memory
Size In Gbs Per Node This property is required. Number - The memory that you want to be allocated in GBs to each node. Memory is calculated based on 11 GB per VM core reserved.
- snapshot
File System Storage Size Gbs Per Node This property is required. Number - The file system storage in GBs for snapshot for each node.
- total
Ecpu Count Per Node This property is required. Number - total
File System Storage Size Gbs Per Node This property is required. Number - Total file system storage in GBs for each node.
- vm
File System Storage Size Gbs Per Node This property is required. Number - The file system storage in GBs for each node.
GetExadbVmClustersExadbVmClusterNodeResource
- Node
Hostname This property is required. string - The host name for the node.
- Node
Id This property is required. string - The OCID of the node.
- Node
Name This property is required. string - State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Node
Hostname This property is required. string - The host name for the node.
- Node
Id This property is required. string - The OCID of the node.
- Node
Name This property is required. string - State
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname This property is required. String - The host name for the node.
- node
Id This property is required. String - The OCID of the node.
- node
Name This property is required. String - state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname This property is required. string - The host name for the node.
- node
Id This property is required. string - The OCID of the node.
- node
Name This property is required. string - state
This property is required. string - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node_
hostname This property is required. str - The host name for the node.
- node_
id This property is required. str - The OCID of the node.
- node_
name This property is required. str - state
This property is required. str - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname This property is required. String - The host name for the node.
- node
Id This property is required. String - The OCID of the node.
- node
Name This property is required. String - state
This property is required. String - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
GetExadbVmClustersFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.