1. Packages
  2. Packages
  3. Ibm Provider
  4. API Docs
  5. getPhaDeployment
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 a pha_deployment. 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 phaDeployment = ibm.getPhaDeployment({
        ifNoneMatch: phaDeploymentInstance.ifNoneMatch,
        instanceId: phaDeploymentInstance.instanceId,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    pha_deployment = ibm.get_pha_deployment(if_none_match=pha_deployment_instance["ifNoneMatch"],
        instance_id=pha_deployment_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.LookupPhaDeployment(ctx, &ibm.LookupPhaDeploymentArgs{
    			IfNoneMatch: pulumi.StringRef(phaDeploymentInstance.IfNoneMatch),
    			InstanceId:  phaDeploymentInstance.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 phaDeployment = Ibm.GetPhaDeployment.Invoke(new()
        {
            IfNoneMatch = phaDeploymentInstance.IfNoneMatch,
            InstanceId = phaDeploymentInstance.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.GetPhaDeploymentArgs;
    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 phaDeployment = IbmFunctions.getPhaDeployment(GetPhaDeploymentArgs.builder()
                .ifNoneMatch(phaDeploymentInstance.ifNoneMatch())
                .instanceId(phaDeploymentInstance.instanceId())
                .build());
    
        }
    }
    
    variables:
      phaDeployment:
        fn::invoke:
          function: ibm:getPhaDeployment
          arguments:
            ifNoneMatch: ${phaDeploymentInstance.ifNoneMatch}
            instanceId: ${phaDeploymentInstance.instanceId}
    
    Example coming soon!
    

    Using getPhaDeployment

    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 getPhaDeployment(args: GetPhaDeploymentArgs, opts?: InvokeOptions): Promise<GetPhaDeploymentResult>
    function getPhaDeploymentOutput(args: GetPhaDeploymentOutputArgs, opts?: InvokeOptions): Output<GetPhaDeploymentResult>
    def get_pha_deployment(id: Optional[str] = None,
                           if_none_match: Optional[str] = None,
                           instance_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetPhaDeploymentResult
    def get_pha_deployment_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[GetPhaDeploymentResult]
    func LookupPhaDeployment(ctx *Context, args *LookupPhaDeploymentArgs, opts ...InvokeOption) (*LookupPhaDeploymentResult, error)
    func LookupPhaDeploymentOutput(ctx *Context, args *LookupPhaDeploymentOutputArgs, opts ...InvokeOption) LookupPhaDeploymentResultOutput

    > Note: This function is named LookupPhaDeployment in the Go SDK.

    public static class GetPhaDeployment 
    {
        public static Task<GetPhaDeploymentResult> InvokeAsync(GetPhaDeploymentArgs args, InvokeOptions? opts = null)
        public static Output<GetPhaDeploymentResult> Invoke(GetPhaDeploymentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPhaDeploymentResult> getPhaDeployment(GetPhaDeploymentArgs args, InvokeOptions options)
    public static Output<GetPhaDeploymentResult> getPhaDeployment(GetPhaDeploymentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getPhaDeployment:getPhaDeployment
      arguments:
        # arguments dictionary
    data "ibm_getphadeployment" "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_deployment.
    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_deployment.
    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_deployment.
    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_deployment.
    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_deployment.
    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_deployment.
    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_deployment.
    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\\-_,;=.*]+$/.

    getPhaDeployment Result

    The following output properties are available:

    CloudAccountId string
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    CreationTime string
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    CustomNetworks List<string>
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    DeprovisionTime string
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    Guid string
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    InstanceId string
    IsDuplicate bool
    (Boolean) Indicates whether deployment is duplicate.
    PlanId string
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    PowerhaLevel string
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    PrimaryClusterNodesDetails List<GetPhaDeploymentPrimaryClusterNodesDetail>
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    PrimaryLocation string
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ProvisionEndTime string
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ProvisionStartTime string
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ResourceGroupCrn string
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    ResourceInstance string
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    SecondaryClusterNodes List<GetPhaDeploymentSecondaryClusterNode>
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    SecondaryLocation string
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    ServiceId string
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    UserTags string
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    IfNoneMatch string
    CloudAccountId string
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    CreationTime string
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    CustomNetworks []string
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    DeprovisionTime string
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    Guid string
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    InstanceId string
    IsDuplicate bool
    (Boolean) Indicates whether deployment is duplicate.
    PlanId string
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    PowerhaLevel string
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    PrimaryClusterNodesDetails []GetPhaDeploymentPrimaryClusterNodesDetail
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    PrimaryLocation string
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ProvisionEndTime string
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ProvisionStartTime string
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    ResourceGroupCrn string
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    ResourceInstance string
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    SecondaryClusterNodes []GetPhaDeploymentSecondaryClusterNode
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    SecondaryLocation string
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    ServiceId string
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    UserTags string
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    IfNoneMatch string
    cloud_account_id string
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    creation_time string
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    custom_networks list(string)
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    deprovision_time string
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    guid string
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    instance_id string
    is_duplicate bool
    (Boolean) Indicates whether deployment is duplicate.
    plan_id string
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    powerha_level string
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    primary_cluster_nodes_details list(object)
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    primary_location string
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provision_end_time string
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provision_start_time string
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    resource_group_crn string
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    resource_instance string
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    secondary_cluster_nodes list(object)
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    secondary_location string
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    service_id string
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    user_tags string
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    if_none_match string
    cloudAccountId String
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    creationTime String
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    customNetworks List<String>
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    deprovisionTime String
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    guid String
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    instanceId String
    isDuplicate Boolean
    (Boolean) Indicates whether deployment is duplicate.
    planId String
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    powerhaLevel String
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    primaryClusterNodesDetails List<GetPhaDeploymentPrimaryClusterNodesDetail>
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    primaryLocation String
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionEndTime String
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionStartTime String
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    resourceGroupCrn String
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    resourceInstance String
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    secondaryClusterNodes List<GetPhaDeploymentSecondaryClusterNode>
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    secondaryLocation String
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    serviceId String
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    userTags String
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    ifNoneMatch String
    cloudAccountId string
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    creationTime string
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    customNetworks string[]
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    deprovisionTime string
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    guid string
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    instanceId string
    isDuplicate boolean
    (Boolean) Indicates whether deployment is duplicate.
    planId string
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    powerhaLevel string
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    primaryClusterNodesDetails GetPhaDeploymentPrimaryClusterNodesDetail[]
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    primaryLocation string
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionEndTime string
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionStartTime string
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    resourceGroupCrn string
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    resourceInstance string
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    secondaryClusterNodes GetPhaDeploymentSecondaryClusterNode[]
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    secondaryLocation string
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    serviceId string
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    userTags string
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    ifNoneMatch string
    cloud_account_id str
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    creation_time str
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    custom_networks Sequence[str]
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    deprovision_time str
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    guid str
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    instance_id str
    is_duplicate bool
    (Boolean) Indicates whether deployment is duplicate.
    plan_id str
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    powerha_level str
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    primary_cluster_nodes_details Sequence[GetPhaDeploymentPrimaryClusterNodesDetail]
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    primary_location str
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provision_end_time str
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provision_start_time str
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    resource_group_crn str
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    resource_instance str
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    secondary_cluster_nodes Sequence[GetPhaDeploymentSecondaryClusterNode]
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    secondary_location str
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    service_id str
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    user_tags str
    (String) User defined tags.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,-]+$/.
    if_none_match str
    cloudAccountId String
    (String) Cloud account identifier.

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    creationTime String
    (String) Timestamp expressing creation time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    customNetworks List<String>
    (List) List of custom network CIDRs.

    • Constraints: The list items must match regular expression /^[A-Za-z0-9._:\/-]+$/. The maximum length is 16 items. The minimum length is 0 items.
    deprovisionTime String
    (String) Timestamp expressing deprovision time.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
    guid String
    (String) Global unique identifier.

    • Constraints: The maximum length is 2048 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_deployment.
    instanceId String
    isDuplicate Boolean
    (Boolean) Indicates whether deployment is duplicate.
    planId String
    (String) Identifier for the service plan.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    powerhaLevel String
    (String) PowerHA version level.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    primaryClusterNodesDetails List<Property Map>
    (List) List of primary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for primary_cluster_nodes_details:
    primaryLocation String
    (String) Primary cluster location.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionEndTime String
    (String) Time stamp provisioning completed.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    provisionStartTime String
    (String) Time stamp provisioning started.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    resourceGroupCrn String
    (String) CRN of associated resource group.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:\/-]+$/.
    resourceInstance String
    (String) Resource instance identifier.

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    secondaryClusterNodes List<Property Map>
    (List) List of secondary cluster nodes.

    • Constraints: The maximum length is 8 items. The minimum length is 0 items. Nested schema for secondary_cluster_nodes:
    secondaryLocation String
    (String) Secondary cluster location.

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

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

    • Constraints: The maximum length is 2048 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:,\\- ]+$/.
    serviceId String
    (String) Identifier for the service.

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

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

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

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[A-Za-z0-9._:-]+$/.
    userTags String
    (String) User defined tags.

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

    Supporting Types

    GetPhaDeploymentPrimaryClusterNodesDetail

    AgentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    Cores double
    (Float) Number of CPU cores allocated to the node.
    IpAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    Memory double
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    Region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    AgentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    Cores float64
    (Float) Number of CPU cores allocated to the node.
    IpAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    Memory float64
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    Region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agent_status string
    (String) Status of the PHA agent running 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._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the node.
    ip_address string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running 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._:-]+$/.
    cores Double
    (Float) Number of CPU cores allocated to the node.
    ipAddress String
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory Double
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region String
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the node.
    ipAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agent_status str
    (String) Status of the PHA agent running 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._:-]+$/.
    cores float
    (Float) Number of CPU cores allocated to the node.
    ip_address str
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory float
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region str
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running 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._:-]+$/.
    cores Number
    (Float) Number of CPU cores allocated to the node.
    ipAddress String
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory Number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region String
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.

    GetPhaDeploymentSecondaryClusterNode

    AgentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    Cores double
    (Float) Number of CPU cores allocated to the node.
    IpAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    Memory double
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    Region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    AgentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    Cores float64
    (Float) Number of CPU cores allocated to the node.
    IpAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    Memory float64
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    Region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agent_status string
    (String) Status of the PHA agent running 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._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the node.
    ip_address string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running 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._:-]+$/.
    cores Double
    (Float) Number of CPU cores allocated to the node.
    ipAddress String
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory Double
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region String
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus string
    (String) Status of the PHA agent running 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._:-]+$/.
    cores number
    (Float) Number of CPU cores allocated to the node.
    ipAddress string
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region string
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agent_status str
    (String) Status of the PHA agent running 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._:-]+$/.
    cores float
    (Float) Number of CPU cores allocated to the node.
    ip_address str
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory float
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region str
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.
    agentStatus String
    (String) Status of the PHA agent running 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._:-]+$/.
    cores Number
    (Float) Number of CPU cores allocated to the node.
    ipAddress String
    (String) IP address assigned to the virtual machine.

    • Constraints: The maximum length is 16 characters. The minimum length is 1 character. The value must match regular expression /^[0-9.:]+$/.
    memory Number
    (Integer) Memory allocated to the virtual machine in MB or GB.

    • Constraints: The maximum value is 64. The minimum value is 1.
    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 /^[0-9.]+$/.
    region String
    (String) Region where the virtual machine 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 virtual machine.

    • 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 virtual machine.

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

    • 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) Workspace identifier associated with 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._:-]+$/.

    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.