oci.DatabaseManagement.CloudAsmInstance
Explore with Pulumi AI
This resource provides the Cloud Asm Instance resource in Oracle Cloud Infrastructure Database Management service.
Updates the cloud ASM instance specified by cloudAsmInstanceId
.
Create CloudAsmInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudAsmInstance(name: string, args: CloudAsmInstanceArgs, opts?: CustomResourceOptions);
@overload
def CloudAsmInstance(resource_name: str,
args: CloudAsmInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudAsmInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_asm_instance_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None)
func NewCloudAsmInstance(ctx *Context, name string, args CloudAsmInstanceArgs, opts ...ResourceOption) (*CloudAsmInstance, error)
public CloudAsmInstance(string name, CloudAsmInstanceArgs args, CustomResourceOptions? opts = null)
public CloudAsmInstance(String name, CloudAsmInstanceArgs args)
public CloudAsmInstance(String name, CloudAsmInstanceArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:CloudAsmInstance
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 CloudAsmInstanceArgs
- 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 CloudAsmInstanceArgs
- 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 CloudAsmInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudAsmInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudAsmInstanceArgs
- 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 cloudAsmInstanceResource = new Oci.DatabaseManagement.CloudAsmInstance("cloudAsmInstanceResource", new()
{
CloudAsmInstanceId = "string",
DefinedTags =
{
{ "string", "string" },
},
FreeformTags =
{
{ "string", "string" },
},
});
example, err := databasemanagement.NewCloudAsmInstance(ctx, "cloudAsmInstanceResource", &databasemanagement.CloudAsmInstanceArgs{
CloudAsmInstanceId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var cloudAsmInstanceResource = new CloudAsmInstance("cloudAsmInstanceResource", CloudAsmInstanceArgs.builder()
.cloudAsmInstanceId("string")
.definedTags(Map.of("string", "string"))
.freeformTags(Map.of("string", "string"))
.build());
cloud_asm_instance_resource = oci.databasemanagement.CloudAsmInstance("cloudAsmInstanceResource",
cloud_asm_instance_id="string",
defined_tags={
"string": "string",
},
freeform_tags={
"string": "string",
})
const cloudAsmInstanceResource = new oci.databasemanagement.CloudAsmInstance("cloudAsmInstanceResource", {
cloudAsmInstanceId: "string",
definedTags: {
string: "string",
},
freeformTags: {
string: "string",
},
});
type: oci:DatabaseManagement:CloudAsmInstance
properties:
cloudAsmInstanceId: string
definedTags:
string: string
freeformTags:
string: string
CloudAsmInstance 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 CloudAsmInstance resource accepts the following input properties:
- Cloud
Asm stringInstance Id - The OCID of the cloud ASM 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"}
- 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
- Cloud
Asm stringInstance Id - The OCID of the cloud ASM 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"}
- 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
- cloud
Asm StringInstance Id - The OCID of the cloud ASM 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"}
- 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
- cloud
Asm stringInstance Id - The OCID of the cloud ASM 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"}
- {[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_
asm_ strinstance_ id - The OCID of the cloud ASM 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"}
- 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
- cloud
Asm StringInstance Id - The OCID of the cloud ASM 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"}
- 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 CloudAsmInstance resource produces the following output properties:
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- Cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- Cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the cloud ASM instance.
- Dbaas
Id string - The OCID in DBaas service.
- Display
Name string - The user-friendly name for the ASM instance. The name does not have to be unique.
- Host
Name string - The name of the host on which the ASM instance is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- Time
Updated string - The date and time the cloud ASM instance was last updated.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- Cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- Cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the cloud ASM instance.
- Dbaas
Id string - The OCID in DBaas service.
- Display
Name string - The user-friendly name for the ASM instance. The name does not have to be unique.
- Host
Name string - The name of the host on which the ASM instance is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- Time
Updated string - The date and time the cloud ASM instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm StringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Db StringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the cloud ASM instance.
- dbaas
Id String - The OCID in DBaas service.
- display
Name String - The user-friendly name for the ASM instance. The name does not have to be unique.
- host
Name String - The name of the host on which the ASM instance is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated String - The date and time the cloud ASM instance was last updated.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id string - The OCID of the compartment.
- component
Name string - The name of the cloud ASM instance.
- dbaas
Id string - The OCID in DBaas service.
- display
Name string - The user-friendly name for the ASM instance. The name does not have to be unique.
- host
Name string - The name of the host on which the ASM instance is running.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Additional information about the current lifecycle state.
- state string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated string - The date and time the cloud ASM instance was last updated.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud_
asm_ strid - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud_
db_ strnode_ id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud_
db_ strsystem_ id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment_
id str - The OCID of the compartment.
- component_
name str - The name of the cloud ASM instance.
- dbaas_
id str - The OCID in DBaas service.
- display_
name str - The user-friendly name for the ASM instance. The name does not have to be unique.
- host_
name str - The name of the host on which the ASM instance is running.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - Additional information about the current lifecycle state.
- state str
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time_
updated str - The date and time the cloud ASM instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm StringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Db StringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the cloud ASM instance.
- dbaas
Id String - The OCID in DBaas service.
- display
Name String - The user-friendly name for the ASM instance. The name does not have to be unique.
- host
Name String - The name of the host on which the ASM instance is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated String - The date and time the cloud ASM instance was last updated.
Look up Existing CloudAsmInstance Resource
Get an existing CloudAsmInstance 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?: CloudAsmInstanceState, opts?: CustomResourceOptions): CloudAsmInstance
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adr_home_directory: Optional[str] = None,
cloud_asm_id: Optional[str] = None,
cloud_asm_instance_id: Optional[str] = None,
cloud_db_node_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,
host_name: Optional[str] = None,
lifecycle_details: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> CloudAsmInstance
func GetCloudAsmInstance(ctx *Context, name string, id IDInput, state *CloudAsmInstanceState, opts ...ResourceOption) (*CloudAsmInstance, error)
public static CloudAsmInstance Get(string name, Input<string> id, CloudAsmInstanceState? state, CustomResourceOptions? opts = null)
public static CloudAsmInstance get(String name, Output<String> id, CloudAsmInstanceState state, CustomResourceOptions options)
resources: _: type: oci:DatabaseManagement:CloudAsmInstance 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.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- Cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- Cloud
Asm stringInstance Id - The OCID of the cloud ASM instance.
- Cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the cloud ASM instance.
- Dbaas
Id string - The OCID in DBaas service.
- 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 ASM instance. The name does not have to be unique.
- 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 ASM instance is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- Time
Updated string - The date and time the cloud ASM instance was last updated.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- Cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- Cloud
Asm stringInstance Id - The OCID of the cloud ASM instance.
- Cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- Compartment
Id string - The OCID of the compartment.
- Component
Name string - The name of the cloud ASM instance.
- Dbaas
Id string - The OCID in DBaas service.
- 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 ASM instance. The name does not have to be unique.
- 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 ASM instance is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- Time
Updated string - The date and time the cloud ASM instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm StringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Asm StringInstance Id - The OCID of the cloud ASM instance.
- cloud
Db StringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the cloud ASM instance.
- dbaas
Id String - The OCID in DBaas service.
- 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 ASM instance. The name does not have to be unique.
- 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 ASM instance is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated String - The date and time the cloud ASM instance was last updated.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm stringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Asm stringInstance Id - The OCID of the cloud ASM instance.
- cloud
Db stringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db stringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id string - The OCID of the compartment.
- component
Name string - The name of the cloud ASM instance.
- dbaas
Id string - The OCID in DBaas service.
- {[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 ASM instance. The name does not have to be unique.
- {[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 ASM instance is running.
- lifecycle
Details string - Additional information about the current lifecycle state.
- state string
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated string - The date and time the cloud ASM instance was last updated.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud_
asm_ strid - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud_
asm_ strinstance_ id - The OCID of the cloud ASM instance.
- cloud_
db_ strnode_ id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud_
db_ strsystem_ id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment_
id str - The OCID of the compartment.
- component_
name str - The name of the cloud ASM instance.
- dbaas_
id str - The OCID in DBaas service.
- 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 ASM instance. The name does not have to be unique.
- 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 ASM instance is running.
- lifecycle_
details str - Additional information about the current lifecycle state.
- state str
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time_
updated str - The date and time the cloud ASM instance was last updated.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
- cloud
Asm StringId - The OCID of the cloud ASM that the ASM instance belongs to.
- cloud
Asm StringInstance Id - The OCID of the cloud ASM instance.
- cloud
Db StringNode Id - The OCID of the cloud DB node on which the ASM instance is running.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the ASM instance is a part of.
- compartment
Id String - The OCID of the compartment.
- component
Name String - The name of the cloud ASM instance.
- dbaas
Id String - The OCID in DBaas service.
- 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 ASM instance. The name does not have to be unique.
- 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 ASM instance is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the cloud ASM 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 cloud ASM instance was created.
- time
Updated String - The date and time the cloud ASM instance was last updated.
Import
CloudAsmInstances can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/cloudAsmInstance:CloudAsmInstance test_cloud_asm_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.