oci.Database.getDbSystemPatches
This data source provides the list of Db System Patches in Oracle Cloud Infrastructure Database service.
Lists the patches applicable to the specified DB system.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDbSystemPatches = Oci.Database.GetDbSystemPatches.Invoke(new()
{
DbSystemId = oci_database_db_system.Test_db_system.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.GetDbSystemPatches(ctx, &database.GetDbSystemPatchesArgs{
DbSystemId: oci_database_db_system.Test_db_system.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
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.GetDbSystemPatchesArgs;
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 testDbSystemPatches = DatabaseFunctions.getDbSystemPatches(GetDbSystemPatchesArgs.builder()
.dbSystemId(oci_database_db_system.test_db_system().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_db_system_patches = oci.Database.get_db_system_patches(db_system_id=oci_database_db_system["test_db_system"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbSystemPatches = oci.Database.getDbSystemPatches({
dbSystemId: oci_database_db_system.test_db_system.id,
});
variables:
testDbSystemPatches:
fn::invoke:
Function: oci:Database:getDbSystemPatches
Arguments:
dbSystemId: ${oci_database_db_system.test_db_system.id}
Using getDbSystemPatches
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 getDbSystemPatches(args: GetDbSystemPatchesArgs, opts?: InvokeOptions): Promise<GetDbSystemPatchesResult>
function getDbSystemPatchesOutput(args: GetDbSystemPatchesOutputArgs, opts?: InvokeOptions): Output<GetDbSystemPatchesResult>
def get_db_system_patches(db_system_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetDbSystemPatchesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetDbSystemPatchesResult
def get_db_system_patches_output(db_system_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbSystemPatchesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbSystemPatchesResult]
func GetDbSystemPatches(ctx *Context, args *GetDbSystemPatchesArgs, opts ...InvokeOption) (*GetDbSystemPatchesResult, error)
func GetDbSystemPatchesOutput(ctx *Context, args *GetDbSystemPatchesOutputArgs, opts ...InvokeOption) GetDbSystemPatchesResultOutput
> Note: This function is named GetDbSystemPatches
in the Go SDK.
public static class GetDbSystemPatches
{
public static Task<GetDbSystemPatchesResult> InvokeAsync(GetDbSystemPatchesArgs args, InvokeOptions? opts = null)
public static Output<GetDbSystemPatchesResult> Invoke(GetDbSystemPatchesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbSystemPatchesResult> getDbSystemPatches(GetDbSystemPatchesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getDbSystemPatches:getDbSystemPatches
arguments:
# arguments dictionary
The following arguments are supported:
- Db
System stringId The DB system OCID.
- Filters
List<Get
Db System Patches Filter>
- Db
System stringId The DB system OCID.
- Filters
[]Get
Db System Patches Filter
- db
System StringId The DB system OCID.
- filters
List<Get
Db System Patches Filter>
- db
System stringId The DB system OCID.
- filters
Get
Db System Patches Filter[]
- db_
system_ strid The DB system OCID.
- filters
Get
Db System Patches Filter]
- db
System StringId The DB system OCID.
- filters List<Property Map>
getDbSystemPatches Result
The following output properties are available:
- Db
System stringId - Id string
The provider-assigned unique ID for this managed resource.
- Patches
List<Get
Db System Patches Patch> The list of patches.
- Filters
List<Get
Db System Patches Filter>
- Db
System stringId - Id string
The provider-assigned unique ID for this managed resource.
- Patches
[]Get
Db System Patches Patch The list of patches.
- Filters
[]Get
Db System Patches Filter
- db
System StringId - id String
The provider-assigned unique ID for this managed resource.
- patches
List<Get
Db System Patches Patch> The list of patches.
- filters
List<Get
Db System Patches Filter>
- db
System stringId - id string
The provider-assigned unique ID for this managed resource.
- patches
Get
Db System Patches Patch[] The list of patches.
- filters
Get
Db System Patches Filter[]
- db_
system_ strid - id str
The provider-assigned unique ID for this managed resource.
- patches
Get
Db System Patches Patch] The list of patches.
- filters
Get
Db System Patches Filter]
- db
System StringId - id String
The provider-assigned unique ID for this managed resource.
- patches List<Property Map>
The list of patches.
- filters List<Property Map>
Supporting Types
GetDbSystemPatchesFilter
GetDbSystemPatchesPatch
- Available
Actions List<string> Actions that can possibly be performed using this patch.
- Description string
The text describing this patch package.
- Id string
The OCID of the patch.
- Last
Action string Action that is currently being performed or was completed last.
- Lifecycle
Details string A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- State string
The current state of the patch as a result of lastAction.
- Time
Released string The date and time that the patch was released.
- Version string
The version of this patch package.
- Available
Actions []string Actions that can possibly be performed using this patch.
- Description string
The text describing this patch package.
- Id string
The OCID of the patch.
- Last
Action string Action that is currently being performed or was completed last.
- Lifecycle
Details string A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- State string
The current state of the patch as a result of lastAction.
- Time
Released string The date and time that the patch was released.
- Version string
The version of this patch package.
- available
Actions List<String> Actions that can possibly be performed using this patch.
- description String
The text describing this patch package.
- id String
The OCID of the patch.
- last
Action String Action that is currently being performed or was completed last.
- lifecycle
Details String A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- state String
The current state of the patch as a result of lastAction.
- time
Released String The date and time that the patch was released.
- version String
The version of this patch package.
- available
Actions string[] Actions that can possibly be performed using this patch.
- description string
The text describing this patch package.
- id string
The OCID of the patch.
- last
Action string Action that is currently being performed or was completed last.
- lifecycle
Details string A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- state string
The current state of the patch as a result of lastAction.
- time
Released string The date and time that the patch was released.
- version string
The version of this patch package.
- available_
actions Sequence[str] Actions that can possibly be performed using this patch.
- description str
The text describing this patch package.
- id str
The OCID of the patch.
- last_
action str Action that is currently being performed or was completed last.
- lifecycle_
details str A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- state str
The current state of the patch as a result of lastAction.
- time_
released str The date and time that the patch was released.
- version str
The version of this patch package.
- available
Actions List<String> Actions that can possibly be performed using this patch.
- description String
The text describing this patch package.
- id String
The OCID of the patch.
- last
Action String Action that is currently being performed or was completed last.
- lifecycle
Details String A descriptive text associated with the lifecycleState. Typically can contain additional displayable text.
- state String
The current state of the patch as a result of lastAction.
- time
Released String The date and time that the patch was released.
- version String
The version of this patch package.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.