Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Database.getCloudVmClusters
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Cloud Vm Clusters in Oracle Cloud Infrastructure Database service.
Gets a list of the cloud VM clusters in the specified compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCloudVmClusters = oci.Database.getCloudVmClusters({
compartmentId: compartmentId,
cloudExadataInfrastructureId: testCloudExadataInfrastructure.id,
displayName: cloudVmClusterDisplayName,
state: cloudVmClusterState,
});
import pulumi
import pulumi_oci as oci
test_cloud_vm_clusters = oci.Database.get_cloud_vm_clusters(compartment_id=compartment_id,
cloud_exadata_infrastructure_id=test_cloud_exadata_infrastructure["id"],
display_name=cloud_vm_cluster_display_name,
state=cloud_vm_cluster_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.GetCloudVmClusters(ctx, &database.GetCloudVmClustersArgs{
CompartmentId: compartmentId,
CloudExadataInfrastructureId: pulumi.StringRef(testCloudExadataInfrastructure.Id),
DisplayName: pulumi.StringRef(cloudVmClusterDisplayName),
State: pulumi.StringRef(cloudVmClusterState),
}, 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 testCloudVmClusters = Oci.Database.GetCloudVmClusters.Invoke(new()
{
CompartmentId = compartmentId,
CloudExadataInfrastructureId = testCloudExadataInfrastructure.Id,
DisplayName = cloudVmClusterDisplayName,
State = cloudVmClusterState,
});
});
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.GetCloudVmClustersArgs;
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 testCloudVmClusters = DatabaseFunctions.getCloudVmClusters(GetCloudVmClustersArgs.builder()
.compartmentId(compartmentId)
.cloudExadataInfrastructureId(testCloudExadataInfrastructure.id())
.displayName(cloudVmClusterDisplayName)
.state(cloudVmClusterState)
.build());
}
}
variables:
testCloudVmClusters:
fn::invoke:
Function: oci:Database:getCloudVmClusters
Arguments:
compartmentId: ${compartmentId}
cloudExadataInfrastructureId: ${testCloudExadataInfrastructure.id}
displayName: ${cloudVmClusterDisplayName}
state: ${cloudVmClusterState}
Using getCloudVmClusters
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 getCloudVmClusters(args: GetCloudVmClustersArgs, opts?: InvokeOptions): Promise<GetCloudVmClustersResult>
function getCloudVmClustersOutput(args: GetCloudVmClustersOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClustersResult>
def get_cloud_vm_clusters(cloud_exadata_infrastructure_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetCloudVmClustersFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudVmClustersResult
def get_cloud_vm_clusters_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetCloudVmClustersFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClustersResult]
func GetCloudVmClusters(ctx *Context, args *GetCloudVmClustersArgs, opts ...InvokeOption) (*GetCloudVmClustersResult, error)
func GetCloudVmClustersOutput(ctx *Context, args *GetCloudVmClustersOutputArgs, opts ...InvokeOption) GetCloudVmClustersResultOutput
> Note: This function is named GetCloudVmClusters
in the Go SDK.
public static class GetCloudVmClusters
{
public static Task<GetCloudVmClustersResult> InvokeAsync(GetCloudVmClustersArgs args, InvokeOptions? opts = null)
public static Output<GetCloudVmClustersResult> Invoke(GetCloudVmClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudVmClustersResult> getCloudVmClusters(GetCloudVmClustersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getCloudVmClusters:getCloudVmClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- Cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
List<Get
Cloud Vm Clusters Filter> - State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Compartment
Id string - The compartment OCID.
- Cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
[]Get
Cloud Vm Clusters Filter - State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- cloud
Exadata StringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
List<Get
Cloud Vm Clusters Filter> - state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id string - The compartment OCID.
- cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Get
Cloud Vm Clusters Filter[] - state string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment_
id str - The compartment OCID.
- cloud_
exadata_ strinfrastructure_ id - If provided, filters the results for the specified cloud Exadata infrastructure.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Sequence[database.
Get Cloud Vm Clusters Filter] - state str
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- cloud
Exadata StringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters List<Property Map>
- state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
getCloudVmClusters Result
The following output properties are available:
- Cloud
Vm List<GetClusters Cloud Vm Clusters Cloud Vm Cluster> - The list of cloud_vm_clusters.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cloud
Exadata stringInfrastructure Id - The OCID of the cloud Exadata infrastructure.
- Display
Name string - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- Filters
List<Get
Cloud Vm Clusters Filter> - State string
- The current state of the cloud VM cluster.
- Cloud
Vm []GetClusters Cloud Vm Clusters Cloud Vm Cluster - The list of cloud_vm_clusters.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cloud
Exadata stringInfrastructure Id - The OCID of the cloud Exadata infrastructure.
- Display
Name string - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- Filters
[]Get
Cloud Vm Clusters Filter - State string
- The current state of the cloud VM cluster.
- cloud
Vm List<GetClusters Cloud Vm Clusters Cloud Vm Cluster> - The list of cloud_vm_clusters.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cloud
Exadata StringInfrastructure Id - The OCID of the cloud Exadata infrastructure.
- display
Name String - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
List<Get
Cloud Vm Clusters Filter> - state String
- The current state of the cloud VM cluster.
- cloud
Vm GetClusters Cloud Vm Clusters Cloud Vm Cluster[] - The list of cloud_vm_clusters.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- cloud
Exadata stringInfrastructure Id - The OCID of the cloud Exadata infrastructure.
- display
Name string - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
Get
Cloud Vm Clusters Filter[] - state string
- The current state of the cloud VM cluster.
- cloud_
vm_ Sequence[database.clusters Get Cloud Vm Clusters Cloud Vm Cluster] - The list of cloud_vm_clusters.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- cloud_
exadata_ strinfrastructure_ id - The OCID of the cloud Exadata infrastructure.
- display_
name str - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters
Sequence[database.
Get Cloud Vm Clusters Filter] - state str
- The current state of the cloud VM cluster.
- cloud
Vm List<Property Map>Clusters - The list of cloud_vm_clusters.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cloud
Exadata StringInfrastructure Id - The OCID of the cloud Exadata infrastructure.
- display
Name String - The user-friendly name for the cloud VM cluster. The name does not need to be unique.
- filters List<Property Map>
- state String
- The current state of the cloud VM cluster.
Supporting Types
GetCloudVmClustersCloudVmCluster
- Availability
Domain string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- Cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- Cluster
Name string - The cluster name for cloud VM cluster. 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.
- Cpu
Core intCount - The number of CPU cores enabled on the cloud VM cluster.
- Create
Async bool - Data
Collection List<GetOptions Cloud Vm Clusters Cloud Vm Cluster Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- Data
Storage intPercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Data
Storage doubleSize In Tbs - The data disk group size to be allocated in TBs.
- Db
Node intStorage Size In Gbs - The local node storage to be allocated in GBs.
- Db
Servers List<string> - The list of DB servers.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy string - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain string
- The domain name for the cloud VM cluster.
- File
System List<GetConfiguration Details Cloud Vm Clusters Cloud Vm Cluster File System Configuration Detail> - Details of the file system configuration of the VM cluster.
- Dictionary<string, object>
- 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.
- Hostname string
- The hostname for the cloud VM cluster.
- Id string
- The OCID of the cloud VM cluster.
- Iorm
Config List<GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach> - Is
Local boolBackup Enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- Is
Sparse boolDiskgroup Enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port string - The port number configured for the listener on the cloud VM cluster.
- Memory
Size intIn Gbs - The memory to be allocated in GBs.
- Node
Count int - The number of nodes in the cloud VM cluster.
- 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.
- Ocpu
Count double - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- Private
Zone stringId - Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Ip List<string>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- Shape string
- The model name of the Exadata hardware running the cloud VM cluster.
- Ssh
Public List<string>Keys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Storage
Size intIn Gbs - The storage allocation for the disk group, in gigabytes (GB).
- Subnet
Id string - The OCID of the subnet associated with the cloud VM cluster.
- Dictionary<string, object>
- 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 cloud VM cluster was created.
- Time
Zone string - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- Vip
Ids List<string> - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- Zone
Id string - The OCID of the zone the cloud VM cluster is associated with.
- Availability
Domain string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- Cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- Cluster
Name string - The cluster name for cloud VM cluster. 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.
- Cpu
Core intCount - The number of CPU cores enabled on the cloud VM cluster.
- Create
Async bool - Data
Collection []GetOptions Cloud Vm Clusters Cloud Vm Cluster Data Collection Option - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- Data
Storage intPercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- Data
Storage float64Size In Tbs - The data disk group size to be allocated in TBs.
- Db
Node intStorage Size In Gbs - The local node storage to be allocated in GBs.
- Db
Servers []string - The list of DB servers.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy string - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain string
- The domain name for the cloud VM cluster.
- File
System []GetConfiguration Details Cloud Vm Clusters Cloud Vm Cluster File System Configuration Detail - Details of the file system configuration of the VM cluster.
- map[string]interface{}
- 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.
- Hostname string
- The hostname for the cloud VM cluster.
- Id string
- The OCID of the cloud VM cluster.
- Iorm
Config []GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach - Is
Local boolBackup Enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- Is
Sparse boolDiskgroup Enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port string - The port number configured for the listener on the cloud VM cluster.
- Memory
Size intIn Gbs - The memory to be allocated in GBs.
- Node
Count int - The number of nodes in the cloud VM cluster.
- 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.
- Ocpu
Count float64 - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- Private
Zone stringId - Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- Scan
Ip []stringIds - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- Shape string
- The model name of the Exadata hardware running the cloud VM cluster.
- Ssh
Public []stringKeys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Storage
Size intIn Gbs - The storage allocation for the disk group, in gigabytes (GB).
- Subnet
Id string - The OCID of the subnet associated with the cloud VM cluster.
- map[string]interface{}
- 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 cloud VM cluster was created.
- Time
Zone string - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- Vip
Ids []string - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- Zone
Id string - The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain String - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- cloud
Exadata StringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name String - The cluster name for cloud VM cluster. 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.
- cpu
Core IntegerCount - The number of CPU cores enabled on the cloud VM cluster.
- create
Async Boolean - data
Collection List<GetOptions Cloud Vm Clusters Cloud Vm Cluster Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage IntegerPercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- data
Storage DoubleSize In Tbs - The data disk group size to be allocated in TBs.
- db
Node IntegerStorage Size In Gbs - The local node storage to be allocated in GBs.
- db
Servers List<String> - The list of DB servers.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain String
- The domain name for the cloud VM cluster.
- file
System List<GetConfiguration Details Cloud Vm Clusters Cloud Vm Cluster File System Configuration Detail> - Details of the file system configuration of the VM cluster.
- Map<String,Object>
- 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.
- hostname String
- The hostname for the cloud VM cluster.
- id String
- The OCID of the cloud VM cluster.
- iorm
Config List<GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach> - is
Local BooleanBackup Enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse BooleanDiskgroup Enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port String - The port number configured for the listener on the cloud VM cluster.
- memory
Size IntegerIn Gbs - The memory to be allocated in GBs.
- node
Count Integer - The number of nodes in the cloud VM cluster.
- 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.
- ocpu
Count Double - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- private
Zone StringId - scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape String
- The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size IntegerIn Gbs - The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id String - The OCID of the subnet associated with the cloud VM cluster.
- Map<String,Object>
- 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 cloud VM cluster was created.
- time
Zone String - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- zone
Id String - The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- cloud
Exadata stringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name string - The cluster name for cloud VM cluster. 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.
- cpu
Core numberCount - The number of CPU cores enabled on the cloud VM cluster.
- create
Async boolean - data
Collection GetOptions Cloud Vm Clusters Cloud Vm Cluster Data Collection Option[] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage numberPercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- data
Storage numberSize In Tbs - The data disk group size to be allocated in TBs.
- db
Node numberStorage Size In Gbs - The local node storage to be allocated in GBs.
- db
Servers string[] - The list of DB servers.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy string - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain string
- The domain name for the cloud VM cluster.
- file
System GetConfiguration Details Cloud Vm Clusters Cloud Vm Cluster File System Configuration Detail[] - Details of the file system configuration of the VM cluster.
- {[key: string]: any}
- 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.
- hostname string
- The hostname for the cloud VM cluster.
- id string
- The OCID of the cloud VM cluster.
- iorm
Config GetCaches Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach[] - is
Local booleanBackup Enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse booleanDiskgroup Enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Port string - The port number configured for the listener on the cloud VM cluster.
- memory
Size numberIn Gbs - The memory to be allocated in GBs.
- node
Count number - The number of nodes in the cloud VM cluster.
- 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.
- ocpu
Count number - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- private
Zone stringId - scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip string[]Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape string
- The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public string[]Keys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size numberIn Gbs - The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id string - The OCID of the subnet associated with the cloud VM cluster.
- {[key: string]: any}
- 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 cloud VM cluster was created.
- time
Zone string - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids string[] - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- zone
Id string - The OCID of the zone the cloud VM cluster is associated with.
- availability_
domain str - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- cloud_
exadata_ strinfrastructure_ id - If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster_
name str - The cluster name for cloud VM cluster. 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.
- cpu_
core_ intcount - The number of CPU cores enabled on the cloud VM cluster.
- create_
async bool - data_
collection_ Sequence[database.options Get Cloud Vm Clusters Cloud Vm Cluster Data Collection Option] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data_
storage_ intpercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- data_
storage_ floatsize_ in_ tbs - The data disk group size to be allocated in TBs.
- db_
node_ intstorage_ size_ in_ gbs - The local node storage to be allocated in GBs.
- db_
servers Sequence[str] - The list of DB servers.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk_
redundancy str - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain str
- The domain name for the cloud VM cluster.
- file_
system_ Sequence[database.configuration_ details Get Cloud Vm Clusters Cloud Vm Cluster File System Configuration Detail] - Details of the file system configuration of the VM cluster.
- Mapping[str, Any]
- 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.
- hostname str
- The hostname for the cloud VM cluster.
- id str
- The OCID of the cloud VM cluster.
- iorm_
config_ Sequence[database.caches Get Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach] - is_
local_ boolbackup_ enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is_
sparse_ booldiskgroup_ enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle_
details str - Additional information about the current lifecycle state.
- listener_
port str - The port number configured for the listener on the cloud VM cluster.
- memory_
size_ intin_ gbs - The memory to be allocated in GBs.
- node_
count int - The number of nodes in the cloud VM cluster.
- 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.
- ocpu_
count float - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- private_
zone_ strid - scan_
dns_ strname - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan_
dns_ strrecord_ id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan_
ip_ Sequence[str]ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape str
- The model name of the Exadata hardware running the cloud VM cluster.
- ssh_
public_ Sequence[str]keys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state str
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage_
size_ intin_ gbs - The storage allocation for the disk group, in gigabytes (GB).
- subnet_
id str - The OCID of the subnet associated with the cloud VM cluster.
- Mapping[str, Any]
- 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 cloud VM cluster was created.
- time_
zone str - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip_
ids Sequence[str] - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- zone_
id str - The OCID of the zone the cloud VM cluster is associated with.
- availability
Domain String - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- 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 cloud VM cluster.
- cloud
Exadata StringInfrastructure Id - If provided, filters the results for the specified cloud Exadata infrastructure.
- cluster
Name String - The cluster name for cloud VM cluster. 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.
- cpu
Core NumberCount - The number of CPU cores enabled on the cloud VM cluster.
- create
Async Boolean - data
Collection List<Property Map>Options - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage NumberPercentage - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See Storage Configuration in the Exadata documentation for details on the impact of the configuration settings on storage.
- data
Storage NumberSize In Tbs - The data disk group size to be allocated in TBs.
- db
Node NumberStorage Size In Gbs - The local node storage to be allocated in GBs.
- db
Servers List<String> - The list of DB servers.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String - The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain String
- The domain name for the cloud VM cluster.
- file
System List<Property Map>Configuration Details - Details of the file system configuration of the VM cluster.
- Map<Any>
- 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.
- hostname String
- The hostname for the cloud VM cluster.
- id String
- The OCID of the cloud VM cluster.
- iorm
Config List<Property Map>Caches - is
Local BooleanBackup Enabled - If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
- is
Sparse BooleanDiskgroup Enabled - If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created.
- 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 cloud VM cluster. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port String - The port number configured for the listener on the cloud VM cluster.
- memory
Size NumberIn Gbs - The memory to be allocated in GBs.
- node
Count Number - The number of nodes in the cloud VM cluster.
- 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.
- ocpu
Count Number - The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
- private
Zone StringId - scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. 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 TCPS Single Client Access Name (SCAN) port. The default port is 2484.
- shape String
- The model name of the Exadata hardware running the cloud VM cluster.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
- state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- storage
Size NumberIn Gbs - The storage allocation for the disk group, in gigabytes (GB).
- subnet
Id String - The OCID of the subnet associated with the cloud VM cluster.
- Map<Any>
- 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 cloud VM cluster was created.
- time
Zone String - The time zone of the cloud VM cluster. For details, see Exadata Infrastructure Time Zones.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the cloud VM cluster. 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, the VIP is reassigned to another active node in the cluster.
- zone
Id String - The OCID of the zone the cloud VM cluster is associated with.
GetCloudVmClustersCloudVmClusterDataCollectionOption
- 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.
GetCloudVmClustersCloudVmClusterFileSystemConfigurationDetail
- File
System intSize Gb - The file system size to be allocated in GBs.
- Mount
Point string - The mount point of file system.
- File
System intSize Gb - The file system size to be allocated in GBs.
- Mount
Point string - The mount point of file system.
- file
System IntegerSize Gb - The file system size to be allocated in GBs.
- mount
Point String - The mount point of file system.
- file
System numberSize Gb - The file system size to be allocated in GBs.
- mount
Point string - The mount point of file system.
- file_
system_ intsize_ gb - The file system size to be allocated in GBs.
- mount_
point str - The mount point of file system.
- file
System NumberSize Gb - The file system size to be allocated in GBs.
- mount
Point String - The mount point of file system.
GetCloudVmClustersCloudVmClusterIormConfigCach
- Db
Plans List<GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan> - Lifecycle
Details string - Additional information about the current lifecycle state.
- Objective string
- State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- Db
Plans []GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan - Lifecycle
Details string - Additional information about the current lifecycle state.
- Objective string
- State string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans List<GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan> - lifecycle
Details String - Additional information about the current lifecycle state.
- objective String
- state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans GetCloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan[] - lifecycle
Details string - Additional information about the current lifecycle state.
- objective string
- state string
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db_
plans Sequence[database.Get Cloud Vm Clusters Cloud Vm Cluster Iorm Config Cach Db Plan] - lifecycle_
details str - Additional information about the current lifecycle state.
- objective str
- state str
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
- db
Plans List<Property Map> - lifecycle
Details String - Additional information about the current lifecycle state.
- objective String
- state String
- A filter to return only cloud VM clusters that match the given lifecycle state exactly.
GetCloudVmClustersCloudVmClusterIormConfigCachDbPlan
- Db
Name string - Flash
Cache stringLimit - int
- Db
Name string - Flash
Cache stringLimit - int
- db
Name String - flash
Cache StringLimit - Integer
- db
Name string - flash
Cache stringLimit - number
- db_
name str - flash_
cache_ strlimit - int
- db
Name String - flash
Cache StringLimit - Number
GetCloudVmClustersFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi