Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Retrieves the disaster recovery (DR) summary details for the specified service instance, including key configuration, status information and managed vm details.
This data source is deprecated and will be removed in the next major version. Use
ibm.getPdrDrSummaryResponseinstead.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const pdrGetDrSummaryResponse = ibm.getPdrGetDrSummaryResponse({
instanceId: "123456d3-1122-3344-b67d-4389b44b7bf9:",
});
import pulumi
import pulumi_ibm as ibm
pdr_get_dr_summary_response = ibm.get_pdr_get_dr_summary_response(instance_id="123456d3-1122-3344-b67d-4389b44b7bf9:")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetPdrGetDrSummaryResponse(ctx, &ibm.GetPdrGetDrSummaryResponseArgs{
InstanceId: "123456d3-1122-3344-b67d-4389b44b7bf9:",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var pdrGetDrSummaryResponse = Ibm.GetPdrGetDrSummaryResponse.Invoke(new()
{
InstanceId = "123456d3-1122-3344-b67d-4389b44b7bf9:",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetPdrGetDrSummaryResponseArgs;
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 pdrGetDrSummaryResponse = IbmFunctions.getPdrGetDrSummaryResponse(GetPdrGetDrSummaryResponseArgs.builder()
.instanceId("123456d3-1122-3344-b67d-4389b44b7bf9:")
.build());
}
}
variables:
pdrGetDrSummaryResponse:
fn::invoke:
function: ibm:getPdrGetDrSummaryResponse
arguments:
instanceId: '123456d3-1122-3344-b67d-4389b44b7bf9:'
Using getPdrGetDrSummaryResponse
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 getPdrGetDrSummaryResponse(args: GetPdrGetDrSummaryResponseArgs, opts?: InvokeOptions): Promise<GetPdrGetDrSummaryResponseResult>
function getPdrGetDrSummaryResponseOutput(args: GetPdrGetDrSummaryResponseOutputArgs, opts?: InvokeOptions): Output<GetPdrGetDrSummaryResponseResult>def get_pdr_get_dr_summary_response(accept_language: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPdrGetDrSummaryResponseResult
def get_pdr_get_dr_summary_response_output(accept_language: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPdrGetDrSummaryResponseResult]func GetPdrGetDrSummaryResponse(ctx *Context, args *GetPdrGetDrSummaryResponseArgs, opts ...InvokeOption) (*GetPdrGetDrSummaryResponseResult, error)
func GetPdrGetDrSummaryResponseOutput(ctx *Context, args *GetPdrGetDrSummaryResponseOutputArgs, opts ...InvokeOption) GetPdrGetDrSummaryResponseResultOutput> Note: This function is named GetPdrGetDrSummaryResponse in the Go SDK.
public static class GetPdrGetDrSummaryResponse
{
public static Task<GetPdrGetDrSummaryResponseResult> InvokeAsync(GetPdrGetDrSummaryResponseArgs args, InvokeOptions? opts = null)
public static Output<GetPdrGetDrSummaryResponseResult> Invoke(GetPdrGetDrSummaryResponseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPdrGetDrSummaryResponseResult> getPdrGetDrSummaryResponse(GetPdrGetDrSummaryResponseArgs args, InvokeOptions options)
public static Output<GetPdrGetDrSummaryResponseResult> getPdrGetDrSummaryResponse(GetPdrGetDrSummaryResponseArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getPdrGetDrSummaryResponse:getPdrGetDrSummaryResponse
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - ID of the service instance.
- Accept
Language string - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- Id string
- The unique identifier of the pdr_get_dr_summary_response.
- Instance
Id string - ID of the service instance.
- Accept
Language string - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- Id string
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id String - ID of the service instance.
- accept
Language String - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- id String
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id string - ID of the service instance.
- accept
Language string - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- id string
- The unique identifier of the pdr_get_dr_summary_response.
- instance_
id str - ID of the service instance.
- accept_
language str - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- id str
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id String - ID of the service instance.
- accept
Language String - The language requested for the return document (Required, Forces new resource, String) (ex., en,it,fr,es,de,ja,ko,pt-BR,zh-HANS,zh-HANT)
- id String
- The unique identifier of the pdr_get_dr_summary_response.
getPdrGetDrSummaryResponse Result
The following output properties are available:
- Id string
- The unique identifier of the pdr_get_dr_summary_response.
- Instance
Id string - Managed
Vm List<GetLists Pdr Get Dr Summary Response Managed Vm List> - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- Orchestrator
Details List<GetPdr Get Dr Summary Response Orchestrator Detail> - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- Service
Details List<GetPdr Get Dr Summary Response Service Detail> - (List) Contains details about the DR automation service. Nested schema for service_details:
- Accept
Language string
- Id string
- The unique identifier of the pdr_get_dr_summary_response.
- Instance
Id string - Managed
Vm []GetLists Pdr Get Dr Summary Response Managed Vm List - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- Orchestrator
Details []GetPdr Get Dr Summary Response Orchestrator Detail - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- Service
Details []GetPdr Get Dr Summary Response Service Detail - (List) Contains details about the DR automation service. Nested schema for service_details:
- Accept
Language string
- id String
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id String - managed
Vm List<GetLists Pdr Get Dr Summary Response Managed Vm List> - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- orchestrator
Details List<GetPdr Get Dr Summary Response Orchestrator Detail> - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- service
Details List<GetPdr Get Dr Summary Response Service Detail> - (List) Contains details about the DR automation service. Nested schema for service_details:
- accept
Language String
- id string
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id string - managed
Vm GetLists Pdr Get Dr Summary Response Managed Vm List[] - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- orchestrator
Details GetPdr Get Dr Summary Response Orchestrator Detail[] - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- service
Details GetPdr Get Dr Summary Response Service Detail[] - (List) Contains details about the DR automation service. Nested schema for service_details:
- accept
Language string
- id str
- The unique identifier of the pdr_get_dr_summary_response.
- instance_
id str - managed_
vm_ Sequence[Getlists Pdr Get Dr Summary Response Managed Vm List] - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- orchestrator_
details Sequence[GetPdr Get Dr Summary Response Orchestrator Detail] - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- service_
details Sequence[GetPdr Get Dr Summary Response Service Detail] - (List) Contains details about the DR automation service. Nested schema for service_details:
- accept_
language str
- id String
- The unique identifier of the pdr_get_dr_summary_response.
- instance
Id String - managed
Vm List<Property Map>Lists - (Map) A flexible schema placeholder to allow any JSON value (aligns with interface{} in Go).
- orchestrator
Details List<Property Map> - (List) Contains details about the orchestrator configuration. Nested schema for orchestrator_details:
- service
Details List<Property Map> - (List) Contains details about the DR automation service. Nested schema for service_details:
- accept
Language String
Supporting Types
GetPdrGetDrSummaryResponseManagedVmList
- Core string
- Dr
Average stringTime - Dr
Region string - Memory string
- Region string
- Vm
Id string - Vm
Name string - Workgroup
Name string - Workspace
Name string
- Core string
- Dr
Average stringTime - Dr
Region string - Memory string
- Region string
- Vm
Id string - Vm
Name string - Workgroup
Name string - Workspace
Name string
- core String
- dr
Average StringTime - dr
Region String - memory String
- region String
- vm
Id String - vm
Name String - workgroup
Name String - workspace
Name String
- core string
- dr
Average stringTime - dr
Region string - memory string
- region string
- vm
Id string - vm
Name string - workgroup
Name string - workspace
Name string
- core str
- dr_
average_ strtime - dr_
region str - memory str
- region str
- vm_
id str - vm_
name str - workgroup_
name str - workspace_
name str
- core String
- dr
Average StringTime - dr
Region String - memory String
- region String
- vm
Id String - vm
Name String - workgroup
Name String - workspace
Name String
GetPdrGetDrSummaryResponseOrchestratorDetail
- Last
Updated stringOrchestrator Deployment Time - (String) The deployment time of primary orchestrator VM.
- Last
Updated stringStandby Orchestrator Deployment Time - (String) The deployment time of StandBy orchestrator VM.
- Latest
Orchestrator stringTime - (String) Latest Orchestrator Time in COS.
- Location
Id string - (String) The unique identifier of location.
- Mfa
Enabled string - (String) indicates if Multi Factor Authentication is enabled or not.
- Orch
Ext stringConnectivity Status - (String) The external connectivity status of the orchestrator.
- Orch
Standby stringNode Addition Status - (String) The status of standby node addition.
- Orchestrator
Cluster stringMessage - (String) The message regarding orchestrator cluster status.
- Orchestrator
Config stringStatus - (String) The configuration status of the orchestrator.
- Orchestrator
Group stringLeader - (String) The leader node of the orchestrator group.
- Orchestrator
Location stringType - (String) The type of orchestrator Location.
- Orchestrator
Name string - (String) The name of the primary orchestrator.
- Orchestrator
Status string - (String) The status of the primary orchestrator.
- Orchestrator
Workspace stringName - (String) The name of the orchestrator workspace.
- Proxy
Ip string - (String) The IP address of the proxy.
- Schematic
Workspace stringName - (String) The name of the schematic workspace.
- Schematic
Workspace stringStatus - (String) The status of the schematic workspace.
- Ssh
Key stringName - (String) SSH key name used for the orchestrator.
- Standby
Orchestrator stringName - (String) The name of the standby orchestrator.
- Standby
Orchestrator stringStatus - (String) The status of the standby orchestrator.
- Standby
Orchestrator stringWorkspace Name - (String) The name of the standby orchestrator workspace.
- Standby
Ssh stringKey Name - (String) SSH key name used for the standby orchestrator.
- Transit
Gateway stringName - (String) The name of the transit gateway.
- Vpc
Name string - (String) The name of the VPC.
- Last
Updated stringOrchestrator Deployment Time - (String) The deployment time of primary orchestrator VM.
- Last
Updated stringStandby Orchestrator Deployment Time - (String) The deployment time of StandBy orchestrator VM.
- Latest
Orchestrator stringTime - (String) Latest Orchestrator Time in COS.
- Location
Id string - (String) The unique identifier of location.
- Mfa
Enabled string - (String) indicates if Multi Factor Authentication is enabled or not.
- Orch
Ext stringConnectivity Status - (String) The external connectivity status of the orchestrator.
- Orch
Standby stringNode Addition Status - (String) The status of standby node addition.
- Orchestrator
Cluster stringMessage - (String) The message regarding orchestrator cluster status.
- Orchestrator
Config stringStatus - (String) The configuration status of the orchestrator.
- Orchestrator
Group stringLeader - (String) The leader node of the orchestrator group.
- Orchestrator
Location stringType - (String) The type of orchestrator Location.
- Orchestrator
Name string - (String) The name of the primary orchestrator.
- Orchestrator
Status string - (String) The status of the primary orchestrator.
- Orchestrator
Workspace stringName - (String) The name of the orchestrator workspace.
- Proxy
Ip string - (String) The IP address of the proxy.
- Schematic
Workspace stringName - (String) The name of the schematic workspace.
- Schematic
Workspace stringStatus - (String) The status of the schematic workspace.
- Ssh
Key stringName - (String) SSH key name used for the orchestrator.
- Standby
Orchestrator stringName - (String) The name of the standby orchestrator.
- Standby
Orchestrator stringStatus - (String) The status of the standby orchestrator.
- Standby
Orchestrator stringWorkspace Name - (String) The name of the standby orchestrator workspace.
- Standby
Ssh stringKey Name - (String) SSH key name used for the standby orchestrator.
- Transit
Gateway stringName - (String) The name of the transit gateway.
- Vpc
Name string - (String) The name of the VPC.
- last
Updated StringOrchestrator Deployment Time - (String) The deployment time of primary orchestrator VM.
- last
Updated StringStandby Orchestrator Deployment Time - (String) The deployment time of StandBy orchestrator VM.
- latest
Orchestrator StringTime - (String) Latest Orchestrator Time in COS.
- location
Id String - (String) The unique identifier of location.
- mfa
Enabled String - (String) indicates if Multi Factor Authentication is enabled or not.
- orch
Ext StringConnectivity Status - (String) The external connectivity status of the orchestrator.
- orch
Standby StringNode Addition Status - (String) The status of standby node addition.
- orchestrator
Cluster StringMessage - (String) The message regarding orchestrator cluster status.
- orchestrator
Config StringStatus - (String) The configuration status of the orchestrator.
- orchestrator
Group StringLeader - (String) The leader node of the orchestrator group.
- orchestrator
Location StringType - (String) The type of orchestrator Location.
- orchestrator
Name String - (String) The name of the primary orchestrator.
- orchestrator
Status String - (String) The status of the primary orchestrator.
- orchestrator
Workspace StringName - (String) The name of the orchestrator workspace.
- proxy
Ip String - (String) The IP address of the proxy.
- schematic
Workspace StringName - (String) The name of the schematic workspace.
- schematic
Workspace StringStatus - (String) The status of the schematic workspace.
- ssh
Key StringName - (String) SSH key name used for the orchestrator.
- standby
Orchestrator StringName - (String) The name of the standby orchestrator.
- standby
Orchestrator StringStatus - (String) The status of the standby orchestrator.
- standby
Orchestrator StringWorkspace Name - (String) The name of the standby orchestrator workspace.
- standby
Ssh StringKey Name - (String) SSH key name used for the standby orchestrator.
- transit
Gateway StringName - (String) The name of the transit gateway.
- vpc
Name String - (String) The name of the VPC.
- last
Updated stringOrchestrator Deployment Time - (String) The deployment time of primary orchestrator VM.
- last
Updated stringStandby Orchestrator Deployment Time - (String) The deployment time of StandBy orchestrator VM.
- latest
Orchestrator stringTime - (String) Latest Orchestrator Time in COS.
- location
Id string - (String) The unique identifier of location.
- mfa
Enabled string - (String) indicates if Multi Factor Authentication is enabled or not.
- orch
Ext stringConnectivity Status - (String) The external connectivity status of the orchestrator.
- orch
Standby stringNode Addition Status - (String) The status of standby node addition.
- orchestrator
Cluster stringMessage - (String) The message regarding orchestrator cluster status.
- orchestrator
Config stringStatus - (String) The configuration status of the orchestrator.
- orchestrator
Group stringLeader - (String) The leader node of the orchestrator group.
- orchestrator
Location stringType - (String) The type of orchestrator Location.
- orchestrator
Name string - (String) The name of the primary orchestrator.
- orchestrator
Status string - (String) The status of the primary orchestrator.
- orchestrator
Workspace stringName - (String) The name of the orchestrator workspace.
- proxy
Ip string - (String) The IP address of the proxy.
- schematic
Workspace stringName - (String) The name of the schematic workspace.
- schematic
Workspace stringStatus - (String) The status of the schematic workspace.
- ssh
Key stringName - (String) SSH key name used for the orchestrator.
- standby
Orchestrator stringName - (String) The name of the standby orchestrator.
- standby
Orchestrator stringStatus - (String) The status of the standby orchestrator.
- standby
Orchestrator stringWorkspace Name - (String) The name of the standby orchestrator workspace.
- standby
Ssh stringKey Name - (String) SSH key name used for the standby orchestrator.
- transit
Gateway stringName - (String) The name of the transit gateway.
- vpc
Name string - (String) The name of the VPC.
- last_
updated_ strorchestrator_ deployment_ time - (String) The deployment time of primary orchestrator VM.
- last_
updated_ strstandby_ orchestrator_ deployment_ time - (String) The deployment time of StandBy orchestrator VM.
- latest_
orchestrator_ strtime - (String) Latest Orchestrator Time in COS.
- location_
id str - (String) The unique identifier of location.
- mfa_
enabled str - (String) indicates if Multi Factor Authentication is enabled or not.
- orch_
ext_ strconnectivity_ status - (String) The external connectivity status of the orchestrator.
- orch_
standby_ strnode_ addition_ status - (String) The status of standby node addition.
- orchestrator_
cluster_ strmessage - (String) The message regarding orchestrator cluster status.
- orchestrator_
config_ strstatus - (String) The configuration status of the orchestrator.
- orchestrator_
group_ strleader - (String) The leader node of the orchestrator group.
- orchestrator_
location_ strtype - (String) The type of orchestrator Location.
- orchestrator_
name str - (String) The name of the primary orchestrator.
- orchestrator_
status str - (String) The status of the primary orchestrator.
- orchestrator_
workspace_ strname - (String) The name of the orchestrator workspace.
- proxy_
ip str - (String) The IP address of the proxy.
- schematic_
workspace_ strname - (String) The name of the schematic workspace.
- schematic_
workspace_ strstatus - (String) The status of the schematic workspace.
- ssh_
key_ strname - (String) SSH key name used for the orchestrator.
- standby_
orchestrator_ strname - (String) The name of the standby orchestrator.
- standby_
orchestrator_ strstatus - (String) The status of the standby orchestrator.
- standby_
orchestrator_ strworkspace_ name - (String) The name of the standby orchestrator workspace.
- standby_
ssh_ strkey_ name - (String) SSH key name used for the standby orchestrator.
- transit_
gateway_ strname - (String) The name of the transit gateway.
- vpc_
name str - (String) The name of the VPC.
- last
Updated StringOrchestrator Deployment Time - (String) The deployment time of primary orchestrator VM.
- last
Updated StringStandby Orchestrator Deployment Time - (String) The deployment time of StandBy orchestrator VM.
- latest
Orchestrator StringTime - (String) Latest Orchestrator Time in COS.
- location
Id String - (String) The unique identifier of location.
- mfa
Enabled String - (String) indicates if Multi Factor Authentication is enabled or not.
- orch
Ext StringConnectivity Status - (String) The external connectivity status of the orchestrator.
- orch
Standby StringNode Addition Status - (String) The status of standby node addition.
- orchestrator
Cluster StringMessage - (String) The message regarding orchestrator cluster status.
- orchestrator
Config StringStatus - (String) The configuration status of the orchestrator.
- orchestrator
Group StringLeader - (String) The leader node of the orchestrator group.
- orchestrator
Location StringType - (String) The type of orchestrator Location.
- orchestrator
Name String - (String) The name of the primary orchestrator.
- orchestrator
Status String - (String) The status of the primary orchestrator.
- orchestrator
Workspace StringName - (String) The name of the orchestrator workspace.
- proxy
Ip String - (String) The IP address of the proxy.
- schematic
Workspace StringName - (String) The name of the schematic workspace.
- schematic
Workspace StringStatus - (String) The status of the schematic workspace.
- ssh
Key StringName - (String) SSH key name used for the orchestrator.
- standby
Orchestrator StringName - (String) The name of the standby orchestrator.
- standby
Orchestrator StringStatus - (String) The status of the standby orchestrator.
- standby
Orchestrator StringWorkspace Name - (String) The name of the standby orchestrator workspace.
- standby
Ssh StringKey Name - (String) SSH key name used for the standby orchestrator.
- transit
Gateway StringName - (String) The name of the transit gateway.
- vpc
Name String - (String) The name of the VPC.
GetPdrGetDrSummaryResponseServiceDetail
- Crn string
- (String) The deployment crn.
- Deployment
Name string - (String) The name of the deployment.
- Description string
- (String) The Service description.
- Orchestrator
Ha bool - (Boolean) The flag indicating whether orchestartor HA is enabled.
- Plan
Name string - (String) The plan name.
- Primary
Ip stringAddress - (String) The service Orchestator primary IP address.
- Primary
Orchestrator stringDashboard Url - (String) The Primary Orchestrator Dashboard URL.
- Recovery
Location string - (String) The disaster recovery location.
- Resource
Group string - (String) The Resource group name.
- Standby
Description string - (String) The standby orchestrator current status details.
- Standby
Ip stringAddress - (String) The service Orchestator standby IP address.
- Standby
Orchestrator stringDashboard Url - (String) The Standby Orchestrator Dashboard URL.
- Standby
Status string - (String) The standby orchestrator current status.
- Status string
- (String) The Status of the service.
- Crn string
- (String) The deployment crn.
- Deployment
Name string - (String) The name of the deployment.
- Description string
- (String) The Service description.
- Orchestrator
Ha bool - (Boolean) The flag indicating whether orchestartor HA is enabled.
- Plan
Name string - (String) The plan name.
- Primary
Ip stringAddress - (String) The service Orchestator primary IP address.
- Primary
Orchestrator stringDashboard Url - (String) The Primary Orchestrator Dashboard URL.
- Recovery
Location string - (String) The disaster recovery location.
- Resource
Group string - (String) The Resource group name.
- Standby
Description string - (String) The standby orchestrator current status details.
- Standby
Ip stringAddress - (String) The service Orchestator standby IP address.
- Standby
Orchestrator stringDashboard Url - (String) The Standby Orchestrator Dashboard URL.
- Standby
Status string - (String) The standby orchestrator current status.
- Status string
- (String) The Status of the service.
- crn String
- (String) The deployment crn.
- deployment
Name String - (String) The name of the deployment.
- description String
- (String) The Service description.
- orchestrator
Ha Boolean - (Boolean) The flag indicating whether orchestartor HA is enabled.
- plan
Name String - (String) The plan name.
- primary
Ip StringAddress - (String) The service Orchestator primary IP address.
- primary
Orchestrator StringDashboard Url - (String) The Primary Orchestrator Dashboard URL.
- recovery
Location String - (String) The disaster recovery location.
- resource
Group String - (String) The Resource group name.
- standby
Description String - (String) The standby orchestrator current status details.
- standby
Ip StringAddress - (String) The service Orchestator standby IP address.
- standby
Orchestrator StringDashboard Url - (String) The Standby Orchestrator Dashboard URL.
- standby
Status String - (String) The standby orchestrator current status.
- status String
- (String) The Status of the service.
- crn string
- (String) The deployment crn.
- deployment
Name string - (String) The name of the deployment.
- description string
- (String) The Service description.
- orchestrator
Ha boolean - (Boolean) The flag indicating whether orchestartor HA is enabled.
- plan
Name string - (String) The plan name.
- primary
Ip stringAddress - (String) The service Orchestator primary IP address.
- primary
Orchestrator stringDashboard Url - (String) The Primary Orchestrator Dashboard URL.
- recovery
Location string - (String) The disaster recovery location.
- resource
Group string - (String) The Resource group name.
- standby
Description string - (String) The standby orchestrator current status details.
- standby
Ip stringAddress - (String) The service Orchestator standby IP address.
- standby
Orchestrator stringDashboard Url - (String) The Standby Orchestrator Dashboard URL.
- standby
Status string - (String) The standby orchestrator current status.
- status string
- (String) The Status of the service.
- crn str
- (String) The deployment crn.
- deployment_
name str - (String) The name of the deployment.
- description str
- (String) The Service description.
- orchestrator_
ha bool - (Boolean) The flag indicating whether orchestartor HA is enabled.
- plan_
name str - (String) The plan name.
- primary_
ip_ straddress - (String) The service Orchestator primary IP address.
- primary_
orchestrator_ strdashboard_ url - (String) The Primary Orchestrator Dashboard URL.
- recovery_
location str - (String) The disaster recovery location.
- resource_
group str - (String) The Resource group name.
- standby_
description str - (String) The standby orchestrator current status details.
- standby_
ip_ straddress - (String) The service Orchestator standby IP address.
- standby_
orchestrator_ strdashboard_ url - (String) The Standby Orchestrator Dashboard URL.
- standby_
status str - (String) The standby orchestrator current status.
- status str
- (String) The Status of the service.
- crn String
- (String) The deployment crn.
- deployment
Name String - (String) The name of the deployment.
- description String
- (String) The Service description.
- orchestrator
Ha Boolean - (Boolean) The flag indicating whether orchestartor HA is enabled.
- plan
Name String - (String) The plan name.
- primary
Ip StringAddress - (String) The service Orchestator primary IP address.
- primary
Orchestrator StringDashboard Url - (String) The Primary Orchestrator Dashboard URL.
- recovery
Location String - (String) The disaster recovery location.
- resource
Group String - (String) The Resource group name.
- standby
Description String - (String) The standby orchestrator current status details.
- standby
Ip StringAddress - (String) The service Orchestator standby IP address.
- standby
Orchestrator StringDashboard Url - (String) The Standby Orchestrator Dashboard URL.
- standby
Status String - (String) The standby orchestrator current status.
- status String
- (String) The Status of the service.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
