ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
Provides a read-only data source to retrieve information about a backup_recovery_manager_get_cluster_info. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoveryManagerGetClusterInfo = ibm.getBackupRecoveryManagerGetClusterInfo({});
import pulumi
import pulumi_ibm as ibm
backup_recovery_manager_get_cluster_info = ibm.get_backup_recovery_manager_get_cluster_info()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetBackupRecoveryManagerGetClusterInfo(ctx, &ibm.GetBackupRecoveryManagerGetClusterInfoArgs{}, 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 backupRecoveryManagerGetClusterInfo = Ibm.GetBackupRecoveryManagerGetClusterInfo.Invoke();
});
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.GetBackupRecoveryManagerGetClusterInfoArgs;
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 backupRecoveryManagerGetClusterInfo = IbmFunctions.getBackupRecoveryManagerGetClusterInfo(GetBackupRecoveryManagerGetClusterInfoArgs.builder()
.build());
}
}
variables:
backupRecoveryManagerGetClusterInfo:
fn::invoke:
function: ibm:getBackupRecoveryManagerGetClusterInfo
arguments: {}
Using getBackupRecoveryManagerGetClusterInfo
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 getBackupRecoveryManagerGetClusterInfo(args: GetBackupRecoveryManagerGetClusterInfoArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetClusterInfoResult>
function getBackupRecoveryManagerGetClusterInfoOutput(args: GetBackupRecoveryManagerGetClusterInfoOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetClusterInfoResult>def get_backup_recovery_manager_get_cluster_info(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetClusterInfoResult
def get_backup_recovery_manager_get_cluster_info_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetClusterInfoResult]func GetBackupRecoveryManagerGetClusterInfo(ctx *Context, args *GetBackupRecoveryManagerGetClusterInfoArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetClusterInfoResult, error)
func GetBackupRecoveryManagerGetClusterInfoOutput(ctx *Context, args *GetBackupRecoveryManagerGetClusterInfoOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetClusterInfoResultOutput> Note: This function is named GetBackupRecoveryManagerGetClusterInfo in the Go SDK.
public static class GetBackupRecoveryManagerGetClusterInfo
{
public static Task<GetBackupRecoveryManagerGetClusterInfoResult> InvokeAsync(GetBackupRecoveryManagerGetClusterInfoArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryManagerGetClusterInfoResult> Invoke(GetBackupRecoveryManagerGetClusterInfoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupRecoveryManagerGetClusterInfoResult> getBackupRecoveryManagerGetClusterInfo(GetBackupRecoveryManagerGetClusterInfoArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryManagerGetClusterInfoResult> getBackupRecoveryManagerGetClusterInfo(GetBackupRecoveryManagerGetClusterInfoArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryManagerGetClusterInfo:getBackupRecoveryManagerGetClusterInfo
arguments:
# arguments dictionaryThe following arguments are supported:
- Endpoint
Type string - Id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- Instance
Id string - Region string
- Endpoint
Type string - Id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- Instance
Id string - Region string
- endpoint
Type String - id String
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- instance
Id String - region String
- endpoint
Type string - id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- instance
Id string - region string
- endpoint_
type str - id str
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- instance_
id str - region str
- endpoint
Type String - id String
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- instance
Id String - region String
getBackupRecoveryManagerGetClusterInfo Result
The following output properties are available:
- Cohesity
Clusters List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster> - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- Id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- Region string
- Sp
Clusters List<GetBackup Recovery Manager Get Cluster Info Sp Cluster> - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- Endpoint
Type string - Instance
Id string
- Cohesity
Clusters []GetBackup Recovery Manager Get Cluster Info Cohesity Cluster - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- Id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- Region string
- Sp
Clusters []GetBackup Recovery Manager Get Cluster Info Sp Cluster - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- Endpoint
Type string - Instance
Id string
- cohesity
Clusters List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster> - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- id String
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- region String
- sp
Clusters List<GetBackup Recovery Manager Get Cluster Info Sp Cluster> - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- endpoint
Type String - instance
Id String
- cohesity
Clusters GetBackup Recovery Manager Get Cluster Info Cohesity Cluster[] - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- id string
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- region string
- sp
Clusters GetBackup Recovery Manager Get Cluster Info Sp Cluster[] - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- endpoint
Type string - instance
Id string
- cohesity_
clusters Sequence[GetBackup Recovery Manager Get Cluster Info Cohesity Cluster] - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- id str
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- region str
- sp_
clusters Sequence[GetBackup Recovery Manager Get Cluster Info Sp Cluster] - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- endpoint_
type str - instance_
id str
- cohesity
Clusters List<Property Map> - (List) Specifies the array of clusters upgrade details. Nested schema for cohesity_clusters:
- id String
- The unique identifier of the backup_recovery_manager_get_cluster_info.
- region String
- sp
Clusters List<Property Map> - (List) Specifies the array of clusters claimed from IBM Storage Protect environment. Nested schema for sp_clusters:
- endpoint
Type String - instance
Id String
Supporting Types
GetBackupRecoveryManagerGetClusterInfoCohesityCluster
- Auth
Support boolFor Pkg Downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- Available
Versions List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version> - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- Cluster
Id double - (Integer) Specifies cluster id.
- Cluster
Incarnation doubleId - (Integer) Specifies cluster incarnation id.
- Cluster
Name string - (String) Specifies cluster's name.
- Current
Patch stringVersion - (String) Specifies current patch version of the cluster.
- Current
Version string - (String) Specifies the currently running version on cluster.
- Health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- Is
Connected boolTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- Location string
- (String) Specifies the location of the cluster.
- Multi
Tenancy boolEnabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- Node
Ips List<string> - (List) Specifies an array of node ips for the cluster.
- Number
Of doubleNodes - (Integer) Specifies the number of nodes in the cluster.
- Patch
Target stringUpgrade Url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- Patch
Target stringVersion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- Provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- Scheduled
Timestamp double - (Integer) Time at which an upgrade is scheduled.
- Status string
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- Target
Upgrade stringUrl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- Target
Version string - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- Total
Capacity double - (Integer) Specifies total capacity of the cluster in bytes.
- Type string
- (String) Specifies the type of the SP cluster.
- Update
Type string - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- Used
Capacity double - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- Auth
Support boolFor Pkg Downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- Available
Versions []GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- Cluster
Id float64 - (Integer) Specifies cluster id.
- Cluster
Incarnation float64Id - (Integer) Specifies cluster incarnation id.
- Cluster
Name string - (String) Specifies cluster's name.
- Current
Patch stringVersion - (String) Specifies current patch version of the cluster.
- Current
Version string - (String) Specifies the currently running version on cluster.
- Health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- Is
Connected boolTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- Location string
- (String) Specifies the location of the cluster.
- Multi
Tenancy boolEnabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- Node
Ips []string - (List) Specifies an array of node ips for the cluster.
- Number
Of float64Nodes - (Integer) Specifies the number of nodes in the cluster.
- Patch
Target stringUpgrade Url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- Patch
Target stringVersion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- Provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- Scheduled
Timestamp float64 - (Integer) Time at which an upgrade is scheduled.
- Status string
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- Target
Upgrade stringUrl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- Target
Version string - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- Total
Capacity float64 - (Integer) Specifies total capacity of the cluster in bytes.
- Type string
- (String) Specifies the type of the SP cluster.
- Update
Type string - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- Used
Capacity float64 - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- auth
Support BooleanFor Pkg Downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- available
Versions List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version> - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- cluster
Id Double - (Integer) Specifies cluster id.
- cluster
Incarnation DoubleId - (Integer) Specifies cluster incarnation id.
- cluster
Name String - (String) Specifies cluster's name.
- current
Patch StringVersion - (String) Specifies current patch version of the cluster.
- current
Version String - (String) Specifies the currently running version on cluster.
- health String
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected BooleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- location String
- (String) Specifies the location of the cluster.
- multi
Tenancy BooleanEnabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- node
Ips List<String> - (List) Specifies an array of node ips for the cluster.
- number
Of DoubleNodes - (Integer) Specifies the number of nodes in the cluster.
- patch
Target StringUpgrade Url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- patch
Target StringVersion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- provider
Type String - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- scheduled
Timestamp Double - (Integer) Time at which an upgrade is scheduled.
- status String
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- target
Upgrade StringUrl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- target
Version String - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- total
Capacity Double - (Integer) Specifies total capacity of the cluster in bytes.
- type String
- (String) Specifies the type of the SP cluster.
- update
Type String - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- used
Capacity Double - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- auth
Support booleanFor Pkg Downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- available
Versions GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version[] - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- cluster
Id number - (Integer) Specifies cluster id.
- cluster
Incarnation numberId - (Integer) Specifies cluster incarnation id.
- cluster
Name string - (String) Specifies cluster's name.
- current
Patch stringVersion - (String) Specifies current patch version of the cluster.
- current
Version string - (String) Specifies the currently running version on cluster.
- health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected booleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- location string
- (String) Specifies the location of the cluster.
- multi
Tenancy booleanEnabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- node
Ips string[] - (List) Specifies an array of node ips for the cluster.
- number
Of numberNodes - (Integer) Specifies the number of nodes in the cluster.
- patch
Target stringUpgrade Url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- patch
Target stringVersion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- scheduled
Timestamp number - (Integer) Time at which an upgrade is scheduled.
- status string
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- target
Upgrade stringUrl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- target
Version string - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- total
Capacity number - (Integer) Specifies total capacity of the cluster in bytes.
- type string
- (String) Specifies the type of the SP cluster.
- update
Type string - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- used
Capacity number - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- auth_
support_ boolfor_ pkg_ downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- available_
versions Sequence[GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version] - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- cluster_
id float - (Integer) Specifies cluster id.
- cluster_
incarnation_ floatid - (Integer) Specifies cluster incarnation id.
- cluster_
name str - (String) Specifies cluster's name.
- current_
patch_ strversion - (String) Specifies current patch version of the cluster.
- current_
version str - (String) Specifies the currently running version on cluster.
- health str
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is_
connected_ boolto_ helios - (Boolean) Specifies if the cluster is connected to management console.
- location str
- (String) Specifies the location of the cluster.
- multi_
tenancy_ boolenabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- node_
ips Sequence[str] - (List) Specifies an array of node ips for the cluster.
- number_
of_ floatnodes - (Integer) Specifies the number of nodes in the cluster.
- patch_
target_ strupgrade_ url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- patch_
target_ strversion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- provider_
type str - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- scheduled_
timestamp float - (Integer) Time at which an upgrade is scheduled.
- status str
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- target_
upgrade_ strurl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- target_
version str - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- total_
capacity float - (Integer) Specifies total capacity of the cluster in bytes.
- type str
- (String) Specifies the type of the SP cluster.
- update_
type str - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- used_
capacity float - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- auth
Support BooleanFor Pkg Downloads - (Boolean) If cluster can support authHeader for upgrade or not.
- available
Versions List<Property Map> - (List) Specifies the release versions the cluster can upgrade to. Nested schema for available_versions:
- cluster
Id Number - (Integer) Specifies cluster id.
- cluster
Incarnation NumberId - (Integer) Specifies cluster incarnation id.
- cluster
Name String - (String) Specifies cluster's name.
- current
Patch StringVersion - (String) Specifies current patch version of the cluster.
- current
Version String - (String) Specifies the currently running version on cluster.
- health String
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected BooleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- location String
- (String) Specifies the location of the cluster.
- multi
Tenancy BooleanEnabled - (Boolean) Specifies if multi tenancy is enabled in the cluster.
- node
Ips List<String> - (List) Specifies an array of node ips for the cluster.
- number
Of NumberNodes - (Integer) Specifies the number of nodes in the cluster.
- patch
Target StringUpgrade Url - (String) Specifies the patch package URL for the cluster. This is populated for patch update only.
- patch
Target StringVersion - (String) Specifies target version to which clusters are upgrading. This is populated for patch update only.
- provider
Type String - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- scheduled
Timestamp Number - (Integer) Time at which an upgrade is scheduled.
- status String
- (String) Specifies the upgrade status of the cluster.
- Constraints: Allowable values are:
InProgress,UpgradeAvailable,UpToDate,Scheduled,Failed,ClusterUnreachable.
- Constraints: Allowable values are:
- target
Upgrade StringUrl - (String) Specifies the upgrade URL for the cluster. This is populated for upgrade only.
- target
Version String - (String) Specifies target version to which clusters are to be upgraded. This is populated for upgrade only.
- total
Capacity Number - (Integer) Specifies total capacity of the cluster in bytes.
- type String
- (String) Specifies the type of the SP cluster.
- update
Type String - (String) Specifies the type of upgrade performed on a cluster. This is to be used with status field to know the status of the upgrade action performed on cluster.
- Constraints: Allowable values are:
Upgrade,Patch,UpgradePatch.
- Constraints: Allowable values are:
- used
Capacity Number - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
GetBackupRecoveryManagerGetClusterInfoCohesityClusterAvailableVersion
- Notes string
- (String) Specifies patch release's notes.
- Patch
Details List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version Patch Detail> - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- Release
Stage string - (String) Specifies the stage of a release.
- Release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- Type string
- (String) Specifies the type of the SP cluster.
- Version string
- (String) Specifies release's version.
- Notes string
- (String) Specifies patch release's notes.
- Patch
Details []GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version Patch Detail - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- Release
Stage string - (String) Specifies the stage of a release.
- Release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- Type string
- (String) Specifies the type of the SP cluster.
- Version string
- (String) Specifies release's version.
- notes String
- (String) Specifies patch release's notes.
- patch
Details List<GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version Patch Detail> - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- release
Stage String - (String) Specifies the stage of a release.
- release
Type String - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- type String
- (String) Specifies the type of the SP cluster.
- version String
- (String) Specifies release's version.
- notes string
- (String) Specifies patch release's notes.
- patch
Details GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version Patch Detail[] - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- release
Stage string - (String) Specifies the stage of a release.
- release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- type string
- (String) Specifies the type of the SP cluster.
- version string
- (String) Specifies release's version.
- notes str
- (String) Specifies patch release's notes.
- patch_
details Sequence[GetBackup Recovery Manager Get Cluster Info Cohesity Cluster Available Version Patch Detail] - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- release_
stage str - (String) Specifies the stage of a release.
- release_
type str - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- type str
- (String) Specifies the type of the SP cluster.
- version str
- (String) Specifies release's version.
- notes String
- (String) Specifies patch release's notes.
- patch
Details List<Property Map> - (List) Specifies the details of the available patch release. Nested schema for patch_details:
- release
Stage String - (String) Specifies the stage of a release.
- release
Type String - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- type String
- (String) Specifies the type of the SP cluster.
- version String
- (String) Specifies release's version.
GetBackupRecoveryManagerGetClusterInfoCohesityClusterAvailableVersionPatchDetail
- Notes string
- (String) Specifies patch release's notes.
- Release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- Version string
- (String) Specifies release's version.
- Notes string
- (String) Specifies patch release's notes.
- Release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- Version string
- (String) Specifies release's version.
- notes String
- (String) Specifies patch release's notes.
- release
Type String - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- version String
- (String) Specifies release's version.
- notes string
- (String) Specifies patch release's notes.
- release
Type string - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- version string
- (String) Specifies release's version.
- notes str
- (String) Specifies patch release's notes.
- release_
type str - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- version str
- (String) Specifies release's version.
- notes String
- (String) Specifies patch release's notes.
- release
Type String - (String) Release's type e.g, LTS, Feature, Patch, MCM.
- version String
- (String) Specifies release's version.
GetBackupRecoveryManagerGetClusterInfoSpCluster
- Cluster
Id double - (Integer) Specifies cluster id.
- Cluster
Incarnation doubleId - (Integer) Specifies cluster incarnation id.
- Cluster
Name string - (String) Specifies cluster's name.
- Current
Version string - (String) Specifies the currently running version on cluster.
- Health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- Is
Connected boolTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- Node
Ips List<string> - (List) Specifies an array of node ips for the cluster.
- Number
Of doubleNodes - (Integer) Specifies the number of nodes in the cluster.
- Provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- Total
Capacity double - (Integer) Specifies total capacity of the cluster in bytes.
- Type string
- (String) Specifies the type of the SP cluster.
- Used
Capacity double - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- Cluster
Id float64 - (Integer) Specifies cluster id.
- Cluster
Incarnation float64Id - (Integer) Specifies cluster incarnation id.
- Cluster
Name string - (String) Specifies cluster's name.
- Current
Version string - (String) Specifies the currently running version on cluster.
- Health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- Is
Connected boolTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- Node
Ips []string - (List) Specifies an array of node ips for the cluster.
- Number
Of float64Nodes - (Integer) Specifies the number of nodes in the cluster.
- Provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- Total
Capacity float64 - (Integer) Specifies total capacity of the cluster in bytes.
- Type string
- (String) Specifies the type of the SP cluster.
- Used
Capacity float64 - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- cluster
Id Double - (Integer) Specifies cluster id.
- cluster
Incarnation DoubleId - (Integer) Specifies cluster incarnation id.
- cluster
Name String - (String) Specifies cluster's name.
- current
Version String - (String) Specifies the currently running version on cluster.
- health String
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected BooleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- node
Ips List<String> - (List) Specifies an array of node ips for the cluster.
- number
Of DoubleNodes - (Integer) Specifies the number of nodes in the cluster.
- provider
Type String - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- total
Capacity Double - (Integer) Specifies total capacity of the cluster in bytes.
- type String
- (String) Specifies the type of the SP cluster.
- used
Capacity Double - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- cluster
Id number - (Integer) Specifies cluster id.
- cluster
Incarnation numberId - (Integer) Specifies cluster incarnation id.
- cluster
Name string - (String) Specifies cluster's name.
- current
Version string - (String) Specifies the currently running version on cluster.
- health string
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected booleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- node
Ips string[] - (List) Specifies an array of node ips for the cluster.
- number
Of numberNodes - (Integer) Specifies the number of nodes in the cluster.
- provider
Type string - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- total
Capacity number - (Integer) Specifies total capacity of the cluster in bytes.
- type string
- (String) Specifies the type of the SP cluster.
- used
Capacity number - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- cluster_
id float - (Integer) Specifies cluster id.
- cluster_
incarnation_ floatid - (Integer) Specifies cluster incarnation id.
- cluster_
name str - (String) Specifies cluster's name.
- current_
version str - (String) Specifies the currently running version on cluster.
- health str
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is_
connected_ boolto_ helios - (Boolean) Specifies if the cluster is connected to management console.
- node_
ips Sequence[str] - (List) Specifies an array of node ips for the cluster.
- number_
of_ floatnodes - (Integer) Specifies the number of nodes in the cluster.
- provider_
type str - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- total_
capacity float - (Integer) Specifies total capacity of the cluster in bytes.
- type str
- (String) Specifies the type of the SP cluster.
- used_
capacity float - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
- cluster
Id Number - (Integer) Specifies cluster id.
- cluster
Incarnation NumberId - (Integer) Specifies cluster incarnation id.
- cluster
Name String - (String) Specifies cluster's name.
- current
Version String - (String) Specifies the currently running version on cluster.
- health String
- (String) Specifies the health of the cluster.
- Constraints: Allowable values are:
Critical,NonCritical.
- Constraints: Allowable values are:
- is
Connected BooleanTo Helios - (Boolean) Specifies if the cluster is connected to management console.
- node
Ips List<String> - (List) Specifies an array of node ips for the cluster.
- number
Of NumberNodes - (Integer) Specifies the number of nodes in the cluster.
- provider
Type String - (String) Specifies the type of the cluster provider.
- Constraints: Allowable values are:
kMCMCohesity,kIBMStorageProtect.
- Constraints: Allowable values are:
- total
Capacity Number - (Integer) Specifies total capacity of the cluster in bytes.
- type String
- (String) Specifies the type of the SP cluster.
- used
Capacity Number - (Integer) Specifies how much of the cluster capacity is consumed in bytes.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
