1. Packages
  2. Packages
  3. Ibm Provider
  4. API Docs
  5. PhaClusterNodes
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

    Create, update, and delete pha_cluster_nodess with this resource.

    Create PhaClusterNodes Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PhaClusterNodes(name: string, args: PhaClusterNodesArgs, opts?: CustomResourceOptions);
    @overload
    def PhaClusterNodes(resource_name: str,
                        args: PhaClusterNodesArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def PhaClusterNodes(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        instance_id: Optional[str] = None,
                        primary_cluster_nodes: Optional[Sequence[str]] = None,
                        accept_language: Optional[str] = None,
                        if_none_match: Optional[str] = None,
                        secondary_cluster_nodes: Optional[Sequence[str]] = None)
    func NewPhaClusterNodes(ctx *Context, name string, args PhaClusterNodesArgs, opts ...ResourceOption) (*PhaClusterNodes, error)
    public PhaClusterNodes(string name, PhaClusterNodesArgs args, CustomResourceOptions? opts = null)
    public PhaClusterNodes(String name, PhaClusterNodesArgs args)
    public PhaClusterNodes(String name, PhaClusterNodesArgs args, CustomResourceOptions options)
    
    type: ibm:PhaClusterNodes
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "ibm_phaclusternodes" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PhaClusterNodesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PhaClusterNodesArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PhaClusterNodesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PhaClusterNodesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PhaClusterNodesArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var phaClusterNodesResource = new Ibm.PhaClusterNodes("phaClusterNodesResource", new()
    {
        InstanceId = "string",
        PrimaryClusterNodes = new[]
        {
            "string",
        },
        AcceptLanguage = "string",
        IfNoneMatch = "string",
        SecondaryClusterNodes = new[]
        {
            "string",
        },
    });
    
    example, err := ibm.NewPhaClusterNodes(ctx, "phaClusterNodesResource", &ibm.PhaClusterNodesArgs{
    	InstanceId: pulumi.String("string"),
    	PrimaryClusterNodes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AcceptLanguage: pulumi.String("string"),
    	IfNoneMatch:    pulumi.String("string"),
    	SecondaryClusterNodes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    resource "ibm_phaclusternodes" "phaClusterNodesResource" {
      instance_id             = "string"
      primary_cluster_nodes   = ["string"]
      accept_language         = "string"
      if_none_match           = "string"
      secondary_cluster_nodes = ["string"]
    }
    
    var phaClusterNodesResource = new PhaClusterNodes("phaClusterNodesResource", PhaClusterNodesArgs.builder()
        .instanceId("string")
        .primaryClusterNodes("string")
        .acceptLanguage("string")
        .ifNoneMatch("string")
        .secondaryClusterNodes("string")
        .build());
    
    pha_cluster_nodes_resource = ibm.PhaClusterNodes("phaClusterNodesResource",
        instance_id="string",
        primary_cluster_nodes=["string"],
        accept_language="string",
        if_none_match="string",
        secondary_cluster_nodes=["string"])
    
    const phaClusterNodesResource = new ibm.PhaClusterNodes("phaClusterNodesResource", {
        instanceId: "string",
        primaryClusterNodes: ["string"],
        acceptLanguage: "string",
        ifNoneMatch: "string",
        secondaryClusterNodes: ["string"],
    });
    
    type: ibm:PhaClusterNodes
    properties:
        acceptLanguage: string
        ifNoneMatch: string
        instanceId: string
        primaryClusterNodes:
            - string
        secondaryClusterNodes:
            - string
    

    PhaClusterNodes Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PhaClusterNodes resource accepts the following input properties:

    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-]+$/.
    PrimaryClusterNodes List<string>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    AcceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    SecondaryClusterNodes List<string>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    PrimaryClusterNodes []string
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    AcceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    SecondaryClusterNodes []string
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    primary_cluster_nodes list(string)
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    accept_language string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    secondary_cluster_nodes list(string)
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    primaryClusterNodes List<String>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    acceptLanguage String
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    secondaryClusterNodes List<String>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    primaryClusterNodes string[]
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    acceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    secondaryClusterNodes string[]
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    primary_cluster_nodes Sequence[str]
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    accept_language str
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    secondary_cluster_nodes Sequence[str]
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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-]+$/.
    primaryClusterNodes List<String>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    acceptLanguage String
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    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\\-_,;=.*]+$/.
    secondaryClusterNodes List<String>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PhaClusterNodes resource produces the following output properties:

    Etag string
    ETag identifier for pha_cluster_nodes.
    Id string
    The provider-assigned unique ID for this managed resource.
    PrimaryNodeDetails List<PhaClusterNodesPrimaryNodeDetail>
    (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<PhaClusterNodesSecondaryNodeDetail>
    (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:
    Etag string
    ETag identifier for pha_cluster_nodes.
    Id string
    The provider-assigned unique ID for this managed resource.
    PrimaryNodeDetails []PhaClusterNodesPrimaryNodeDetail
    (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 []PhaClusterNodesSecondaryNodeDetail
    (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:
    etag string
    ETag identifier for pha_cluster_nodes.
    id string
    The provider-assigned unique ID for this managed resource.
    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:
    etag String
    ETag identifier for pha_cluster_nodes.
    id String
    The provider-assigned unique ID for this managed resource.
    primaryNodeDetails List<PhaClusterNodesPrimaryNodeDetail>
    (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<PhaClusterNodesSecondaryNodeDetail>
    (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:
    etag string
    ETag identifier for pha_cluster_nodes.
    id string
    The provider-assigned unique ID for this managed resource.
    primaryNodeDetails PhaClusterNodesPrimaryNodeDetail[]
    (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 PhaClusterNodesSecondaryNodeDetail[]
    (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:
    etag str
    ETag identifier for pha_cluster_nodes.
    id str
    The provider-assigned unique ID for this managed resource.
    primary_node_details Sequence[PhaClusterNodesPrimaryNodeDetail]
    (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[PhaClusterNodesSecondaryNodeDetail]
    (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:
    etag String
    ETag identifier for pha_cluster_nodes.
    id String
    The provider-assigned unique ID for this managed resource.
    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:

    Look up Existing PhaClusterNodes Resource

    Get an existing PhaClusterNodes resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PhaClusterNodesState, opts?: CustomResourceOptions): PhaClusterNodes
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accept_language: Optional[str] = None,
            etag: Optional[str] = None,
            if_none_match: Optional[str] = None,
            instance_id: Optional[str] = None,
            primary_cluster_nodes: Optional[Sequence[str]] = None,
            primary_node_details: Optional[Sequence[PhaClusterNodesPrimaryNodeDetailArgs]] = None,
            secondary_cluster_nodes: Optional[Sequence[str]] = None,
            secondary_node_details: Optional[Sequence[PhaClusterNodesSecondaryNodeDetailArgs]] = None) -> PhaClusterNodes
    func GetPhaClusterNodes(ctx *Context, name string, id IDInput, state *PhaClusterNodesState, opts ...ResourceOption) (*PhaClusterNodes, error)
    public static PhaClusterNodes Get(string name, Input<string> id, PhaClusterNodesState? state, CustomResourceOptions? opts = null)
    public static PhaClusterNodes get(String name, Output<String> id, PhaClusterNodesState state, CustomResourceOptions options)
    resources:  _:    type: ibm:PhaClusterNodes    get:      id: ${id}
    import {
      to = ibm_phaclusternodes.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AcceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    Etag string
    ETag identifier for 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-]+$/.
    PrimaryClusterNodes List<string>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    PrimaryNodeDetails List<PhaClusterNodesPrimaryNodeDetail>
    (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:
    SecondaryClusterNodes List<string>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    SecondaryNodeDetails List<PhaClusterNodesSecondaryNodeDetail>
    (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:
    AcceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    Etag string
    ETag identifier for 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-]+$/.
    PrimaryClusterNodes []string
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    PrimaryNodeDetails []PhaClusterNodesPrimaryNodeDetailArgs
    (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:
    SecondaryClusterNodes []string
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    SecondaryNodeDetails []PhaClusterNodesSecondaryNodeDetailArgs
    (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:
    accept_language string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    etag string
    ETag identifier for 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\\-_,;=.*]+$/.
    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-]+$/.
    primary_cluster_nodes list(string)
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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_cluster_nodes list(string)
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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:
    acceptLanguage String
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    etag String
    ETag identifier for 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-]+$/.
    primaryClusterNodes List<String>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    primaryNodeDetails List<PhaClusterNodesPrimaryNodeDetail>
    (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:
    secondaryClusterNodes List<String>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    secondaryNodeDetails List<PhaClusterNodesSecondaryNodeDetail>
    (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:
    acceptLanguage string
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    etag string
    ETag identifier for 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-]+$/.
    primaryClusterNodes string[]
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    primaryNodeDetails PhaClusterNodesPrimaryNodeDetail[]
    (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:
    secondaryClusterNodes string[]
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    secondaryNodeDetails PhaClusterNodesSecondaryNodeDetail[]
    (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:
    accept_language str
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    etag str
    ETag identifier for 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\\-_,;=.*]+$/.
    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-]+$/.
    primary_cluster_nodes Sequence[str]
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    primary_node_details Sequence[PhaClusterNodesPrimaryNodeDetailArgs]
    (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_cluster_nodes Sequence[str]
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    secondary_node_details Sequence[PhaClusterNodesSecondaryNodeDetailArgs]
    (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:
    acceptLanguage String
    The language requested for the return document.

    • Constraints: The maximum length is 50 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9\\-_,;=.*]+$/.
    etag String
    ETag identifier for 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-]+$/.
    primaryClusterNodes List<String>
    List of primary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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:
    secondaryClusterNodes List<String>
    List of secondary cluster node VM IDs.

    • Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
    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:

    Supporting Types

    PhaClusterNodesPrimaryNodeDetail, PhaClusterNodesPrimaryNodeDetailArgs

    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._:-]+$/.

    PhaClusterNodesSecondaryNodeDetail, PhaClusterNodesSecondaryNodeDetailArgs

    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.