oci.DatabaseManagement.ExternalClusterInstance
Explore with Pulumi AI
This resource provides the External Cluster Instance resource in Oracle Cloud Infrastructure Database Management service.
Updates the external cluster instance specified by externalClusterInstanceId
.
Create ExternalClusterInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalClusterInstance(name: string, args: ExternalClusterInstanceArgs, opts?: CustomResourceOptions);
@overload
def ExternalClusterInstance(resource_name: str,
args: ExternalClusterInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExternalClusterInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
external_cluster_instance_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 NewExternalClusterInstance(ctx *Context, name string, args ExternalClusterInstanceArgs, opts ...ResourceOption) (*ExternalClusterInstance, error)
public ExternalClusterInstance(string name, ExternalClusterInstanceArgs args, CustomResourceOptions? opts = null)
public ExternalClusterInstance(String name, ExternalClusterInstanceArgs args)
public ExternalClusterInstance(String name, ExternalClusterInstanceArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalClusterInstance
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 ExternalClusterInstanceArgs
- 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 ExternalClusterInstanceArgs
- 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 ExternalClusterInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalClusterInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalClusterInstanceArgs
- 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 externalClusterInstanceResource = new Oci.DatabaseManagement.ExternalClusterInstance("externalClusterInstanceResource", new()
{
ExternalClusterInstanceId = "string",
DefinedTags =
{
{ "string", "string" },
},
ExternalConnectorId = "string",
FreeformTags =
{
{ "string", "string" },
},
});
example, err := DatabaseManagement.NewExternalClusterInstance(ctx, "externalClusterInstanceResource", &DatabaseManagement.ExternalClusterInstanceArgs{
ExternalClusterInstanceId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
ExternalConnectorId: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var externalClusterInstanceResource = new ExternalClusterInstance("externalClusterInstanceResource", ExternalClusterInstanceArgs.builder()
.externalClusterInstanceId("string")
.definedTags(Map.of("string", "string"))
.externalConnectorId("string")
.freeformTags(Map.of("string", "string"))
.build());
external_cluster_instance_resource = oci.database_management.ExternalClusterInstance("externalClusterInstanceResource",
external_cluster_instance_id="string",
defined_tags={
"string": "string",
},
external_connector_id="string",
freeform_tags={
"string": "string",
})
const externalClusterInstanceResource = new oci.databasemanagement.ExternalClusterInstance("externalClusterInstanceResource", {
externalClusterInstanceId: "string",
definedTags: {
string: "string",
},
externalConnectorId: "string",
freeformTags: {
string: "string",
},
});
type: oci:DatabaseManagement:ExternalClusterInstance
properties:
definedTags:
string: string
externalClusterInstanceId: string
externalConnectorId: string
freeformTags:
string: string
ExternalClusterInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ExternalClusterInstance resource accepts the following input properties:
- External
Cluster stringInstance Id - The OCID of the external cluster instance.
- 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"}
- External
Connector 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
- External
Cluster stringInstance Id - The OCID of the external cluster instance.
- 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"}
- External
Connector 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
- external
Cluster StringInstance Id - The OCID of the external cluster instance.
- 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"}
- external
Connector 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
- external
Cluster stringInstance Id - The OCID of the external cluster instance.
- {[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"}
- external
Connector 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_ strinstance_ id - The OCID of the external cluster instance.
- 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
- external
Cluster StringInstance Id - The OCID of the external cluster instance.
- 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"}
- external
Connector 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 ExternalClusterInstance resource produces the following output properties:
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the external cluster instance.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- External
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the cluster instance is a part of.
- Host
Name string - The name of the host on which the cluster instance is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Node
Role string - The role of the cluster node.
- State string
- The current lifecycle state of the external cluster instance.
- 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"}
- Time
Created string - The date and time the external cluster instance was created.
- Time
Updated string - The date and time the external cluster instance was last updated.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the external cluster instance.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- External
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the cluster instance is a part of.
- Host
Name string - The name of the host on which the cluster instance is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Node
Role string - The role of the cluster node.
- State string
- The current lifecycle state of the external cluster instance.
- 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"}
- Time
Created string - The date and time the external cluster instance was created.
- Time
Updated string - The date and time the external cluster instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the external cluster instance.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- display
Name String - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster StringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the cluster instance is a part of.
- host
Name String - The name of the host on which the cluster instance is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- node
Role String - The role of the cluster node.
- state String
- The current lifecycle state of the external cluster instance.
- 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"}
- time
Created String - The date and time the external cluster instance was created.
- time
Updated String - The date and time the external cluster instance was last updated.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id string - The OCID of the compartment.
- component
Name string - The name of the external cluster instance.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Db stringNode Id - The OCID of the external DB node.
- external
Db stringSystem Id - The OCID of the external DB system that the cluster instance is a part of.
- host
Name string - The name of the host on which the cluster instance is running.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Additional information about the current lifecycle state.
- node
Role string - The role of the cluster node.
- state string
- The current lifecycle state of the external cluster instance.
- {[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"}
- time
Created string - The date and time the external cluster instance was created.
- time
Updated string - The date and time the external cluster instance was last updated.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment_
id str - The OCID of the compartment.
- component_
name str - The name of the external cluster instance.
- crs_
base_ strdirectory - The Oracle base location of Cluster Ready Services (CRS).
- display_
name str - The user-friendly name for the cluster instance. The name does not have to be unique.
- external_
cluster_ strid - The OCID of the external cluster that the cluster instance belongs to.
- external_
db_ strnode_ id - The OCID of the external DB node.
- external_
db_ strsystem_ id - The OCID of the external DB system that the cluster instance is a part of.
- host_
name str - The name of the host on which the cluster instance is running.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - Additional information about the current lifecycle state.
- node_
role str - The role of the cluster node.
- state str
- The current lifecycle state of the external cluster instance.
- 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 instance was created.
- time_
updated str - The date and time the external cluster instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the external cluster instance.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- display
Name String - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster StringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the cluster instance is a part of.
- host
Name String - The name of the host on which the cluster instance is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- node
Role String - The role of the cluster node.
- state String
- The current lifecycle state of the external cluster instance.
- 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"}
- time
Created String - The date and time the external cluster instance was created.
- time
Updated String - The date and time the external cluster instance was last updated.
Look up Existing ExternalClusterInstance Resource
Get an existing ExternalClusterInstance 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?: ExternalClusterInstanceState, opts?: CustomResourceOptions): ExternalClusterInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adr_home_directory: Optional[str] = None,
compartment_id: Optional[str] = None,
component_name: Optional[str] = None,
crs_base_directory: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
external_cluster_id: Optional[str] = None,
external_cluster_instance_id: Optional[str] = None,
external_connector_id: Optional[str] = None,
external_db_node_id: Optional[str] = None,
external_db_system_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
host_name: Optional[str] = None,
lifecycle_details: Optional[str] = None,
node_role: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> ExternalClusterInstance
func GetExternalClusterInstance(ctx *Context, name string, id IDInput, state *ExternalClusterInstanceState, opts ...ResourceOption) (*ExternalClusterInstance, error)
public static ExternalClusterInstance Get(string name, Input<string> id, ExternalClusterInstanceState? state, CustomResourceOptions? opts = null)
public static ExternalClusterInstance get(String name, Output<String> id, ExternalClusterInstanceState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the external cluster instance.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- 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"}
- Display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- External
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- External
Cluster stringInstance Id - The OCID of the external cluster instance.
- External
Connector stringId - (Updatable) The OCID of the external connector.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the cluster instance 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
- Host
Name string - The name of the host on which the cluster instance is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Node
Role string - The role of the cluster node.
- State string
- The current lifecycle state of the external cluster instance.
- 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"}
- Time
Created string - The date and time the external cluster instance was created.
- Time
Updated string - The date and time the external cluster instance was last updated.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the external cluster instance.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- 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"}
- Display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- External
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- External
Cluster stringInstance Id - The OCID of the external cluster instance.
- External
Connector stringId - (Updatable) The OCID of the external connector.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the cluster instance 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
- Host
Name string - The name of the host on which the cluster instance is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Node
Role string - The role of the cluster node.
- State string
- The current lifecycle state of the external cluster instance.
- 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"}
- Time
Created string - The date and time the external cluster instance was created.
- Time
Updated string - The date and time the external cluster instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the external cluster instance.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- 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"}
- display
Name String - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster StringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Cluster StringInstance Id - The OCID of the external cluster instance.
- external
Connector StringId - (Updatable) The OCID of the external connector.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the cluster instance 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
- host
Name String - The name of the host on which the cluster instance is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- node
Role String - The role of the cluster node.
- state String
- The current lifecycle state of the external cluster instance.
- 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"}
- time
Created String - The date and time the external cluster instance was created.
- time
Updated String - The date and time the external cluster instance was last updated.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id string - The OCID of the compartment.
- component
Name string - The name of the external cluster instance.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- {[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"}
- display
Name string - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster stringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Cluster stringInstance Id - The OCID of the external cluster instance.
- external
Connector stringId - (Updatable) The OCID of the external connector.
- external
Db stringNode Id - The OCID of the external DB node.
- external
Db stringSystem Id - The OCID of the external DB system that the cluster instance 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
- host
Name string - The name of the host on which the cluster instance is running.
- lifecycle
Details string - Additional information about the current lifecycle state.
- node
Role string - The role of the cluster node.
- state string
- The current lifecycle state of the external cluster instance.
- {[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"}
- time
Created string - The date and time the external cluster instance was created.
- time
Updated string - The date and time the external cluster instance was last updated.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment_
id str - The OCID of the compartment.
- component_
name str - The name of the external cluster instance.
- crs_
base_ strdirectory - The Oracle base location of Cluster Ready Services (CRS).
- 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 cluster instance. The name does not have to be unique.
- external_
cluster_ strid - The OCID of the external cluster that the cluster instance belongs to.
- external_
cluster_ strinstance_ id - The OCID of the external cluster instance.
- external_
connector_ strid - (Updatable) The OCID of the external connector.
- external_
db_ strnode_ id - The OCID of the external DB node.
- external_
db_ strsystem_ id - The OCID of the external DB system that the cluster instance 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
- host_
name str - The name of the host on which the cluster instance is running.
- lifecycle_
details str - Additional information about the current lifecycle state.
- node_
role str - The role of the cluster node.
- state str
- The current lifecycle state of the external cluster instance.
- 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 instance was created.
- time_
updated str - The date and time the external cluster instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the external cluster instance.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- 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"}
- display
Name String - The user-friendly name for the cluster instance. The name does not have to be unique.
- external
Cluster StringId - The OCID of the external cluster that the cluster instance belongs to.
- external
Cluster StringInstance Id - The OCID of the external cluster instance.
- external
Connector StringId - (Updatable) The OCID of the external connector.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the cluster instance 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
- host
Name String - The name of the host on which the cluster instance is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- node
Role String - The role of the cluster node.
- state String
- The current lifecycle state of the external cluster instance.
- 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"}
- time
Created String - The date and time the external cluster instance was created.
- time
Updated String - The date and time the external cluster instance was last updated.
Import
ExternalClusterInstances can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/externalClusterInstance:ExternalClusterInstance test_external_cluster_instance "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.