1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getVmCluster
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Database.getVmCluster

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides details about a specific Vm Cluster resource in Oracle Cloud Infrastructure Database service.

    Gets information about the VM cluster. Applies to Exadata Cloud@Customer instances only.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVmCluster = oci.Database.getVmCluster({
        vmClusterId: oci_database_vm_cluster.test_vm_cluster.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_vm_cluster = oci.Database.get_vm_cluster(vm_cluster_id=oci_database_vm_cluster["test_vm_cluster"]["id"])
    
    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.GetVmCluster(ctx, &database.GetVmClusterArgs{
    			VmClusterId: oci_database_vm_cluster.Test_vm_cluster.Id,
    		}, 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 testVmCluster = Oci.Database.GetVmCluster.Invoke(new()
        {
            VmClusterId = oci_database_vm_cluster.Test_vm_cluster.Id,
        });
    
    });
    
    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.GetVmClusterArgs;
    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 testVmCluster = DatabaseFunctions.getVmCluster(GetVmClusterArgs.builder()
                .vmClusterId(oci_database_vm_cluster.test_vm_cluster().id())
                .build());
    
        }
    }
    
    variables:
      testVmCluster:
        fn::invoke:
          Function: oci:Database:getVmCluster
          Arguments:
            vmClusterId: ${oci_database_vm_cluster.test_vm_cluster.id}
    

    Using getVmCluster

    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 getVmCluster(args: GetVmClusterArgs, opts?: InvokeOptions): Promise<GetVmClusterResult>
    function getVmClusterOutput(args: GetVmClusterOutputArgs, opts?: InvokeOptions): Output<GetVmClusterResult>
    def get_vm_cluster(vm_cluster_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetVmClusterResult
    def get_vm_cluster_output(vm_cluster_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetVmClusterResult]
    func GetVmCluster(ctx *Context, args *GetVmClusterArgs, opts ...InvokeOption) (*GetVmClusterResult, error)
    func GetVmClusterOutput(ctx *Context, args *GetVmClusterOutputArgs, opts ...InvokeOption) GetVmClusterResultOutput

    > Note: This function is named GetVmCluster in the Go SDK.

    public static class GetVmCluster 
    {
        public static Task<GetVmClusterResult> InvokeAsync(GetVmClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetVmClusterResult> Invoke(GetVmClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVmClusterResult> getVmCluster(GetVmClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Database/getVmCluster:getVmCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VmClusterId string
    The VM cluster OCID.
    VmClusterId string
    The VM cluster OCID.
    vmClusterId String
    The VM cluster OCID.
    vmClusterId string
    The VM cluster OCID.
    vm_cluster_id str
    The VM cluster OCID.
    vmClusterId String
    The VM cluster OCID.

    getVmCluster Result

    The following output properties are available:

    AvailabilityDomain string
    The name of the availability domain that the VM cluster is located in.
    CompartmentId string
    The OCID of the compartment.
    CpuCoreCount int
    CpusEnabled int
    The number of enabled CPU cores.
    DataCollectionOptions List<GetVmClusterDataCollectionOption>
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    DataStorageSizeInGb double
    Size of the DATA disk group in GBs.
    DataStorageSizeInTbs double
    Size, in terabytes, of the DATA disk group.
    DbNodeStorageSizeInGbs int
    The local node storage allocated in GBs.
    DbServers List<string>
    The list of Db server.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisplayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    ExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    FreeformTags 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"}
    GiVersion string
    The Oracle Grid Infrastructure software version for the VM cluster.
    Id string
    The OCID of the VM cluster.
    IsLocalBackupEnabled bool
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    IsSparseDiskgroupEnabled bool
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    LastPatchHistoryEntryId string
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    LicenseModel string
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs int
    The memory allocated in GBs.
    OcpuCount double
    OcpusEnabled double
    Shape string
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    SshPublicKeys List<string>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    State string
    The current state of the VM cluster.
    SystemVersion string
    Operating system version of the image.
    TimeCreated string
    The date and time that the VM cluster was created.
    TimeZone string
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    VmClusterId string
    VmClusterNetworkId string
    The OCID of the VM cluster network.
    AvailabilityDomain string
    The name of the availability domain that the VM cluster is located in.
    CompartmentId string
    The OCID of the compartment.
    CpuCoreCount int
    CpusEnabled int
    The number of enabled CPU cores.
    DataCollectionOptions []GetVmClusterDataCollectionOption
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    DataStorageSizeInGb float64
    Size of the DATA disk group in GBs.
    DataStorageSizeInTbs float64
    Size, in terabytes, of the DATA disk group.
    DbNodeStorageSizeInGbs int
    The local node storage allocated in GBs.
    DbServers []string
    The list of Db server.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisplayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    ExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    FreeformTags 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"}
    GiVersion string
    The Oracle Grid Infrastructure software version for the VM cluster.
    Id string
    The OCID of the VM cluster.
    IsLocalBackupEnabled bool
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    IsSparseDiskgroupEnabled bool
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    LastPatchHistoryEntryId string
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    LicenseModel string
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs int
    The memory allocated in GBs.
    OcpuCount float64
    OcpusEnabled float64
    Shape string
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    SshPublicKeys []string
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    State string
    The current state of the VM cluster.
    SystemVersion string
    Operating system version of the image.
    TimeCreated string
    The date and time that the VM cluster was created.
    TimeZone string
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    VmClusterId string
    VmClusterNetworkId string
    The OCID of the VM cluster network.
    availabilityDomain String
    The name of the availability domain that the VM cluster is located in.
    compartmentId String
    The OCID of the compartment.
    cpuCoreCount Integer
    cpusEnabled Integer
    The number of enabled CPU cores.
    dataCollectionOptions List<GetVmClusterDataCollectionOption>
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    dataStorageSizeInGb Double
    Size of the DATA disk group in GBs.
    dataStorageSizeInTbs Double
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeInGbs Integer
    The local node storage allocated in GBs.
    dbServers List<String>
    The list of Db server.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName String
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    exadataInfrastructureId String
    The OCID of the Exadata infrastructure.
    freeformTags 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"}
    giVersion String
    The Oracle Grid Infrastructure software version for the VM cluster.
    id String
    The OCID of the VM cluster.
    isLocalBackupEnabled Boolean
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    isSparseDiskgroupEnabled Boolean
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    lastPatchHistoryEntryId String
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    licenseModel String
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Integer
    The memory allocated in GBs.
    ocpuCount Double
    ocpusEnabled Double
    shape String
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    state String
    The current state of the VM cluster.
    systemVersion String
    Operating system version of the image.
    timeCreated String
    The date and time that the VM cluster was created.
    timeZone String
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    vmClusterId String
    vmClusterNetworkId String
    The OCID of the VM cluster network.
    availabilityDomain string
    The name of the availability domain that the VM cluster is located in.
    compartmentId string
    The OCID of the compartment.
    cpuCoreCount number
    cpusEnabled number
    The number of enabled CPU cores.
    dataCollectionOptions GetVmClusterDataCollectionOption[]
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    dataStorageSizeInGb number
    Size of the DATA disk group in GBs.
    dataStorageSizeInTbs number
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeInGbs number
    The local node storage allocated in GBs.
    dbServers string[]
    The list of Db server.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName string
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    exadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    freeformTags {[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"}
    giVersion string
    The Oracle Grid Infrastructure software version for the VM cluster.
    id string
    The OCID of the VM cluster.
    isLocalBackupEnabled boolean
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    isSparseDiskgroupEnabled boolean
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    lastPatchHistoryEntryId string
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    licenseModel string
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    memorySizeInGbs number
    The memory allocated in GBs.
    ocpuCount number
    ocpusEnabled number
    shape string
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    sshPublicKeys string[]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    state string
    The current state of the VM cluster.
    systemVersion string
    Operating system version of the image.
    timeCreated string
    The date and time that the VM cluster was created.
    timeZone string
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    vmClusterId string
    vmClusterNetworkId string
    The OCID of the VM cluster network.
    availability_domain str
    The name of the availability domain that the VM cluster is located in.
    compartment_id str
    The OCID of the compartment.
    cpu_core_count int
    cpus_enabled int
    The number of enabled CPU cores.
    data_collection_options Sequence[database.GetVmClusterDataCollectionOption]
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    data_storage_size_in_gb float
    Size of the DATA disk group in GBs.
    data_storage_size_in_tbs float
    Size, in terabytes, of the DATA disk group.
    db_node_storage_size_in_gbs int
    The local node storage allocated in GBs.
    db_servers Sequence[str]
    The list of Db server.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    display_name str
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    exadata_infrastructure_id str
    The OCID of the Exadata infrastructure.
    freeform_tags 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
    The Oracle Grid Infrastructure software version for the VM cluster.
    id str
    The OCID of the VM cluster.
    is_local_backup_enabled bool
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    is_sparse_diskgroup_enabled bool
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    last_patch_history_entry_id str
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    license_model str
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    lifecycle_details str
    Additional information about the current lifecycle state.
    memory_size_in_gbs int
    The memory allocated in GBs.
    ocpu_count float
    ocpus_enabled float
    shape str
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    ssh_public_keys Sequence[str]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    state str
    The current state of the VM cluster.
    system_version str
    Operating system version of the image.
    time_created str
    The date and time that the VM cluster was created.
    time_zone str
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    vm_cluster_id str
    vm_cluster_network_id str
    The OCID of the VM cluster network.
    availabilityDomain String
    The name of the availability domain that the VM cluster is located in.
    compartmentId String
    The OCID of the compartment.
    cpuCoreCount Number
    cpusEnabled Number
    The number of enabled CPU cores.
    dataCollectionOptions List<Property Map>
    Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
    dataStorageSizeInGb Number
    Size of the DATA disk group in GBs.
    dataStorageSizeInTbs Number
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeInGbs Number
    The local node storage allocated in GBs.
    dbServers List<String>
    The list of Db server.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    displayName String
    The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.
    exadataInfrastructureId String
    The OCID of the Exadata infrastructure.
    freeformTags 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"}
    giVersion String
    The Oracle Grid Infrastructure software version for the VM cluster.
    id String
    The OCID of the VM cluster.
    isLocalBackupEnabled Boolean
    If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.
    isSparseDiskgroupEnabled Boolean
    If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.
    lastPatchHistoryEntryId String
    The OCID of the last patch history. This value is updated as soon as a patch operation starts.
    licenseModel String
    The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Number
    The memory allocated in GBs.
    ocpuCount Number
    ocpusEnabled Number
    shape String
    The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    state String
    The current state of the VM cluster.
    systemVersion String
    Operating system version of the image.
    timeCreated String
    The date and time that the VM cluster was created.
    timeZone String
    The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
    vmClusterId String
    vmClusterNetworkId String
    The OCID of the VM cluster network.

    Supporting Types

    GetVmClusterDataCollectionOption

    IsDiagnosticsEventsEnabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    IsHealthMonitoringEnabled bool
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    IsIncidentLogsEnabled bool
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.
    IsDiagnosticsEventsEnabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    IsHealthMonitoringEnabled bool
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    IsIncidentLogsEnabled bool
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.
    isDiagnosticsEventsEnabled Boolean
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    isHealthMonitoringEnabled Boolean
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    isIncidentLogsEnabled Boolean
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.
    isDiagnosticsEventsEnabled boolean
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    isHealthMonitoringEnabled boolean
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    isIncidentLogsEnabled boolean
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.
    is_diagnostics_events_enabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    is_health_monitoring_enabled bool
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    is_incident_logs_enabled bool
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.
    isDiagnosticsEventsEnabled Boolean
    Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the UpdateVmCluster or updateCloudVmCluster API.
    isHealthMonitoringEnabled Boolean
    Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the UpdateVmCluster, UpdateCloudVmCluster or updateDbsystem API.
    isIncidentLogsEnabled Boolean
    Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the UpdateVmCluster, updateCloudVmCluster or updateDbsystem API.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi