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
Provides a read-only data source to retrieve information about pha_cluster_nodes. 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 phaClusterNodes = ibm.getPhaClusterNodes({
ifNoneMatch: phaClusterNodesInstance.ifNoneMatch,
instanceId: phaClusterNodesInstance.instanceId,
});
import pulumi
import pulumi_ibm as ibm
pha_cluster_nodes = ibm.get_pha_cluster_nodes(if_none_match=pha_cluster_nodes_instance["ifNoneMatch"],
instance_id=pha_cluster_nodes_instance["instanceId"])
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.LookupPhaClusterNodes(ctx, &ibm.LookupPhaClusterNodesArgs{
IfNoneMatch: pulumi.StringRef(phaClusterNodesInstance.IfNoneMatch),
InstanceId: phaClusterNodesInstance.InstanceId,
}, 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 phaClusterNodes = Ibm.GetPhaClusterNodes.Invoke(new()
{
IfNoneMatch = phaClusterNodesInstance.IfNoneMatch,
InstanceId = phaClusterNodesInstance.InstanceId,
});
});
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.GetPhaClusterNodesArgs;
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 phaClusterNodes = IbmFunctions.getPhaClusterNodes(GetPhaClusterNodesArgs.builder()
.ifNoneMatch(phaClusterNodesInstance.ifNoneMatch())
.instanceId(phaClusterNodesInstance.instanceId())
.build());
}
}
variables:
phaClusterNodes:
fn::invoke:
function: ibm:getPhaClusterNodes
arguments:
ifNoneMatch: ${phaClusterNodesInstance.ifNoneMatch}
instanceId: ${phaClusterNodesInstance.instanceId}
Example coming soon!
Using getPhaClusterNodes
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 getPhaClusterNodes(args: GetPhaClusterNodesArgs, opts?: InvokeOptions): Promise<GetPhaClusterNodesResult>
function getPhaClusterNodesOutput(args: GetPhaClusterNodesOutputArgs, opts?: InvokeOptions): Output<GetPhaClusterNodesResult>def get_pha_cluster_nodes(id: Optional[str] = None,
if_none_match: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPhaClusterNodesResult
def get_pha_cluster_nodes_output(id: pulumi.Input[Optional[str]] = None,
if_none_match: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPhaClusterNodesResult]func LookupPhaClusterNodes(ctx *Context, args *LookupPhaClusterNodesArgs, opts ...InvokeOption) (*LookupPhaClusterNodesResult, error)
func LookupPhaClusterNodesOutput(ctx *Context, args *LookupPhaClusterNodesOutputArgs, opts ...InvokeOption) LookupPhaClusterNodesResultOutput> Note: This function is named LookupPhaClusterNodes in the Go SDK.
public static class GetPhaClusterNodes
{
public static Task<GetPhaClusterNodesResult> InvokeAsync(GetPhaClusterNodesArgs args, InvokeOptions? opts = null)
public static Output<GetPhaClusterNodesResult> Invoke(GetPhaClusterNodesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPhaClusterNodesResult> getPhaClusterNodes(GetPhaClusterNodesArgs args, InvokeOptions options)
public static Output<GetPhaClusterNodesResult> getPhaClusterNodes(GetPhaClusterNodesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getPhaClusterNodes:getPhaClusterNodes
arguments:
# arguments dictionarydata "ibm_getphaclusternodes" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the pha_cluster_nodes.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the pha_cluster_nodes.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the pha_cluster_nodes.
- if_
none_ stringmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_cluster_nodes.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the pha_cluster_nodes.
- if
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id str - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id str
- The unique identifier of the pha_cluster_nodes.
- if_
none_ strmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_cluster_nodes.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
getPhaClusterNodes Result
The following output properties are available:
- Id string
- The unique identifier of the pha_cluster_nodes.
- Instance
Id string - Primary
Node List<GetDetails Pha Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Node List<GetDetails Pha Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- If
None stringMatch
- Id string
- The unique identifier of the pha_cluster_nodes.
- Instance
Id string - Primary
Node []GetDetails Pha Cluster Nodes Primary Node Detail - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Node []GetDetails Pha Cluster Nodes Secondary Node Detail - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- If
None stringMatch
- id string
- The unique identifier of the pha_cluster_nodes.
- instance_
id string - primary_
node_ list(object)details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
node_ list(object)details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- if_
none_ stringmatch
- id String
- The unique identifier of the pha_cluster_nodes.
- instance
Id String - primary
Node List<GetDetails Pha Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node List<GetDetails Pha Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- if
None StringMatch
- id string
- The unique identifier of the pha_cluster_nodes.
- instance
Id string - primary
Node GetDetails Pha Cluster Nodes Primary Node Detail[] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node GetDetails Pha Cluster Nodes Secondary Node Detail[] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- if
None stringMatch
- id str
- The unique identifier of the pha_cluster_nodes.
- instance_
id str - primary_
node_ Sequence[Getdetails Pha Cluster Nodes Primary Node Detail] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
node_ Sequence[Getdetails Pha Cluster Nodes Secondary Node Detail] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- if_
none_ strmatch
- id String
- The unique identifier of the pha_cluster_nodes.
- instance
Id String - primary
Node List<Property Map>Details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node List<Property Map>Details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- if
None StringMatch
Supporting Types
GetPhaClusterNodesPrimaryNodeDetail
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses List<string> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory double
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses []string - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory float64
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses list(string) - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Double
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses string[] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores float
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses Sequence[str] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory float
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
GetPhaClusterNodesSecondaryNodeDetail
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses List<string> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory double
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses []string - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory float64
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses list(string) - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Double
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses string[] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores float
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses Sequence[str] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory float
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
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
