oci.DatabaseManagement.ExternalCluster
Explore with Pulumi AI
This resource provides the External Cluster resource in Oracle Cloud Infrastructure Database Management service.
Updates the external cluster specified by externalClusterId.
Create ExternalCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalCluster(name: string, args: ExternalClusterArgs, opts?: CustomResourceOptions);@overload
def ExternalCluster(resource_name: str,
                    args: ExternalClusterArgs,
                    opts: Optional[ResourceOptions] = None)
@overload
def ExternalCluster(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    external_cluster_id: Optional[str] = None,
                    defined_tags: Optional[Mapping[str, str]] = None,
                    external_connector_id: Optional[str] = None,
                    freeform_tags: Optional[Mapping[str, str]] = None)func NewExternalCluster(ctx *Context, name string, args ExternalClusterArgs, opts ...ResourceOption) (*ExternalCluster, error)public ExternalCluster(string name, ExternalClusterArgs args, CustomResourceOptions? opts = null)
public ExternalCluster(String name, ExternalClusterArgs args)
public ExternalCluster(String name, ExternalClusterArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalCluster
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 ExternalClusterArgs
- 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 ExternalClusterArgs
- 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 ExternalClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalClusterArgs
- 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 externalClusterResource = new Oci.DatabaseManagement.ExternalCluster("externalClusterResource", new()
{
    ExternalClusterId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    ExternalConnectorId = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
});
example, err := databasemanagement.NewExternalCluster(ctx, "externalClusterResource", &databasemanagement.ExternalClusterArgs{
	ExternalClusterId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	ExternalConnectorId: pulumi.String("string"),
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var externalClusterResource = new ExternalCluster("externalClusterResource", ExternalClusterArgs.builder()
    .externalClusterId("string")
    .definedTags(Map.of("string", "string"))
    .externalConnectorId("string")
    .freeformTags(Map.of("string", "string"))
    .build());
external_cluster_resource = oci.database_management.ExternalCluster("externalClusterResource",
    external_cluster_id="string",
    defined_tags={
        "string": "string",
    },
    external_connector_id="string",
    freeform_tags={
        "string": "string",
    })
const externalClusterResource = new oci.databasemanagement.ExternalCluster("externalClusterResource", {
    externalClusterId: "string",
    definedTags: {
        string: "string",
    },
    externalConnectorId: "string",
    freeformTags: {
        string: "string",
    },
});
type: oci:DatabaseManagement:ExternalCluster
properties:
    definedTags:
        string: string
    externalClusterId: string
    externalConnectorId: string
    freeformTags:
        string: string
ExternalCluster 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 ExternalCluster resource accepts the following input properties:
- ExternalCluster stringId 
- The OCID of the external cluster.
- 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"}
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- 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 
- ExternalCluster stringId 
- The OCID of the external cluster.
- 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"}
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- 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 
- externalCluster StringId 
- The OCID of the external cluster.
- 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"}
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- 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 
- externalCluster stringId 
- The OCID of the external cluster.
- {[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"}
- externalConnector stringId 
- (Updatable) The OCID of the external connector.
- {[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 
- external_cluster_ strid 
- The OCID of the external cluster.
- 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"}
- external_connector_ strid 
- (Updatable) The OCID of the external connector.
- 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 
- externalCluster StringId 
- The OCID of the external cluster.
- 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"}
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- 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 ExternalCluster resource produces the following output properties:
- AdditionalDetails Dictionary<string, string>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- CompartmentId string
- The OCID of the compartment.
- ComponentName string
- The name of the external cluster.
- DisplayName string
- The user-friendly name for the external cluster. The name does not have to be unique.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- GridHome string
- The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsFlex boolCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NetworkConfigurations List<ExternalCluster Network Configuration> 
- The list of network address configurations of the external cluster.
- OcrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- ScanConfigurations List<ExternalCluster Scan Configuration> 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- State string
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- TimeUpdated string
- The date and time the external cluster was last updated.
- Version string
- The cluster version.
- VipConfigurations List<ExternalCluster Vip Configuration> 
- The list of Virtual IP (VIP) configurations of the external cluster.
- AdditionalDetails map[string]string
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- CompartmentId string
- The OCID of the compartment.
- ComponentName string
- The name of the external cluster.
- DisplayName string
- The user-friendly name for the external cluster. The name does not have to be unique.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- GridHome string
- The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsFlex boolCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NetworkConfigurations []ExternalCluster Network Configuration 
- The list of network address configurations of the external cluster.
- OcrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- ScanConfigurations []ExternalCluster Scan Configuration 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- State string
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- TimeUpdated string
- The date and time the external cluster was last updated.
- Version string
- The cluster version.
- VipConfigurations []ExternalCluster Vip Configuration 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails Map<String,String>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId String
- The OCID of the compartment.
- componentName String
- The name of the external cluster.
- displayName String
- The user-friendly name for the external cluster. The name does not have to be unique.
- externalDb StringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- gridHome String
- The directory in which Oracle Grid Infrastructure is installed.
- id String
- The provider-assigned unique ID for this managed resource.
- isFlex BooleanCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- networkConfigurations List<ExternalCluster Network Configuration> 
- The list of network address configurations of the external cluster.
- ocrFile StringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations List<ExternalCluster Scan Configuration> 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state String
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- timeUpdated String
- The date and time the external cluster was last updated.
- version String
- The cluster version.
- vipConfigurations List<ExternalCluster Vip Configuration> 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails {[key: string]: string}
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId string
- The OCID of the compartment.
- componentName string
- The name of the external cluster.
- displayName string
- The user-friendly name for the external cluster. The name does not have to be unique.
- externalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- gridHome string
- The directory in which Oracle Grid Infrastructure is installed.
- id string
- The provider-assigned unique ID for this managed resource.
- isFlex booleanCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- networkConfigurations ExternalCluster Network Configuration[] 
- The list of network address configurations of the external cluster.
- ocrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations ExternalCluster Scan Configuration[] 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state string
- The current lifecycle state of the external cluster.
- {[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 external cluster was created.
- timeUpdated string
- The date and time the external cluster was last updated.
- version string
- The cluster version.
- vipConfigurations ExternalCluster Vip Configuration[] 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additional_details Mapping[str, str]
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartment_id str
- The OCID of the compartment.
- component_name str
- The name of the external cluster.
- display_name str
- The user-friendly name for the external cluster. The name does not have to be unique.
- external_db_ strsystem_ id 
- The OCID of the external DB system that the cluster is a part of.
- 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_ boolcluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycle_details str
- Additional information about the current lifecycle state.
- network_configurations Sequence[ExternalCluster Network Configuration] 
- The list of network address configurations of the external cluster.
- ocr_file_ strlocation 
- The location of the Oracle Cluster Registry (OCR).
- scan_configurations Sequence[ExternalCluster Scan Configuration] 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state str
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- time_updated str
- The date and time the external cluster was last updated.
- version str
- The cluster version.
- vip_configurations Sequence[ExternalCluster Vip Configuration] 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails Map<String>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId String
- The OCID of the compartment.
- componentName String
- The name of the external cluster.
- displayName String
- The user-friendly name for the external cluster. The name does not have to be unique.
- externalDb StringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- gridHome String
- The directory in which Oracle Grid Infrastructure is installed.
- id String
- The provider-assigned unique ID for this managed resource.
- isFlex BooleanCluster 
- 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 external cluster.
- ocrFile StringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations List<Property Map>
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state String
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- timeUpdated String
- The date and time the external cluster was last updated.
- version String
- The cluster version.
- vipConfigurations List<Property Map>
- The list of Virtual IP (VIP) configurations of the external cluster.
Look up Existing ExternalCluster Resource
Get an existing ExternalCluster 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?: ExternalClusterState, opts?: CustomResourceOptions): ExternalCluster@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        additional_details: Optional[Mapping[str, str]] = None,
        compartment_id: Optional[str] = None,
        component_name: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        display_name: Optional[str] = None,
        external_cluster_id: Optional[str] = None,
        external_connector_id: Optional[str] = None,
        external_db_system_id: 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[ExternalClusterNetworkConfigurationArgs]] = None,
        ocr_file_location: Optional[str] = None,
        scan_configurations: Optional[Sequence[ExternalClusterScanConfigurationArgs]] = 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[ExternalClusterVipConfigurationArgs]] = None) -> ExternalClusterfunc GetExternalCluster(ctx *Context, name string, id IDInput, state *ExternalClusterState, opts ...ResourceOption) (*ExternalCluster, error)public static ExternalCluster Get(string name, Input<string> id, ExternalClusterState? state, CustomResourceOptions? opts = null)public static ExternalCluster get(String name, Output<String> id, ExternalClusterState state, CustomResourceOptions options)resources:  _:    type: oci:DatabaseManagement:ExternalCluster    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.
- AdditionalDetails Dictionary<string, string>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- CompartmentId string
- The OCID of the compartment.
- ComponentName string
- The name of the external cluster.
- 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 external cluster. The name does not have to be unique.
- ExternalCluster stringId 
- The OCID of the external cluster.
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- 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.
- IsFlex boolCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NetworkConfigurations List<ExternalCluster Network Configuration> 
- The list of network address configurations of the external cluster.
- OcrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- ScanConfigurations List<ExternalCluster Scan Configuration> 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- State string
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- TimeUpdated string
- The date and time the external cluster was last updated.
- Version string
- The cluster version.
- VipConfigurations List<ExternalCluster Vip Configuration> 
- The list of Virtual IP (VIP) configurations of the external cluster.
- AdditionalDetails map[string]string
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- CompartmentId string
- The OCID of the compartment.
- ComponentName string
- The name of the external cluster.
- 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 external cluster. The name does not have to be unique.
- ExternalCluster stringId 
- The OCID of the external cluster.
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- 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.
- IsFlex boolCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NetworkConfigurations []ExternalCluster Network Configuration Args 
- The list of network address configurations of the external cluster.
- OcrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- ScanConfigurations []ExternalCluster Scan Configuration Args 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- State string
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- TimeUpdated string
- The date and time the external cluster was last updated.
- Version string
- The cluster version.
- VipConfigurations []ExternalCluster Vip Configuration Args 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails Map<String,String>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId String
- The OCID of the compartment.
- componentName String
- The name of the external cluster.
- 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 external cluster. The name does not have to be unique.
- externalCluster StringId 
- The OCID of the external cluster.
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- externalDb StringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- 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.
- isFlex BooleanCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- networkConfigurations List<ExternalCluster Network Configuration> 
- The list of network address configurations of the external cluster.
- ocrFile StringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations List<ExternalCluster Scan Configuration> 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state String
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- timeUpdated String
- The date and time the external cluster was last updated.
- version String
- The cluster version.
- vipConfigurations List<ExternalCluster Vip Configuration> 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails {[key: string]: string}
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId string
- The OCID of the compartment.
- componentName string
- The name of the external cluster.
- {[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 external cluster. The name does not have to be unique.
- externalCluster stringId 
- The OCID of the external cluster.
- externalConnector stringId 
- (Updatable) The OCID of the external connector.
- externalDb stringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- {[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.
- isFlex booleanCluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- networkConfigurations ExternalCluster Network Configuration[] 
- The list of network address configurations of the external cluster.
- ocrFile stringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations ExternalCluster Scan Configuration[] 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state string
- The current lifecycle state of the external cluster.
- {[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 external cluster was created.
- timeUpdated string
- The date and time the external cluster was last updated.
- version string
- The cluster version.
- vipConfigurations ExternalCluster Vip Configuration[] 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additional_details Mapping[str, str]
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartment_id str
- The OCID of the compartment.
- component_name str
- The name of the external cluster.
- 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 external cluster. The name does not have to be unique.
- external_cluster_ strid 
- The OCID of the external cluster.
- external_connector_ strid 
- (Updatable) The OCID of the external connector.
- external_db_ strsystem_ id 
- The OCID of the external DB system that the cluster is a part of.
- 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_ boolcluster 
- Indicates whether the cluster is Oracle Flex Cluster or not.
- lifecycle_details str
- Additional information about the current lifecycle state.
- network_configurations Sequence[ExternalCluster Network Configuration Args] 
- The list of network address configurations of the external cluster.
- ocr_file_ strlocation 
- The location of the Oracle Cluster Registry (OCR).
- scan_configurations Sequence[ExternalCluster Scan Configuration Args] 
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state str
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- time_updated str
- The date and time the external cluster was last updated.
- version str
- The cluster version.
- vip_configurations Sequence[ExternalCluster Vip Configuration Args] 
- The list of Virtual IP (VIP) configurations of the external cluster.
- additionalDetails Map<String>
- The additional details of the external cluster defined in {"key": "value"}format. Example:{"bar-key": "value"}
- compartmentId String
- The OCID of the compartment.
- componentName String
- The name of the external cluster.
- 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 external cluster. The name does not have to be unique.
- externalCluster StringId 
- The OCID of the external cluster.
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- externalDb StringSystem Id 
- The OCID of the external DB system that the cluster is a part of.
- 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.
- isFlex BooleanCluster 
- 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 external cluster.
- ocrFile StringLocation 
- The location of the Oracle Cluster Registry (OCR).
- scanConfigurations List<Property Map>
- The list of Single Client Access Name (SCAN) configurations of the external cluster.
- state String
- The current lifecycle state of the external cluster.
- 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 external cluster was created.
- timeUpdated String
- The date and time the external cluster was last updated.
- version String
- The cluster version.
- vipConfigurations List<Property Map>
- The list of Virtual IP (VIP) configurations of the external cluster.
Supporting Types
ExternalClusterNetworkConfiguration, ExternalClusterNetworkConfigurationArgs        
- 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.
ExternalClusterScanConfiguration, ExternalClusterScanConfigurationArgs        
- 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.
ExternalClusterVipConfiguration, ExternalClusterVipConfigurationArgs        
- 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
ExternalClusters can be imported using the id, e.g.
$ pulumi import oci:DatabaseManagement/externalCluster:ExternalCluster test_external_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 ociTerraform Provider.