1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. CloudCluster
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DatabaseManagement.CloudCluster

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This resource provides the Cloud Cluster resource in Oracle Cloud Infrastructure Database Management service.

    Updates the cloud cluster specified by cloudClusterId.

    Create CloudCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CloudCluster(name: string, args: CloudClusterArgs, opts?: CustomResourceOptions);
    @overload
    def CloudCluster(resource_name: str,
                     args: CloudClusterArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudCluster(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     cloud_cluster_id: Optional[str] = None,
                     cloud_connector_id: Optional[str] = None,
                     defined_tags: Optional[Mapping[str, str]] = None,
                     freeform_tags: Optional[Mapping[str, str]] = None)
    func NewCloudCluster(ctx *Context, name string, args CloudClusterArgs, opts ...ResourceOption) (*CloudCluster, error)
    public CloudCluster(string name, CloudClusterArgs args, CustomResourceOptions? opts = null)
    public CloudCluster(String name, CloudClusterArgs args)
    public CloudCluster(String name, CloudClusterArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseManagement:CloudCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cloudClusterResource = new Oci.DatabaseManagement.CloudCluster("cloudClusterResource", new()
    {
        CloudClusterId = "string",
        CloudConnectorId = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
        FreeformTags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := databasemanagement.NewCloudCluster(ctx, "cloudClusterResource", &databasemanagement.CloudClusterArgs{
    	CloudClusterId:   pulumi.String("string"),
    	CloudConnectorId: pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var cloudClusterResource = new CloudCluster("cloudClusterResource", CloudClusterArgs.builder()
        .cloudClusterId("string")
        .cloudConnectorId("string")
        .definedTags(Map.of("string", "string"))
        .freeformTags(Map.of("string", "string"))
        .build());
    
    cloud_cluster_resource = oci.databasemanagement.CloudCluster("cloudClusterResource",
        cloud_cluster_id="string",
        cloud_connector_id="string",
        defined_tags={
            "string": "string",
        },
        freeform_tags={
            "string": "string",
        })
    
    const cloudClusterResource = new oci.databasemanagement.CloudCluster("cloudClusterResource", {
        cloudClusterId: "string",
        cloudConnectorId: "string",
        definedTags: {
            string: "string",
        },
        freeformTags: {
            string: "string",
        },
    });
    
    type: oci:DatabaseManagement:CloudCluster
    properties:
        cloudClusterId: string
        cloudConnectorId: string
        definedTags:
            string: string
        freeformTags:
            string: string
    

    CloudCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CloudCluster resource accepts the following input properties:

    CloudClusterId string
    The OCID of the cloud cluster.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, string>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CloudClusterId string
    The OCID of the cloud cluster.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]string

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudClusterId String
    The OCID of the cloud cluster.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudClusterId string
    The OCID of the cloud cluster.
    cloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: string}

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloud_cluster_id str
    The OCID of the cloud cluster.
    cloud_connector_id str
    (Updatable) The OCID of the cloud connector.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, str]

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudClusterId String
    The OCID of the cloud cluster.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudCluster resource produces the following output properties:

    AdditionalDetails Dictionary<string, string>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud cluster.
    DbaasId string
    The OCID in DBaas service.
    DisplayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsFlexCluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    NetworkConfigurations List<CloudClusterNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    ScanConfigurations List<CloudClusterScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    State string
    The current lifecycle state of the cloud cluster.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud cluster was created.
    TimeUpdated string
    The date and time the cloud cluster was last updated.
    Version string
    The cluster version.
    VipConfigurations List<CloudClusterVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    AdditionalDetails map[string]string
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud cluster.
    DbaasId string
    The OCID in DBaas service.
    DisplayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsFlexCluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    NetworkConfigurations []CloudClusterNetworkConfiguration
    The list of network address configurations of the cloud cluster.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    ScanConfigurations []CloudClusterScanConfiguration
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    State string
    The current lifecycle state of the cloud cluster.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud cluster was created.
    TimeUpdated string
    The date and time the cloud cluster was last updated.
    Version string
    The cluster version.
    VipConfigurations []CloudClusterVipConfiguration
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails Map<String,String>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId String
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud cluster.
    dbaasId String
    The OCID in DBaas service.
    displayName String
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The provider-assigned unique ID for this managed resource.
    isFlexCluster Boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    networkConfigurations List<CloudClusterNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations List<CloudClusterScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state String
    The current lifecycle state of the cloud cluster.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud cluster was created.
    timeUpdated String
    The date and time the cloud cluster was last updated.
    version String
    The cluster version.
    vipConfigurations List<CloudClusterVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails {[key: string]: string}
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId string
    The OCID of the compartment.
    componentName string
    The name of the cloud cluster.
    dbaasId string
    The OCID in DBaas service.
    displayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    gridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    id string
    The provider-assigned unique ID for this managed resource.
    isFlexCluster boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    networkConfigurations CloudClusterNetworkConfiguration[]
    The list of network address configurations of the cloud cluster.
    ocrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations CloudClusterScanConfiguration[]
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state string
    The current lifecycle state of the cloud cluster.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the cloud cluster was created.
    timeUpdated string
    The date and time the cloud cluster was last updated.
    version string
    The cluster version.
    vipConfigurations CloudClusterVipConfiguration[]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additional_details Mapping[str, str]
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloud_db_system_id str
    The OCID of the cloud DB system that the cluster is a part of.
    compartment_id str
    The OCID of the compartment.
    component_name str
    The name of the cloud cluster.
    dbaas_id str
    The OCID in DBaas service.
    display_name str
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    grid_home str
    The directory in which Oracle Grid Infrastructure is installed.
    id str
    The provider-assigned unique ID for this managed resource.
    is_flex_cluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycle_details str
    Additional information about the current lifecycle state.
    network_configurations Sequence[CloudClusterNetworkConfiguration]
    The list of network address configurations of the cloud cluster.
    ocr_file_location str
    The location of the Oracle Cluster Registry (OCR).
    scan_configurations Sequence[CloudClusterScanConfiguration]
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state str
    The current lifecycle state of the cloud cluster.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the cloud cluster was created.
    time_updated str
    The date and time the cloud cluster was last updated.
    version str
    The cluster version.
    vip_configurations Sequence[CloudClusterVipConfiguration]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails Map<String>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId String
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud cluster.
    dbaasId String
    The OCID in DBaas service.
    displayName String
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The provider-assigned unique ID for this managed resource.
    isFlexCluster Boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    networkConfigurations List<Property Map>
    The list of network address configurations of the cloud cluster.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations List<Property Map>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state String
    The current lifecycle state of the cloud cluster.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud cluster was created.
    timeUpdated String
    The date and time the cloud cluster was last updated.
    version String
    The cluster version.
    vipConfigurations List<Property Map>
    The list of Virtual IP (VIP) configurations of the cloud cluster.

    Look up Existing CloudCluster Resource

    Get an existing CloudCluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudClusterState, opts?: CustomResourceOptions): CloudCluster
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            additional_details: Optional[Mapping[str, str]] = None,
            cloud_cluster_id: Optional[str] = None,
            cloud_connector_id: Optional[str] = None,
            cloud_db_system_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            component_name: Optional[str] = None,
            dbaas_id: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            grid_home: Optional[str] = None,
            is_flex_cluster: Optional[bool] = None,
            lifecycle_details: Optional[str] = None,
            network_configurations: Optional[Sequence[CloudClusterNetworkConfigurationArgs]] = None,
            ocr_file_location: Optional[str] = None,
            scan_configurations: Optional[Sequence[CloudClusterScanConfigurationArgs]] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None,
            version: Optional[str] = None,
            vip_configurations: Optional[Sequence[CloudClusterVipConfigurationArgs]] = None) -> CloudCluster
    func GetCloudCluster(ctx *Context, name string, id IDInput, state *CloudClusterState, opts ...ResourceOption) (*CloudCluster, error)
    public static CloudCluster Get(string name, Input<string> id, CloudClusterState? state, CustomResourceOptions? opts = null)
    public static CloudCluster get(String name, Output<String> id, CloudClusterState state, CustomResourceOptions options)
    resources:  _:    type: oci:DatabaseManagement:CloudCluster    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdditionalDetails Dictionary<string, string>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudClusterId string
    The OCID of the cloud cluster.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    CloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud cluster.
    DbaasId string
    The OCID in DBaas service.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    FreeformTags Dictionary<string, string>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    IsFlexCluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    NetworkConfigurations List<CloudClusterNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    ScanConfigurations List<CloudClusterScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    State string
    The current lifecycle state of the cloud cluster.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud cluster was created.
    TimeUpdated string
    The date and time the cloud cluster was last updated.
    Version string
    The cluster version.
    VipConfigurations List<CloudClusterVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    AdditionalDetails map[string]string
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudClusterId string
    The OCID of the cloud cluster.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    CloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud cluster.
    DbaasId string
    The OCID in DBaas service.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    FreeformTags map[string]string

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    IsFlexCluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    NetworkConfigurations []CloudClusterNetworkConfigurationArgs
    The list of network address configurations of the cloud cluster.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    ScanConfigurations []CloudClusterScanConfigurationArgs
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    State string
    The current lifecycle state of the cloud cluster.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud cluster was created.
    TimeUpdated string
    The date and time the cloud cluster was last updated.
    Version string
    The cluster version.
    VipConfigurations []CloudClusterVipConfigurationArgs
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails Map<String,String>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudClusterId String
    The OCID of the cloud cluster.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    cloudDbSystemId String
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud cluster.
    dbaasId String
    The OCID in DBaas service.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    freeformTags Map<String,String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    isFlexCluster Boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    networkConfigurations List<CloudClusterNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations List<CloudClusterScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state String
    The current lifecycle state of the cloud cluster.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud cluster was created.
    timeUpdated String
    The date and time the cloud cluster was last updated.
    version String
    The cluster version.
    vipConfigurations List<CloudClusterVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails {[key: string]: string}
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudClusterId string
    The OCID of the cloud cluster.
    cloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    cloudDbSystemId string
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId string
    The OCID of the compartment.
    componentName string
    The name of the cloud cluster.
    dbaasId string
    The OCID in DBaas service.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    freeformTags {[key: string]: string}

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    gridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    isFlexCluster boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    networkConfigurations CloudClusterNetworkConfiguration[]
    The list of network address configurations of the cloud cluster.
    ocrFileLocation string
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations CloudClusterScanConfiguration[]
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state string
    The current lifecycle state of the cloud cluster.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the cloud cluster was created.
    timeUpdated string
    The date and time the cloud cluster was last updated.
    version string
    The cluster version.
    vipConfigurations CloudClusterVipConfiguration[]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additional_details Mapping[str, str]
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloud_cluster_id str
    The OCID of the cloud cluster.
    cloud_connector_id str
    (Updatable) The OCID of the cloud connector.
    cloud_db_system_id str
    The OCID of the cloud DB system that the cluster is a part of.
    compartment_id str
    The OCID of the compartment.
    component_name str
    The name of the cloud cluster.
    dbaas_id str
    The OCID in DBaas service.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    freeform_tags Mapping[str, str]

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    grid_home str
    The directory in which Oracle Grid Infrastructure is installed.
    is_flex_cluster bool
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycle_details str
    Additional information about the current lifecycle state.
    network_configurations Sequence[CloudClusterNetworkConfigurationArgs]
    The list of network address configurations of the cloud cluster.
    ocr_file_location str
    The location of the Oracle Cluster Registry (OCR).
    scan_configurations Sequence[CloudClusterScanConfigurationArgs]
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state str
    The current lifecycle state of the cloud cluster.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the cloud cluster was created.
    time_updated str
    The date and time the cloud cluster was last updated.
    version str
    The cluster version.
    vip_configurations Sequence[CloudClusterVipConfigurationArgs]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    additionalDetails Map<String>
    The additional details of the cloud cluster defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudClusterId String
    The OCID of the cloud cluster.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    cloudDbSystemId String
    The OCID of the cloud DB system that the cluster is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud cluster.
    dbaasId String
    The OCID in DBaas service.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    The user-friendly name for the cloud cluster. The name does not have to be unique.
    freeformTags Map<String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    isFlexCluster Boolean
    Indicates whether the cluster is Oracle Flex Cluster or not.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    networkConfigurations List<Property Map>
    The list of network address configurations of the cloud cluster.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR).
    scanConfigurations List<Property Map>
    The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
    state String
    The current lifecycle state of the cloud cluster.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud cluster was created.
    timeUpdated String
    The date and time the cloud cluster was last updated.
    version String
    The cluster version.
    vipConfigurations List<Property Map>
    The list of Virtual IP (VIP) configurations of the cloud cluster.

    Supporting Types

    CloudClusterNetworkConfiguration, CloudClusterNetworkConfigurationArgs

    NetworkNumber int
    The network number from which VIPs are obtained.
    NetworkType string
    The network type.
    Subnet string
    The subnet for the network.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NetworkType string
    The network type.
    Subnet string
    The subnet for the network.
    networkNumber Integer
    The network number from which VIPs are obtained.
    networkType String
    The network type.
    subnet String
    The subnet for the network.
    networkNumber number
    The network number from which VIPs are obtained.
    networkType string
    The network type.
    subnet string
    The subnet for the network.
    network_number int
    The network number from which VIPs are obtained.
    network_type str
    The network type.
    subnet str
    The subnet for the network.
    networkNumber Number
    The network number from which VIPs are obtained.
    networkType String
    The network type.
    subnet String
    The subnet for the network.

    CloudClusterScanConfiguration, CloudClusterScanConfigurationArgs

    NetworkNumber int
    The network number from which VIPs are obtained.
    ScanName string
    The name of the SCAN listener.
    ScanPort int
    The port number of the SCAN listener.
    ScanProtocol string
    The protocol of the SCAN listener.
    NetworkNumber int
    The network number from which VIPs are obtained.
    ScanName string
    The name of the SCAN listener.
    ScanPort int
    The port number of the SCAN listener.
    ScanProtocol string
    The protocol of the SCAN listener.
    networkNumber Integer
    The network number from which VIPs are obtained.
    scanName String
    The name of the SCAN listener.
    scanPort Integer
    The port number of the SCAN listener.
    scanProtocol String
    The protocol of the SCAN listener.
    networkNumber number
    The network number from which VIPs are obtained.
    scanName string
    The name of the SCAN listener.
    scanPort number
    The port number of the SCAN listener.
    scanProtocol string
    The protocol of the SCAN listener.
    network_number int
    The network number from which VIPs are obtained.
    scan_name str
    The name of the SCAN listener.
    scan_port int
    The port number of the SCAN listener.
    scan_protocol str
    The protocol of the SCAN listener.
    networkNumber Number
    The network number from which VIPs are obtained.
    scanName String
    The name of the SCAN listener.
    scanPort Number
    The port number of the SCAN listener.
    scanProtocol String
    The protocol of the SCAN listener.

    CloudClusterVipConfiguration, CloudClusterVipConfigurationArgs

    Address string
    The VIP name or IP address.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NodeName string
    The name of the node with the VIP.
    Address string
    The VIP name or IP address.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NodeName string
    The name of the node with the VIP.
    address String
    The VIP name or IP address.
    networkNumber Integer
    The network number from which VIPs are obtained.
    nodeName String
    The name of the node with the VIP.
    address string
    The VIP name or IP address.
    networkNumber number
    The network number from which VIPs are obtained.
    nodeName string
    The name of the node with the VIP.
    address str
    The VIP name or IP address.
    network_number int
    The network number from which VIPs are obtained.
    node_name str
    The name of the node with the VIP.
    address String
    The VIP name or IP address.
    networkNumber Number
    The network number from which VIPs are obtained.
    nodeName String
    The name of the node with the VIP.

    Import

    CloudClusters can be imported using the id, e.g.

    $ pulumi import oci:DatabaseManagement/cloudCluster:CloudCluster test_cloud_cluster "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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 v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi