Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Database.getOneoffPatch
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Oneoff Patch resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified one-off patch.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOneoffPatch = oci.Database.getOneoffPatch({
oneoffPatchId: testOneoffPatchOciDatabaseOneoffPatch.id,
});
import pulumi
import pulumi_oci as oci
test_oneoff_patch = oci.Database.get_oneoff_patch(oneoff_patch_id=test_oneoff_patch_oci_database_oneoff_patch["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.GetOneoffPatch(ctx, &database.GetOneoffPatchArgs{
OneoffPatchId: testOneoffPatchOciDatabaseOneoffPatch.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 testOneoffPatch = Oci.Database.GetOneoffPatch.Invoke(new()
{
OneoffPatchId = testOneoffPatchOciDatabaseOneoffPatch.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.GetOneoffPatchArgs;
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 testOneoffPatch = DatabaseFunctions.getOneoffPatch(GetOneoffPatchArgs.builder()
.oneoffPatchId(testOneoffPatchOciDatabaseOneoffPatch.id())
.build());
}
}
variables:
testOneoffPatch:
fn::invoke:
Function: oci:Database:getOneoffPatch
Arguments:
oneoffPatchId: ${testOneoffPatchOciDatabaseOneoffPatch.id}
Using getOneoffPatch
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 getOneoffPatch(args: GetOneoffPatchArgs, opts?: InvokeOptions): Promise<GetOneoffPatchResult>
function getOneoffPatchOutput(args: GetOneoffPatchOutputArgs, opts?: InvokeOptions): Output<GetOneoffPatchResult>
def get_oneoff_patch(oneoff_patch_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOneoffPatchResult
def get_oneoff_patch_output(oneoff_patch_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOneoffPatchResult]
func GetOneoffPatch(ctx *Context, args *GetOneoffPatchArgs, opts ...InvokeOption) (*GetOneoffPatchResult, error)
func GetOneoffPatchOutput(ctx *Context, args *GetOneoffPatchOutputArgs, opts ...InvokeOption) GetOneoffPatchResultOutput
> Note: This function is named GetOneoffPatch
in the Go SDK.
public static class GetOneoffPatch
{
public static Task<GetOneoffPatchResult> InvokeAsync(GetOneoffPatchArgs args, InvokeOptions? opts = null)
public static Output<GetOneoffPatchResult> Invoke(GetOneoffPatchInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOneoffPatchResult> getOneoffPatch(GetOneoffPatchArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getOneoffPatch:getOneoffPatch
arguments:
# arguments dictionary
The following arguments are supported:
- Oneoff
Patch stringId - The one-off patch OCID.
- Oneoff
Patch stringId - The one-off patch OCID.
- oneoff
Patch StringId - The one-off patch OCID.
- oneoff
Patch stringId - The one-off patch OCID.
- oneoff_
patch_ strid - The one-off patch OCID.
- oneoff
Patch StringId - The one-off patch OCID.
getOneoffPatch Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Db
Version string - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - One-off patch name.
- Download
Oneoff intPatch Trigger - Dictionary<string, object>
- 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 string
- The OCID of the one-off patch.
- Lifecycle
Details string - Detailed message for the lifecycle state.
- One
Off List<string>Patches - List of one-off patches for Database Homes.
- Oneoff
Patch stringId - Release
Update string - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- Sha256sum string
- SHA-256 checksum of the one-off patch.
- Size
In doubleKbs - The size of one-off patch in kilobytes.
- State string
- The current state of the one-off patch.
- Time
Created string - The date and time one-off patch was created.
- Time
Of stringExpiration - The date and time until which the one-off patch will be available for download.
- Time
Updated string - The date and time one-off patch was updated.
- Compartment
Id string - The OCID of the compartment.
- Db
Version string - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - One-off patch name.
- Download
Oneoff intPatch Trigger - map[string]interface{}
- 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 string
- The OCID of the one-off patch.
- Lifecycle
Details string - Detailed message for the lifecycle state.
- One
Off []stringPatches - List of one-off patches for Database Homes.
- Oneoff
Patch stringId - Release
Update string - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- Sha256sum string
- SHA-256 checksum of the one-off patch.
- Size
In float64Kbs - The size of one-off patch in kilobytes.
- State string
- The current state of the one-off patch.
- Time
Created string - The date and time one-off patch was created.
- Time
Of stringExpiration - The date and time until which the one-off patch will be available for download.
- Time
Updated string - The date and time one-off patch was updated.
- compartment
Id String - The OCID of the compartment.
- db
Version String - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - One-off patch name.
- download
Oneoff IntegerPatch Trigger - Map<String,Object>
- 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 String
- The OCID of the one-off patch.
- lifecycle
Details String - Detailed message for the lifecycle state.
- one
Off List<String>Patches - List of one-off patches for Database Homes.
- oneoff
Patch StringId - release
Update String - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- sha256sum String
- SHA-256 checksum of the one-off patch.
- size
In DoubleKbs - The size of one-off patch in kilobytes.
- state String
- The current state of the one-off patch.
- time
Created String - The date and time one-off patch was created.
- time
Of StringExpiration - The date and time until which the one-off patch will be available for download.
- time
Updated String - The date and time one-off patch was updated.
- compartment
Id string - The OCID of the compartment.
- db
Version string - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name string - One-off patch name.
- download
Oneoff numberPatch Trigger - {[key: string]: any}
- 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 string
- The OCID of the one-off patch.
- lifecycle
Details string - Detailed message for the lifecycle state.
- one
Off string[]Patches - List of one-off patches for Database Homes.
- oneoff
Patch stringId - release
Update string - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- sha256sum string
- SHA-256 checksum of the one-off patch.
- size
In numberKbs - The size of one-off patch in kilobytes.
- state string
- The current state of the one-off patch.
- time
Created string - The date and time one-off patch was created.
- time
Of stringExpiration - The date and time until which the one-off patch will be available for download.
- time
Updated string - The date and time one-off patch was updated.
- compartment_
id str - The OCID of the compartment.
- db_
version str - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name str - One-off patch name.
- download_
oneoff_ intpatch_ trigger - Mapping[str, Any]
- 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 str
- The OCID of the one-off patch.
- lifecycle_
details str - Detailed message for the lifecycle state.
- one_
off_ Sequence[str]patches - List of one-off patches for Database Homes.
- oneoff_
patch_ strid - release_
update str - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- sha256sum str
- SHA-256 checksum of the one-off patch.
- size_
in_ floatkbs - The size of one-off patch in kilobytes.
- state str
- The current state of the one-off patch.
- time_
created str - The date and time one-off patch was created.
- time_
of_ strexpiration - The date and time until which the one-off patch will be available for download.
- time_
updated str - The date and time one-off patch was updated.
- compartment
Id String - The OCID of the compartment.
- db
Version String - A valid Oracle Database version. To get a list of supported versions, use the ListDbVersions operation.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - One-off patch name.
- download
Oneoff NumberPatch Trigger - Map<Any>
- 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 String
- The OCID of the one-off patch.
- lifecycle
Details String - Detailed message for the lifecycle state.
- one
Off List<String>Patches - List of one-off patches for Database Homes.
- oneoff
Patch StringId - release
Update String - The PSU or PBP or Release Updates. To get a list of supported versions, use the ListDbVersions operation.
- sha256sum String
- SHA-256 checksum of the one-off patch.
- size
In NumberKbs - The size of one-off patch in kilobytes.
- state String
- The current state of the one-off patch.
- time
Created String - The date and time one-off patch was created.
- time
Of StringExpiration - The date and time until which the one-off patch will be available for download.
- time
Updated String - The date and time one-off patch was updated.
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