Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 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,
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,
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,
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,
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)
.displayName(exadbVmClusterDisplayName)
.exascaleDbStorageVaultId(testExascaleDbStorageVault.id())
.state(exadbVmClusterState)
.build());
}
}
variables:
testExadbVmClusters:
fn::invoke:
Function: oci:Database:getExadbVmClusters
Arguments:
compartmentId: ${compartmentId}
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(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(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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getExadbVmClusters:getExadbVmClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- 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
List<Get
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 string - The compartment OCID.
- 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
[]Get
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 String - The compartment OCID.
- 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
List<Get
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 string - The compartment OCID.
- 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
Get
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 str - The compartment OCID.
- 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
Sequence[database.
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 String - The compartment OCID.
- 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 List<Property Map>
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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 string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- Backup
Network List<string>Nsg Ids - 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 stringId - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Cluster
Name 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.
- Compartment
Id string - The compartment OCID.
- Data
Collection List<GetOptions 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.
- 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 string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain 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 stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- 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 string - A valid Oracle Grid Infrastructure (GI) software version.
- Grid
Image stringId - Grid Setup will be done using this grid image id.
- Grid
Image stringType - The type of Grid Image
- Hostname 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 string
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- Iorm
Config List<GetCaches Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach> - The IORM settings of the Exadata DB system.
- Last
Update stringHistory Entry Id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- Node
Configs List<GetExadb Vm Clusters Exadb Vm Cluster Node Config> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- Node
Resources List<GetExadb Vm Clusters Exadb Vm Cluster Node Resource> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- Nsg
Ids 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 stringId - The private zone ID in which you want DNS records to be created.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Ip List<string>Ids - 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 intPort Tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener intPort Tcp Ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- Security
Attributes 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 string
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- Ssh
Public List<string>Keys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Subnet
Id string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- 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 string - Operating system version of the image.
- Time
Created string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- Time
Zone string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- Vip
Ids 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 string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- Availability
Domain string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- Backup
Network []stringNsg Ids - 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 stringId - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Cluster
Name 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.
- Compartment
Id string - The compartment OCID.
- Data
Collection []GetOptions 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.
- 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 string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain 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 stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- 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 string - A valid Oracle Grid Infrastructure (GI) software version.
- Grid
Image stringId - Grid Setup will be done using this grid image id.
- Grid
Image stringType - The type of Grid Image
- Hostname 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 string
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- Iorm
Config []GetCaches Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach - The IORM settings of the Exadata DB system.
- Last
Update stringHistory Entry Id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- License
Model string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- Node
Configs []GetExadb Vm Clusters Exadb Vm Cluster Node Config - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- Node
Resources []GetExadb Vm Clusters Exadb Vm Cluster Node Resource - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- Nsg
Ids []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 stringId - The private zone ID in which you want DNS records to be created.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- Scan
Ip []stringIds - 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 intPort Tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- Scan
Listener intPort Tcp Ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- Security
Attributes 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 string
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- Ssh
Public []stringKeys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Subnet
Id string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- 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 string - Operating system version of the image.
- Time
Created string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- Time
Zone string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- Vip
Ids []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 string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain String - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name 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.
- compartment
Id String - The compartment OCID.
- data
Collection List<GetOptions 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.
- 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 String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain 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 StringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- 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 String - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image StringId - Grid Setup will be done using this grid image id.
- grid
Image StringType - The type of Grid Image
- hostname 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 String
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config List<GetCaches Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach> - The IORM settings of the Exadata DB system.
- last
Update StringHistory Entry Id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model String - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port String - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs List<GetExadb Vm Clusters Exadb Vm Cluster Node Config> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources List<GetExadb Vm Clusters Exadb Vm Cluster Node Resource> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids 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 StringId - The private zone ID in which you want DNS records to be created.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip List<String>Ids - 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 IntegerPort Tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener IntegerPort Tcp Ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes 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 String
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id String - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- 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 String - Operating system version of the image.
- time
Created String - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone String - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids 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 String - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain string - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network string[]Nsg Ids - 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 stringId - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name 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.
- compartment
Id string - The compartment OCID.
- data
Collection GetOptions 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.
- {[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 string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain 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 stringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- {[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 string - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image stringId - Grid Setup will be done using this grid image id.
- grid
Image stringType - The type of Grid Image
- hostname 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 string
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config GetCaches Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach[] - The IORM settings of the Exadata DB system.
- last
Update stringHistory Entry Id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model string - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Port string - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs GetExadb Vm Clusters Exadb Vm Cluster Node Config[] - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources GetExadb Vm Clusters Exadb Vm Cluster Node Resource[] - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids 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 stringId - The private zone ID in which you want DNS records to be created.
- scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip string[]Ids - 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 numberPort Tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener numberPort Tcp Ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes {[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 string
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public string[]Keys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id string - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- {[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 string - Operating system version of the image.
- time
Created string - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone string - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids 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 string - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability_
domain str - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup_
network_ Sequence[str]nsg_ ids - 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_ strid - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster_
name 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.
- compartment_
id str - The compartment OCID.
- data_
collection_ Sequence[database.options 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.
- 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 str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain 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_ strstorage_ vault_ id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- 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 str - A valid Oracle Grid Infrastructure (GI) software version.
- grid_
image_ strid - Grid Setup will be done using this grid image id.
- grid_
image_ strtype - The type of Grid Image
- hostname 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 str
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm_
config_ Sequence[database.caches Get Exadb Vm Clusters Exadb Vm Cluster Iorm Config Cach] - The IORM settings of the Exadata DB system.
- last_
update_ strhistory_ entry_ id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license_
model str - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle_
details str - Additional information about the current lifecycle state.
- listener_
port str - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node_
configs 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 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 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_ strid - The private zone ID in which you want DNS records to be created.
- scan_
dns_ strname - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan_
dns_ strrecord_ id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan_
ip_ Sequence[str]ids - 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_ intport_ tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan_
listener_ intport_ tcp_ ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security_
attributes 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 str
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh_
public_ Sequence[str]keys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state str
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet_
id str - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- 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 str - Operating system version of the image.
- time_
created str - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time_
zone str - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip_
ids 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 str - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
- availability
Domain String - The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- cluster
Name 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.
- compartment
Id String - The compartment OCID.
- data
Collection List<Property Map>Options - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain 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 StringStorage Vault Id - A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given Exascale Database Storage Vault ID.
- 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 String - A valid Oracle Grid Infrastructure (GI) software version.
- grid
Image StringId - Grid Setup will be done using this grid image id.
- grid
Image StringType - The type of Grid Image
- hostname 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 String
- The OCID of the Exadata VM cluster on Exascale Infrastructure.
- iorm
Config List<Property Map>Caches - The IORM settings of the Exadata DB system.
- last
Update StringHistory Entry Id - The OCID of the last maintenance update history entry. This value is updated when a maintenance update starts.
- license
Model String - The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port String - The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
- node
Configs List<Property Map> - The configuration of each node in the Exadata VM cluster on Exascale Infrastructure.
- node
Resources List<Property Map> - The list of node in the Exadata VM cluster on Exascale Infrastructure.
- nsg
Ids 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 StringId - The private zone ID in which you want DNS records to be created.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
- scan
Ip List<String>Ids - 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 NumberPort Tcp - The TCP Single Client Access Name (SCAN) port. The default port is 1521.
- scan
Listener NumberPort Tcp Ssl - The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
- security
Attributes 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 String
- The shape of the Exadata VM cluster on Exascale Infrastructure resource
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
- state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- subnet
Id String - The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- system
Version String - Operating system version of the image.
- time
Created String - The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
- time
Zone String - The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
- vip
Ids 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 String - The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
GetExadbVmClustersExadbVmClusterDataCollectionOption
- Is
Diagnostics boolEvents Enabled - 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 boolMonitoring Enabled - 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 boolLogs Enabled - 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 boolEvents Enabled - 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 boolMonitoring Enabled - 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 boolLogs Enabled - 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 BooleanEvents Enabled - 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 BooleanMonitoring Enabled - 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 BooleanLogs Enabled - 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 booleanEvents Enabled - 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 booleanMonitoring Enabled - 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 booleanLogs Enabled - 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_ boolevents_ enabled - 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_ boolmonitoring_ enabled - 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_ boollogs_ enabled - 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 BooleanEvents Enabled - 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 BooleanMonitoring Enabled - 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 BooleanLogs Enabled - 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 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 string - Additional information about the current lifecycle state.
- Objective string
- The current value for the IORM objective. The default is
AUTO
. - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Db
Plans []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 string - Additional information about the current lifecycle state.
- Objective string
- The current value for the IORM objective. The default is
AUTO
. - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans 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 String - Additional information about the current lifecycle state.
- objective String
- The current value for the IORM objective. The default is
AUTO
. - state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans 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 string - Additional information about the current lifecycle state.
- objective string
- The current value for the IORM objective. The default is
AUTO
. - state string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db_
plans 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 str - Additional information about the current lifecycle state.
- objective str
- The current value for the IORM objective. The default is
AUTO
. - state str
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- db
Plans List<Property Map> - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details String - Additional information about the current lifecycle state.
- objective String
- The current value for the IORM objective. The default is
AUTO
. - state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
GetExadbVmClustersExadbVmClusterIormConfigCachDbPlan
- Db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- Db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- db
Name String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache StringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Integer
- The relative priority of this database.
- db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- number
- The relative priority of this database.
- db_
name str - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash_
cache_ strlimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- db
Name String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache StringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Number
- The relative priority of this database.
GetExadbVmClustersExadbVmClusterNodeConfig
- Enabled
Ecpu intCount Per Node - Memory
Size intIn Gbs Per Node - 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 intSystem Storage Size Gbs Per Node - The file system storage in GBs for snapshot for each node.
- Total
Ecpu intCount Per Node - Total
File intSystem Storage Size Gbs Per Node - Total file system storage in GBs for each node.
- Vm
File intSystem Storage Size Gbs Per Node - The file system storage in GBs for each node.
- Enabled
Ecpu intCount Per Node - Memory
Size intIn Gbs Per Node - 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 intSystem Storage Size Gbs Per Node - The file system storage in GBs for snapshot for each node.
- Total
Ecpu intCount Per Node - Total
File intSystem Storage Size Gbs Per Node - Total file system storage in GBs for each node.
- Vm
File intSystem Storage Size Gbs Per Node - The file system storage in GBs for each node.
- enabled
Ecpu IntegerCount Per Node - memory
Size IntegerIn Gbs Per Node - 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 IntegerSystem Storage Size Gbs Per Node - The file system storage in GBs for snapshot for each node.
- total
Ecpu IntegerCount Per Node - total
File IntegerSystem Storage Size Gbs Per Node - Total file system storage in GBs for each node.
- vm
File IntegerSystem Storage Size Gbs Per Node - The file system storage in GBs for each node.
- enabled
Ecpu numberCount Per Node - memory
Size numberIn Gbs Per Node - 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 numberSystem Storage Size Gbs Per Node - The file system storage in GBs for snapshot for each node.
- total
Ecpu numberCount Per Node - total
File numberSystem Storage Size Gbs Per Node - Total file system storage in GBs for each node.
- vm
File numberSystem Storage Size Gbs Per Node - The file system storage in GBs for each node.
- enabled_
ecpu_ intcount_ per_ node - memory_
size_ intin_ gbs_ per_ node - 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_ intsystem_ storage_ size_ gbs_ per_ node - The file system storage in GBs for snapshot for each node.
- total_
ecpu_ intcount_ per_ node - total_
file_ intsystem_ storage_ size_ gbs_ per_ node - Total file system storage in GBs for each node.
- vm_
file_ intsystem_ storage_ size_ gbs_ per_ node - The file system storage in GBs for each node.
- enabled
Ecpu NumberCount Per Node - memory
Size NumberIn Gbs Per Node - 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 NumberSystem Storage Size Gbs Per Node - The file system storage in GBs for snapshot for each node.
- total
Ecpu NumberCount Per Node - total
File NumberSystem Storage Size Gbs Per Node - Total file system storage in GBs for each node.
- vm
File NumberSystem Storage Size Gbs Per Node - The file system storage in GBs for each node.
GetExadbVmClustersExadbVmClusterNodeResource
- Node
Hostname string - The host name for the node.
- Node
Id string - The OCID of the node.
- Node
Name string - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- Node
Hostname string - The host name for the node.
- Node
Id string - The OCID of the node.
- Node
Name string - State string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname String - The host name for the node.
- node
Id String - The OCID of the node.
- node
Name String - state String
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname string - The host name for the node.
- node
Id string - The OCID of the node.
- node
Name string - state string
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node_
hostname str - The host name for the node.
- node_
id str - The OCID of the node.
- node_
name str - state str
- A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
- node
Hostname String - The host name for the node.
- node
Id String - The OCID of the node.
- node
Name String - state 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.