Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.Database.getDbHomes
Explore with Pulumi AI
This data source provides the list of Db Homes in Oracle Cloud Infrastructure Database service.
Lists the Database Homes in the specified DB system and compartment. A Database Home is a directory where Oracle Database software is installed.
Using getDbHomes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDbHomes(args: GetDbHomesArgs, opts?: InvokeOptions): Promise<GetDbHomesResult>
function getDbHomesOutput(args: GetDbHomesOutputArgs, opts?: InvokeOptions): Output<GetDbHomesResult>
def get_db_homes(backup_id: Optional[str] = None,
compartment_id: Optional[str] = None,
db_system_id: Optional[str] = None,
db_version: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetDbHomesFilter]] = None,
state: Optional[str] = None,
vm_cluster_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbHomesResult
def get_db_homes_output(backup_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
db_system_id: Optional[pulumi.Input[str]] = None,
db_version: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbHomesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
vm_cluster_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbHomesResult]
func GetDbHomes(ctx *Context, args *GetDbHomesArgs, opts ...InvokeOption) (*GetDbHomesResult, error)
func GetDbHomesOutput(ctx *Context, args *GetDbHomesOutputArgs, opts ...InvokeOption) GetDbHomesResultOutput
> Note: This function is named GetDbHomes
in the Go SDK.
public static class GetDbHomes
{
public static Task<GetDbHomesResult> InvokeAsync(GetDbHomesArgs args, InvokeOptions? opts = null)
public static Output<GetDbHomesResult> Invoke(GetDbHomesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbHomesResult> getDbHomes(GetDbHomesArgs args, InvokeOptions options)
public static Output<GetDbHomesResult> getDbHomes(GetDbHomesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getDbHomes:getDbHomes
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Db
System stringId - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Db
Version string - A filter to return only DB Homes that match the specified dbVersion.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Db Homes Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Vm
Cluster stringId - The OCID of the VM cluster.
- Compartment
Id This property is required. string - The compartment OCID.
- Backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Db
System stringId - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Db
Version string - A filter to return only DB Homes that match the specified dbVersion.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Db Homes Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Vm
Cluster stringId - The OCID of the VM cluster.
- compartment
Id This property is required. String - The compartment OCID.
- backup
Id String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- db
System StringId - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version String - A filter to return only DB Homes that match the specified dbVersion.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Db Homes Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- vm
Cluster StringId - The OCID of the VM cluster.
- compartment
Id This property is required. string - The compartment OCID.
- backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- db
System stringId - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version string - A filter to return only DB Homes that match the specified dbVersion.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Db Homes Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- vm
Cluster stringId - The OCID of the VM cluster.
- compartment_
id This property is required. str - The compartment OCID.
- backup_
id str - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- db_
system_ strid - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db_
version str - A filter to return only DB Homes that match the specified dbVersion.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Get Db Homes Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- vm_
cluster_ strid - The OCID of the VM cluster.
- compartment
Id This property is required. String - The compartment OCID.
- backup
Id String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- db
System StringId - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version String - A filter to return only DB Homes that match the specified dbVersion.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- vm
Cluster StringId - The OCID of the VM cluster.
getDbHomes Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Db
Homes List<GetDb Homes Db Home> - The list of db_homes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Backup
Id string - Db
System stringId - The OCID of the DB system.
- Db
Version string - The Oracle Database version.
- Display
Name string - The user-provided name for the Database Home. The name does not need to be unique.
- Filters
List<Get
Db Homes Filter> - State string
- The current state of the Database Home.
- Vm
Cluster stringId - The OCID of the VM cluster.
- Compartment
Id string - The OCID of the compartment.
- Db
Homes []GetDb Homes Db Home - The list of db_homes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Backup
Id string - Db
System stringId - The OCID of the DB system.
- Db
Version string - The Oracle Database version.
- Display
Name string - The user-provided name for the Database Home. The name does not need to be unique.
- Filters
[]Get
Db Homes Filter - State string
- The current state of the Database Home.
- Vm
Cluster stringId - The OCID of the VM cluster.
- compartment
Id String - The OCID of the compartment.
- db
Homes List<GetDb Homes Db Home> - The list of db_homes.
- id String
- The provider-assigned unique ID for this managed resource.
- backup
Id String - db
System StringId - The OCID of the DB system.
- db
Version String - The Oracle Database version.
- display
Name String - The user-provided name for the Database Home. The name does not need to be unique.
- filters
List<Get
Db Homes Filter> - state String
- The current state of the Database Home.
- vm
Cluster StringId - The OCID of the VM cluster.
- compartment
Id string - The OCID of the compartment.
- db
Homes GetDb Homes Db Home[] - The list of db_homes.
- id string
- The provider-assigned unique ID for this managed resource.
- backup
Id string - db
System stringId - The OCID of the DB system.
- db
Version string - The Oracle Database version.
- display
Name string - The user-provided name for the Database Home. The name does not need to be unique.
- filters
Get
Db Homes Filter[] - state string
- The current state of the Database Home.
- vm
Cluster stringId - The OCID of the VM cluster.
- compartment_
id str - The OCID of the compartment.
- db_
homes Sequence[database.Get Db Homes Db Home] - The list of db_homes.
- id str
- The provider-assigned unique ID for this managed resource.
- backup_
id str - db_
system_ strid - The OCID of the DB system.
- db_
version str - The Oracle Database version.
- display_
name str - The user-provided name for the Database Home. The name does not need to be unique.
- filters
Sequence[database.
Get Db Homes Filter] - state str
- The current state of the Database Home.
- vm_
cluster_ strid - The OCID of the VM cluster.
- compartment
Id String - The OCID of the compartment.
- db
Homes List<Property Map> - The list of db_homes.
- id String
- The provider-assigned unique ID for this managed resource.
- backup
Id String - db
System StringId - The OCID of the DB system.
- db
Version String - The Oracle Database version.
- display
Name String - The user-provided name for the Database Home. The name does not need to be unique.
- filters List<Property Map>
- state String
- The current state of the Database Home.
- vm
Cluster StringId - The OCID of the VM cluster.
Supporting Types
GetDbHomesDbHome
- Compartment
Id This property is required. string - The compartment OCID.
- Database
Software Image Id This property is required. string - The database software image OCID
- Databases
This property is required. List<GetDb Homes Db Home Database> - Db
Home Id This property is required. string - Db
Home Location This property is required. string - The location of the Oracle Database Home.
- Db
System Id This property is required. string - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Db
Version This property is required. string - A filter to return only DB Homes that match the specified dbVersion.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Enable
Database Delete This property is required. bool This property is required. Dictionary<string, string>- 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"}
- Id
This property is required. string - The OCID of the Database Home.
- Is
Desupported Version This property is required. bool - Is
Unified Auditing Enabled This property is required. bool - Indicates whether unified autiding is enabled or not.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Source
This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time the Database Home was created.
- Vm
Cluster Id This property is required. string - The OCID of the VM cluster.
- Compartment
Id This property is required. string - The compartment OCID.
- Database
Software Image Id This property is required. string - The database software image OCID
- Databases
This property is required. []GetDb Homes Db Home Database - Db
Home Id This property is required. string - Db
Home Location This property is required. string - The location of the Oracle Database Home.
- Db
System Id This property is required. string - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Db
Version This property is required. string - A filter to return only DB Homes that match the specified dbVersion.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Enable
Database Delete This property is required. bool This property is required. map[string]string- 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"}
- Id
This property is required. string - The OCID of the Database Home.
- Is
Desupported Version This property is required. bool - Is
Unified Auditing Enabled This property is required. bool - Indicates whether unified autiding is enabled or not.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Source
This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time the Database Home was created.
- Vm
Cluster Id This property is required. string - The OCID of the VM cluster.
- compartment
Id This property is required. String - The compartment OCID.
- database
Software Image Id This property is required. String - The database software image OCID
- databases
This property is required. List<GetDb Homes Db Home> - db
Home Id This property is required. String - db
Home Location This property is required. String - The location of the Oracle Database Home.
- db
System Id This property is required. String - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version This property is required. String - A filter to return only DB Homes that match the specified dbVersion.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- enable
Database Delete This property is required. Boolean This property is required. Map<String,String>- 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"}
- id
This property is required. String - The OCID of the Database Home.
- is
Desupported Version This property is required. Boolean - is
Unified Auditing Enabled This property is required. Boolean - Indicates whether unified autiding is enabled or not.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- source
This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time the Database Home was created.
- vm
Cluster Id This property is required. String - The OCID of the VM cluster.
- compartment
Id This property is required. string - The compartment OCID.
- database
Software Image Id This property is required. string - The database software image OCID
- databases
This property is required. GetDb Homes Db Home Database[] - db
Home Id This property is required. string - db
Home Location This property is required. string - The location of the Oracle Database Home.
- db
System Id This property is required. string - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version This property is required. string - A filter to return only DB Homes that match the specified dbVersion.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- enable
Database Delete This property is required. boolean This property is required. {[key: string]: string}- 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"}
- id
This property is required. string - The OCID of the Database Home.
- is
Desupported Version This property is required. boolean - is
Unified Auditing Enabled This property is required. boolean - Indicates whether unified autiding is enabled or not.
- kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. string - last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- source
This property is required. string - state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. string - The date and time the Database Home was created.
- vm
Cluster Id This property is required. string - The OCID of the VM cluster.
- compartment_
id This property is required. str - The compartment OCID.
- database_
software_ image_ id This property is required. str - The database software image OCID
- databases
This property is required. Sequence[database.Get Db Homes Db Home Database] - db_
home_ id This property is required. str - db_
home_ location This property is required. str - The location of the Oracle Database Home.
- db_
system_ id This property is required. str - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db_
version This property is required. str - A filter to return only DB Homes that match the specified dbVersion.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- enable_
database_ delete This property is required. bool This property is required. Mapping[str, str]- 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"}
- id
This property is required. str - The OCID of the Database Home.
- is_
desupported_ version This property is required. bool - is_
unified_ auditing_ enabled This property is required. bool - Indicates whether unified autiding is enabled or not.
- kms_
key_ id This property is required. str - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_
key_ version_ id This property is required. str - last_
patch_ history_ entry_ id This property is required. str - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- source
This property is required. str - state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- time_
created This property is required. str - The date and time the Database Home was created.
- vm_
cluster_ id This property is required. str - The OCID of the VM cluster.
- compartment
Id This property is required. String - The compartment OCID.
- database
Software Image Id This property is required. String - The database software image OCID
- databases
This property is required. List<Property Map> - db
Home Id This property is required. String - db
Home Location This property is required. String - The location of the Oracle Database Home.
- db
System Id This property is required. String - The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- db
Version This property is required. String - A filter to return only DB Homes that match the specified dbVersion.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- enable
Database Delete This property is required. Boolean This property is required. Map<String>- 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"}
- id
This property is required. String - The OCID of the Database Home.
- is
Desupported Version This property is required. Boolean - is
Unified Auditing Enabled This property is required. Boolean - Indicates whether unified autiding is enabled or not.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation is started.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- source
This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time the Database Home was created.
- vm
Cluster Id This property is required. String - The OCID of the VM cluster.
GetDbHomesDbHomeDatabase
- Admin
Password This property is required. string - Backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Backup
Tde Password This property is required. string - Character
Set This property is required. string - Connection
Strings This property is required. List<GetDb Homes Db Home Database Connection String> - Database
Id This property is required. string - Database
Software Image Id This property is required. string - The database software image OCID
- Db
Backup Configs This property is required. List<GetDb Homes Db Home Database Db Backup Config> - Db
Name This property is required. string - Db
Unique Name This property is required. string - Db
Workload This property is required. string This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Encryption
Key Location Details This property is required. List<GetDb Homes Db Home Database Encryption Key Location Detail> This property is required. Dictionary<string, string>- 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"}
- Id
This property is required. string - The OCID of the Database Home.
- Key
Store Id This property is required. string - Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Ncharacter
Set This property is required. string - One
Off Patches This property is required. List<string> - List of one-off patches for Database Homes.
- Pdb
Name This property is required. string - Pluggable
Databases This property is required. List<string> - Sid
Prefix This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Tde
Wallet Password This property is required. string - Time
Created This property is required. string - The date and time the Database Home was created.
- Time
Stamp For Point In Time Recovery This property is required. string - Vault
Id This property is required. string
- Admin
Password This property is required. string - Backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Backup
Tde Password This property is required. string - Character
Set This property is required. string - Connection
Strings This property is required. []GetDb Homes Db Home Database Connection String - Database
Id This property is required. string - Database
Software Image Id This property is required. string - The database software image OCID
- Db
Backup Configs This property is required. []GetDb Homes Db Home Database Db Backup Config - Db
Name This property is required. string - Db
Unique Name This property is required. string - Db
Workload This property is required. string This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Encryption
Key Location Details This property is required. []GetDb Homes Db Home Database Encryption Key Location Detail This property is required. map[string]string- 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"}
- Id
This property is required. string - The OCID of the Database Home.
- Key
Store Id This property is required. string - Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Ncharacter
Set This property is required. string - One
Off Patches This property is required. []string - List of one-off patches for Database Homes.
- Pdb
Name This property is required. string - Pluggable
Databases This property is required. []string - Sid
Prefix This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Tde
Wallet Password This property is required. string - Time
Created This property is required. string - The date and time the Database Home was created.
- Time
Stamp For Point In Time Recovery This property is required. string - Vault
Id This property is required. string
- admin
Password This property is required. String - backup
Id This property is required. String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. String - character
Set This property is required. String - connection
Strings This property is required. List<GetDb Homes Db Home Connection String> - database
Id This property is required. String - database
Software Image Id This property is required. String - The database software image OCID
- db
Backup Configs This property is required. List<GetDb Homes Db Home Db Backup Config> - db
Name This property is required. String - db
Unique Name This property is required. String - db
Workload This property is required. String This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- encryption
Key Location Details This property is required. List<GetDb Homes Db Home Encryption Key Location Detail> This property is required. Map<String,String>- 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"}
- id
This property is required. String - The OCID of the Database Home.
- key
Store Id This property is required. String - kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. String - one
Off Patches This property is required. List<String> - List of one-off patches for Database Homes.
- pdb
Name This property is required. String - pluggable
Databases This property is required. List<String> - sid
Prefix This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. String - time
Created This property is required. String - The date and time the Database Home was created.
- time
Stamp For Point In Time Recovery This property is required. String - vault
Id This property is required. String
- admin
Password This property is required. string - backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. string - character
Set This property is required. string - connection
Strings This property is required. GetDb Homes Db Home Database Connection String[] - database
Id This property is required. string - database
Software Image Id This property is required. string - The database software image OCID
- db
Backup Configs This property is required. GetDb Homes Db Home Database Db Backup Config[] - db
Name This property is required. string - db
Unique Name This property is required. string - db
Workload This property is required. string This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- encryption
Key Location Details This property is required. GetDb Homes Db Home Database Encryption Key Location Detail[] This property is required. {[key: string]: string}- 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"}
- id
This property is required. string - The OCID of the Database Home.
- key
Store Id This property is required. string - kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. string - lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. string - one
Off Patches This property is required. string[] - List of one-off patches for Database Homes.
- pdb
Name This property is required. string - pluggable
Databases This property is required. string[] - sid
Prefix This property is required. string - state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. string - time
Created This property is required. string - The date and time the Database Home was created.
- time
Stamp For Point In Time Recovery This property is required. string - vault
Id This property is required. string
- admin_
password This property is required. str - backup_
id This property is required. str - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup_
tde_ password This property is required. str - character_
set This property is required. str - connection_
strings This property is required. Sequence[database.Get Db Homes Db Home Database Connection String] - database_
id This property is required. str - database_
software_ image_ id This property is required. str - The database software image OCID
- db_
backup_ configs This property is required. Sequence[database.Get Db Homes Db Home Database Db Backup Config] - db_
name This property is required. str - db_
unique_ name This property is required. str - db_
workload This property is required. str This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- encryption_
key_ location_ details This property is required. Sequence[database.Get Db Homes Db Home Database Encryption Key Location Detail] This property is required. Mapping[str, str]- 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"}
- id
This property is required. str - The OCID of the Database Home.
- key_
store_ id This property is required. str - kms_
key_ id This property is required. str - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_
key_ version_ id This property is required. str - lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- ncharacter_
set This property is required. str - one_
off_ patches This property is required. Sequence[str] - List of one-off patches for Database Homes.
- pdb_
name This property is required. str - pluggable_
databases This property is required. Sequence[str] - sid_
prefix This property is required. str - state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- tde_
wallet_ password This property is required. str - time_
created This property is required. str - The date and time the Database Home was created.
- time_
stamp_ for_ point_ in_ time_ recovery This property is required. str - vault_
id This property is required. str
- admin
Password This property is required. String - backup
Id This property is required. String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. String - character
Set This property is required. String - connection
Strings This property is required. List<Property Map> - database
Id This property is required. String - database
Software Image Id This property is required. String - The database software image OCID
- db
Backup Configs This property is required. List<Property Map> - db
Name This property is required. String - db
Unique Name This property is required. String - db
Workload This property is required. String This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- encryption
Key Location Details This property is required. List<Property Map> This property is required. Map<String>- 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"}
- id
This property is required. String - The OCID of the Database Home.
- key
Store Id This property is required. String - kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. String - one
Off Patches This property is required. List<String> - List of one-off patches for Database Homes.
- pdb
Name This property is required. String - pluggable
Databases This property is required. List<String> - sid
Prefix This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. String - time
Created This property is required. String - The date and time the Database Home was created.
- time
Stamp For Point In Time Recovery This property is required. String - vault
Id This property is required. String
GetDbHomesDbHomeDatabaseConnectionString
- All
Connection Strings This property is required. Dictionary<string, string> - Cdb
Default This property is required. string - Cdb
Ip Default This property is required. string
- All
Connection Strings This property is required. map[string]string - Cdb
Default This property is required. string - Cdb
Ip Default This property is required. string
- all
Connection Strings This property is required. Map<String,String> - cdb
Default This property is required. String - cdb
Ip Default This property is required. String
- all
Connection Strings This property is required. {[key: string]: string} - cdb
Default This property is required. string - cdb
Ip Default This property is required. string
- all_
connection_ strings This property is required. Mapping[str, str] - cdb_
default This property is required. str - cdb_
ip_ default This property is required. str
- all
Connection Strings This property is required. Map<String> - cdb
Default This property is required. String - cdb
Ip Default This property is required. String
GetDbHomesDbHomeDatabaseDbBackupConfig
- Auto
Backup Enabled This property is required. bool - Auto
Backup Window This property is required. string - Auto
Full Backup Day This property is required. string - Auto
Full Backup Window This property is required. string - Backup
Deletion Policy This property is required. string - Backup
Destination Details This property is required. List<GetDb Homes Db Home Database Db Backup Config Backup Destination Detail> - Recovery
Window In Days This property is required. int - Run
Immediate Full Backup This property is required. bool
- Auto
Backup Enabled This property is required. bool - Auto
Backup Window This property is required. string - Auto
Full Backup Day This property is required. string - Auto
Full Backup Window This property is required. string - Backup
Deletion Policy This property is required. string - Backup
Destination Details This property is required. []GetDb Homes Db Home Database Db Backup Config Backup Destination Detail - Recovery
Window In Days This property is required. int - Run
Immediate Full Backup This property is required. bool
- auto
Backup Enabled This property is required. Boolean - auto
Backup Window This property is required. String - auto
Full Backup Day This property is required. String - auto
Full Backup Window This property is required. String - backup
Deletion Policy This property is required. String - backup
Destination Details This property is required. List<GetDb Homes Db Home Db Backup Config Backup Destination Detail> - recovery
Window In Days This property is required. Integer - run
Immediate Full Backup This property is required. Boolean
- auto
Backup Enabled This property is required. boolean - auto
Backup Window This property is required. string - auto
Full Backup Day This property is required. string - auto
Full Backup Window This property is required. string - backup
Deletion Policy This property is required. string - backup
Destination Details This property is required. GetDb Homes Db Home Database Db Backup Config Backup Destination Detail[] - recovery
Window In Days This property is required. number - run
Immediate Full Backup This property is required. boolean
- auto_
backup_ enabled This property is required. bool - auto_
backup_ window This property is required. str - auto_
full_ backup_ day This property is required. str - auto_
full_ backup_ window This property is required. str - backup_
deletion_ policy This property is required. str - backup_
destination_ details This property is required. Sequence[database.Get Db Homes Db Home Database Db Backup Config Backup Destination Detail] - recovery_
window_ in_ days This property is required. int - run_
immediate_ full_ backup This property is required. bool
- auto
Backup Enabled This property is required. Boolean - auto
Backup Window This property is required. String - auto
Full Backup Day This property is required. String - auto
Full Backup Window This property is required. String - backup
Deletion Policy This property is required. String - backup
Destination Details This property is required. List<Property Map> - recovery
Window In Days This property is required. Number - run
Immediate Full Backup This property is required. Boolean
GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetail
- Dbrs
Policy Id This property is required. string - Id
This property is required. string - The OCID of the Database Home.
- Type
This property is required. string
- Dbrs
Policy Id This property is required. string - Id
This property is required. string - The OCID of the Database Home.
- Type
This property is required. string
- dbrs
Policy Id This property is required. String - id
This property is required. String - The OCID of the Database Home.
- type
This property is required. String
- dbrs
Policy Id This property is required. string - id
This property is required. string - The OCID of the Database Home.
- type
This property is required. string
- dbrs_
policy_ id This property is required. str - id
This property is required. str - The OCID of the Database Home.
- type
This property is required. str
- dbrs
Policy Id This property is required. String - id
This property is required. String - The OCID of the Database Home.
- type
This property is required. String
GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetail
- Hsm
Password This property is required. string - Provider
Type This property is required. string
- Hsm
Password This property is required. string - Provider
Type This property is required. string
- hsm
Password This property is required. String - provider
Type This property is required. String
- hsm
Password This property is required. string - provider
Type This property is required. string
- hsm_
password This property is required. str - provider_
type This property is required. str
- hsm
Password This property is required. String - provider
Type This property is required. String
GetDbHomesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.