Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
This data source provides details about a specific Wls Domain Server Backup Content resource in Oracle Cloud Infrastructure Wlms service.
Get details of specific backup for the WebLogic Domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWlsDomainServerBackupContent = oci.oci.getWlmsWlsDomainServerBackupContent({
backupId: testBackup.id,
serverId: testServer.id,
wlsDomainId: testWlsDomain.id,
});
import pulumi
import pulumi_oci as oci
test_wls_domain_server_backup_content = oci.oci.get_wlms_wls_domain_server_backup_content(backup_id=test_backup["id"],
server_id=test_server["id"],
wls_domain_id=test_wls_domain["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetWlmsWlsDomainServerBackupContent(ctx, &oci.GetWlmsWlsDomainServerBackupContentArgs{
BackupId: testBackup.Id,
ServerId: testServer.Id,
WlsDomainId: testWlsDomain.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 testWlsDomainServerBackupContent = Oci.Oci.GetWlmsWlsDomainServerBackupContent.Invoke(new()
{
BackupId = testBackup.Id,
ServerId = testServer.Id,
WlsDomainId = testWlsDomain.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetWlmsWlsDomainServerBackupContentArgs;
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 testWlsDomainServerBackupContent = OciFunctions.getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs.builder()
.backupId(testBackup.id())
.serverId(testServer.id())
.wlsDomainId(testWlsDomain.id())
.build());
}
}
variables:
testWlsDomainServerBackupContent:
fn::invoke:
function: oci:oci:getWlmsWlsDomainServerBackupContent
arguments:
backupId: ${testBackup.id}
serverId: ${testServer.id}
wlsDomainId: ${testWlsDomain.id}
Using getWlmsWlsDomainServerBackupContent
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 getWlmsWlsDomainServerBackupContent(args: GetWlmsWlsDomainServerBackupContentArgs, opts?: InvokeOptions): Promise<GetWlmsWlsDomainServerBackupContentResult>
function getWlmsWlsDomainServerBackupContentOutput(args: GetWlmsWlsDomainServerBackupContentOutputArgs, opts?: InvokeOptions): Output<GetWlmsWlsDomainServerBackupContentResult>def get_wlms_wls_domain_server_backup_content(backup_id: Optional[str] = None,
server_id: Optional[str] = None,
wls_domain_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWlmsWlsDomainServerBackupContentResult
def get_wlms_wls_domain_server_backup_content_output(backup_id: Optional[pulumi.Input[str]] = None,
server_id: Optional[pulumi.Input[str]] = None,
wls_domain_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlmsWlsDomainServerBackupContentResult]func GetWlmsWlsDomainServerBackupContent(ctx *Context, args *GetWlmsWlsDomainServerBackupContentArgs, opts ...InvokeOption) (*GetWlmsWlsDomainServerBackupContentResult, error)
func GetWlmsWlsDomainServerBackupContentOutput(ctx *Context, args *GetWlmsWlsDomainServerBackupContentOutputArgs, opts ...InvokeOption) GetWlmsWlsDomainServerBackupContentResultOutput> Note: This function is named GetWlmsWlsDomainServerBackupContent in the Go SDK.
public static class GetWlmsWlsDomainServerBackupContent
{
public static Task<GetWlmsWlsDomainServerBackupContentResult> InvokeAsync(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions? opts = null)
public static Output<GetWlmsWlsDomainServerBackupContentResult> Invoke(GetWlmsWlsDomainServerBackupContentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWlmsWlsDomainServerBackupContentResult> getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions options)
public static Output<GetWlmsWlsDomainServerBackupContentResult> getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getWlmsWlsDomainServerBackupContent:getWlmsWlsDomainServerBackupContent
arguments:
# arguments dictionaryThe following arguments are supported:
getWlmsWlsDomainServerBackupContent Result
The following output properties are available:
- Backup
Id string - Content
Type string - The type of content of the backup.
- Id string
- The provider-assigned unique ID for this managed resource.
- Middlewares
List<Get
Wlms Wls Domain Server Backup Content Middleware> - The content of the middleware binaries included in a backup.
- Server
Id string - Wls
Domain stringId
- Backup
Id string - Content
Type string - The type of content of the backup.
- Id string
- The provider-assigned unique ID for this managed resource.
- Middlewares
[]Get
Wlms Wls Domain Server Backup Content Middleware - The content of the middleware binaries included in a backup.
- Server
Id string - Wls
Domain stringId
- backup
Id String - content
Type String - The type of content of the backup.
- id String
- The provider-assigned unique ID for this managed resource.
- middlewares
List<Get
Wlms Wls Domain Server Backup Content Middleware> - The content of the middleware binaries included in a backup.
- server
Id String - wls
Domain StringId
- backup
Id string - content
Type string - The type of content of the backup.
- id string
- The provider-assigned unique ID for this managed resource.
- middlewares
Get
Wlms Wls Domain Server Backup Content Middleware[] - The content of the middleware binaries included in a backup.
- server
Id string - wls
Domain stringId
- backup_
id str - content_
type str - The type of content of the backup.
- id str
- The provider-assigned unique ID for this managed resource.
- middlewares
Sequence[Get
Wlms Wls Domain Server Backup Content Middleware] - The content of the middleware binaries included in a backup.
- server_
id str - wls_
domain_ strid
- backup
Id String - content
Type String - The type of content of the backup.
- id String
- The provider-assigned unique ID for this managed resource.
- middlewares List<Property Map>
- The content of the middleware binaries included in a backup.
- server
Id String - wls
Domain StringId
Supporting Types
GetWlmsWlsDomainServerBackupContentMiddleware
- Patches
List<Get
Wlms Wls Domain Server Backup Content Middleware Patch> - The list of patches installed in the middleware included in the backup.
- Version string
- The version of the middleware binaries included in the backup.
- Patches
[]Get
Wlms Wls Domain Server Backup Content Middleware Patch - The list of patches installed in the middleware included in the backup.
- Version string
- The version of the middleware binaries included in the backup.
- patches
List<Get
Wlms Wls Domain Server Backup Content Middleware Patch> - The list of patches installed in the middleware included in the backup.
- version String
- The version of the middleware binaries included in the backup.
- patches
Get
Wlms Wls Domain Server Backup Content Middleware Patch[] - The list of patches installed in the middleware included in the backup.
- version string
- The version of the middleware binaries included in the backup.
- patches
Sequence[Get
Wlms Wls Domain Server Backup Content Middleware Patch] - The list of patches installed in the middleware included in the backup.
- version str
- The version of the middleware binaries included in the backup.
- patches List<Property Map>
- The list of patches installed in the middleware included in the backup.
- version String
- The version of the middleware binaries included in the backup.
GetWlmsWlsDomainServerBackupContentMiddlewarePatch
- Description string
- The description of the WebLogic patch.
- Display
Name string - The display name of the WebLogic patch.
- Id string
- The ID of the WebLogic patch.
- Description string
- The description of the WebLogic patch.
- Display
Name string - The display name of the WebLogic patch.
- Id string
- The ID of the WebLogic patch.
- description String
- The description of the WebLogic patch.
- display
Name String - The display name of the WebLogic patch.
- id String
- The ID of the WebLogic patch.
- description string
- The description of the WebLogic patch.
- display
Name string - The display name of the WebLogic patch.
- id string
- The ID of the WebLogic patch.
- description str
- The description of the WebLogic patch.
- display_
name str - The display name of the WebLogic patch.
- id str
- The ID of the WebLogic patch.
- description String
- The description of the WebLogic patch.
- display
Name String - The display name of the WebLogic patch.
- id String
- The ID of the WebLogic patch.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
