1. Packages
  2. Packages
  3. Ibm Provider
  4. API Docs
  5. getPhaClusterNodes
Viewing docs for ibm 2.1.0
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

    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 dictionary
    data "ibm_getphaclusternodes" "name" {
        # arguments
    }

    The following arguments are supported:

    InstanceId string
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    Id string
    The unique identifier of the pha_cluster_nodes.
    IfNoneMatch string
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    InstanceId string
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    Id string
    The unique identifier of the pha_cluster_nodes.
    IfNoneMatch string
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    instance_id string
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    id string
    The unique identifier of the pha_cluster_nodes.
    if_none_match string
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    instanceId String
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    id String
    The unique identifier of the pha_cluster_nodes.
    ifNoneMatch String
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    instanceId string
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    id string
    The unique identifier of the pha_cluster_nodes.
    ifNoneMatch string
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    instance_id str
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    id str
    The unique identifier of the pha_cluster_nodes.
    if_none_match str
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    instanceId String
    Unique identifier of the provisioned instance.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9-]+$/.
    id String
    The unique identifier of the pha_cluster_nodes.
    ifNoneMatch String
    ETag for conditional requests (optional).

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.

    getPhaClusterNodes Result

    The following output properties are available:

    Id string
    The unique identifier of the pha_cluster_nodes.
    InstanceId string
    PrimaryNodeDetails List<GetPhaClusterNodesPrimaryNodeDetail>
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    SecondaryNodeDetails List<GetPhaClusterNodesSecondaryNodeDetail>
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    IfNoneMatch string
    Id string
    The unique identifier of the pha_cluster_nodes.
    InstanceId string
    PrimaryNodeDetails []GetPhaClusterNodesPrimaryNodeDetail
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    SecondaryNodeDetails []GetPhaClusterNodesSecondaryNodeDetail
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    IfNoneMatch string
    id string
    The unique identifier of the pha_cluster_nodes.
    instance_id string
    primary_node_details list(object)
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    secondary_node_details list(object)
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    if_none_match string
    id String
    The unique identifier of the pha_cluster_nodes.
    instanceId String
    primaryNodeDetails List<GetPhaClusterNodesPrimaryNodeDetail>
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    secondaryNodeDetails List<GetPhaClusterNodesSecondaryNodeDetail>
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    ifNoneMatch String
    id string
    The unique identifier of the pha_cluster_nodes.
    instanceId string
    primaryNodeDetails GetPhaClusterNodesPrimaryNodeDetail[]
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    secondaryNodeDetails GetPhaClusterNodesSecondaryNodeDetail[]
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    ifNoneMatch string
    id str
    The unique identifier of the pha_cluster_nodes.
    instance_id str
    primary_node_details Sequence[GetPhaClusterNodesPrimaryNodeDetail]
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    secondary_node_details Sequence[GetPhaClusterNodesSecondaryNodeDetail]
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    if_none_match str
    id String
    The unique identifier of the pha_cluster_nodes.
    instanceId String
    primaryNodeDetails List<Property Map>
    (List) Details of the primary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for primary_node_details:
    secondaryNodeDetails List<Property Map>
    (List) Details of the secondary cluster nodes.

    • Constraints: The maximum length is 16 items. The minimum length is 0 items. Nested schema for secondary_node_details:
    ifNoneMatch String

    Supporting Types

    GetPhaClusterNodesPrimaryNodeDetail

    AgentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Cores double
    (Float) Number of CPU cores allocated to the VM.
    IpAddresses 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 is 16 items. The minimum length is 0 items.
    Memory double
    (Float) Amount of memory allocated to the VM (in GB).
    PhaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    WorkspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    AgentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Cores float64
    (Float) Number of CPU cores allocated to the VM.
    IpAddresses []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 is 16 items. The minimum length is 0 items.
    Memory float64
    (Float) Amount of memory allocated to the VM (in GB).
    PhaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    WorkspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agent_status string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    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 is 16 items. The minimum length is 0 items.
    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 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_id string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_name string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_status string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspace_id string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores Double
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory Double
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel String
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region String
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId String
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName String
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus String
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId String
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory number
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agent_status str
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    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 is 16 items. The minimum length is 0 items.
    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 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region str
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_id str
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_name str
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_status str
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspace_id str
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores Number
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory Number
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel String
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region String
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId String
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName String
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus String
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId String
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.

    GetPhaClusterNodesSecondaryNodeDetail

    AgentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Cores double
    (Float) Number of CPU cores allocated to the VM.
    IpAddresses 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 is 16 items. The minimum length is 0 items.
    Memory double
    (Float) Amount of memory allocated to the VM (in GB).
    PhaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    WorkspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    AgentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Cores float64
    (Float) Number of CPU cores allocated to the VM.
    IpAddresses []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 is 16 items. The minimum length is 0 items.
    Memory float64
    (Float) Amount of memory allocated to the VM (in GB).
    PhaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    Region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    VmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    WorkspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agent_status string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    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 is 16 items. The minimum length is 0 items.
    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 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_id string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_name string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_status string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspace_id string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores Double
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory Double
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel String
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region String
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId String
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName String
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus String
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId String
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus string
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory number
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel string
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region string
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId string
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName string
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus string
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId string
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agent_status str
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    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 is 16 items. The minimum length is 0 items.
    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 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region str
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_id str
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_name str
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vm_status str
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspace_id str
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running on the node.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    cores Number
    (Float) Number of CPU cores allocated to the VM.
    ipAddresses 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 is 16 items. The minimum length is 0 items.
    memory Number
    (Float) Amount of memory allocated to the VM (in GB).
    phaLevel String
    (String) PowerHA version level installed on the node.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    region String
    (String) Region where the VM is deployed.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmId String
    (String) Unique identifier of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmName String
    (String) Name of the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    vmStatus String
    (String) Current status of the VM.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    workspaceId String
    (String) ID of the workspace associated with the VM.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    Viewing docs for ibm 2.1.0
    published on Tuesday, May 5, 2026 by ibm-cloud
      Try Pulumi Cloud free. Your team will thank you.