Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Database.getDbHomePatchHistoryEntries
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Db Home Patch History Entries in Oracle Cloud Infrastructure Database service.
Lists the history of patch operations on the specified Database Home.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbHomePatchHistoryEntries = oci.Database.getDbHomePatchHistoryEntries({
dbHomeId: testDbHome.id,
});
import pulumi
import pulumi_oci as oci
test_db_home_patch_history_entries = oci.Database.get_db_home_patch_history_entries(db_home_id=test_db_home["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.GetDbHomePatchHistoryEntries(ctx, &database.GetDbHomePatchHistoryEntriesArgs{
DbHomeId: testDbHome.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDbHomePatchHistoryEntries = Oci.Database.GetDbHomePatchHistoryEntries.Invoke(new()
{
DbHomeId = testDbHome.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetDbHomePatchHistoryEntriesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testDbHomePatchHistoryEntries = DatabaseFunctions.getDbHomePatchHistoryEntries(GetDbHomePatchHistoryEntriesArgs.builder()
.dbHomeId(testDbHome.id())
.build());
}
}
variables:
testDbHomePatchHistoryEntries:
fn::invoke:
Function: oci:Database:getDbHomePatchHistoryEntries
Arguments:
dbHomeId: ${testDbHome.id}
Using getDbHomePatchHistoryEntries
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 getDbHomePatchHistoryEntries(args: GetDbHomePatchHistoryEntriesArgs, opts?: InvokeOptions): Promise<GetDbHomePatchHistoryEntriesResult>
function getDbHomePatchHistoryEntriesOutput(args: GetDbHomePatchHistoryEntriesOutputArgs, opts?: InvokeOptions): Output<GetDbHomePatchHistoryEntriesResult>
def get_db_home_patch_history_entries(db_home_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetDbHomePatchHistoryEntriesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetDbHomePatchHistoryEntriesResult
def get_db_home_patch_history_entries_output(db_home_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbHomePatchHistoryEntriesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbHomePatchHistoryEntriesResult]
func GetDbHomePatchHistoryEntries(ctx *Context, args *GetDbHomePatchHistoryEntriesArgs, opts ...InvokeOption) (*GetDbHomePatchHistoryEntriesResult, error)
func GetDbHomePatchHistoryEntriesOutput(ctx *Context, args *GetDbHomePatchHistoryEntriesOutputArgs, opts ...InvokeOption) GetDbHomePatchHistoryEntriesResultOutput
> Note: This function is named GetDbHomePatchHistoryEntries
in the Go SDK.
public static class GetDbHomePatchHistoryEntries
{
public static Task<GetDbHomePatchHistoryEntriesResult> InvokeAsync(GetDbHomePatchHistoryEntriesArgs args, InvokeOptions? opts = null)
public static Output<GetDbHomePatchHistoryEntriesResult> Invoke(GetDbHomePatchHistoryEntriesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbHomePatchHistoryEntriesResult> getDbHomePatchHistoryEntries(GetDbHomePatchHistoryEntriesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getDbHomePatchHistoryEntries:getDbHomePatchHistoryEntries
arguments:
# arguments dictionary
The following arguments are supported:
- Db
Home stringId - The Database Home OCID.
- Filters
List<Get
Db Home Patch History Entries Filter>
- Db
Home stringId - The Database Home OCID.
- Filters
[]Get
Db Home Patch History Entries Filter
- db
Home StringId - The Database Home OCID.
- filters
List<Get
Db Home Patch History Entries Filter>
- db
Home stringId - The Database Home OCID.
- filters
Get
Db Home Patch History Entries Filter[]
- db_
home_ strid - The Database Home OCID.
- filters
Sequence[database.
Get Db Home Patch History Entries Filter]
- db
Home StringId - The Database Home OCID.
- filters List<Property Map>
getDbHomePatchHistoryEntries Result
The following output properties are available:
- Db
Home stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Patch
History List<GetEntries Db Home Patch History Entries Patch History Entry> - The list of patch_history_entries.
- Filters
List<Get
Db Home Patch History Entries Filter>
- Db
Home stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Patch
History []GetEntries Db Home Patch History Entries Patch History Entry - The list of patch_history_entries.
- Filters
[]Get
Db Home Patch History Entries Filter
- db
Home StringId - id String
- The provider-assigned unique ID for this managed resource.
- patch
History List<GetEntries Db Home Patch History Entries Patch History Entry> - The list of patch_history_entries.
- filters
List<Get
Db Home Patch History Entries Filter>
- db
Home stringId - id string
- The provider-assigned unique ID for this managed resource.
- patch
History GetEntries Db Home Patch History Entries Patch History Entry[] - The list of patch_history_entries.
- filters
Get
Db Home Patch History Entries Filter[]
- db_
home_ strid - id str
- The provider-assigned unique ID for this managed resource.
- patch_
history_ Sequence[database.entries Get Db Home Patch History Entries Patch History Entry] - The list of patch_history_entries.
- filters
Sequence[database.
Get Db Home Patch History Entries Filter]
- db
Home StringId - id String
- The provider-assigned unique ID for this managed resource.
- patch
History List<Property Map>Entries - The list of patch_history_entries.
- filters List<Property Map>
Supporting Types
GetDbHomePatchHistoryEntriesFilter
GetDbHomePatchHistoryEntriesPatchHistoryEntry
- Action string
- The action being performed or was completed.
- Id string
- The OCID of the patch history entry.
- Lifecycle
Details string - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- Patch
Id string - The OCID of the patch.
- Patch
Type string - The type of Patch operation.
- State string
- The current state of the action.
- Time
Ended string - The date and time when the patch action completed
- Time
Started string - The date and time when the patch action started.
- Action string
- The action being performed or was completed.
- Id string
- The OCID of the patch history entry.
- Lifecycle
Details string - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- Patch
Id string - The OCID of the patch.
- Patch
Type string - The type of Patch operation.
- State string
- The current state of the action.
- Time
Ended string - The date and time when the patch action completed
- Time
Started string - The date and time when the patch action started.
- action String
- The action being performed or was completed.
- id String
- The OCID of the patch history entry.
- lifecycle
Details String - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- patch
Id String - The OCID of the patch.
- patch
Type String - The type of Patch operation.
- state String
- The current state of the action.
- time
Ended String - The date and time when the patch action completed
- time
Started String - The date and time when the patch action started.
- action string
- The action being performed or was completed.
- id string
- The OCID of the patch history entry.
- lifecycle
Details string - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- patch
Id string - The OCID of the patch.
- patch
Type string - The type of Patch operation.
- state string
- The current state of the action.
- time
Ended string - The date and time when the patch action completed
- time
Started string - The date and time when the patch action started.
- action str
- The action being performed or was completed.
- id str
- The OCID of the patch history entry.
- lifecycle_
details str - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- patch_
id str - The OCID of the patch.
- patch_
type str - The type of Patch operation.
- state str
- The current state of the action.
- time_
ended str - The date and time when the patch action completed
- time_
started str - The date and time when the patch action started.
- action String
- The action being performed or was completed.
- id String
- The OCID of the patch history entry.
- lifecycle
Details String - A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
- patch
Id String - The OCID of the patch.
- patch
Type String - The type of Patch operation.
- state String
- The current state of the action.
- time
Ended String - The date and time when the patch action completed
- time
Started String - The date and time when the patch action started.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi