Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about 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 dictionarydata "ibm_getphadeployment" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the pha_deployment.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the pha_deployment.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the pha_deployment.
- if_
none_ stringmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_deployment.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the pha_deployment.
- if
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id str - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id str
- The unique identifier of the pha_deployment.
- if_
none_ strmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_deployment.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
getPhaDeployment Result
The following output properties are available:
- Cloud
Account stringId - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Connectivity
Type string - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Creation
Time string - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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 is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Deprovision
Time string - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- Guid string
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Plan
Name string - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- Powerha
Cluster stringName - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Powerha
Cluster stringType - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Powerha
Level string - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Cluster List<GetNodes Details Pha Deployment Primary Cluster Nodes Detail> - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- Primary
Location string - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Region stringName - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Workspace string - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Workspace stringName - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
End stringTime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
Start stringTime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
Status string - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region
Id string - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Resource
Group string - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Resource
Group stringCrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- Resource
Instance string - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Secondary
Cluster List<GetNodes Pha Deployment Secondary Cluster Node> - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- Secondary
Location string - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Secondary
Workspace string - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Service
Description string - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- Service
Id string - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Service
Name string - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- Standby
Region stringName - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Standby
Workspace stringName - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- string
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- If
None stringMatch
- Cloud
Account stringId - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Connectivity
Type string - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Creation
Time string - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Custom
Networks []string - (List) List of custom network CIDRs.
- Constraints: The list items must match regular expression
/^[A-Za-z0-9._:\/-]+$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Deprovision
Time string - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- Guid string
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Plan
Name string - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- Powerha
Cluster stringName - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Powerha
Cluster stringType - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Powerha
Level string - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Cluster []GetNodes Details Pha Deployment Primary Cluster Nodes Detail - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- Primary
Location string - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Region stringName - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Workspace string - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Primary
Workspace stringName - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
End stringTime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
Start stringTime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Provision
Status string - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region
Id string - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Resource
Group string - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Resource
Group stringCrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- Resource
Instance string - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Secondary
Cluster []GetNodes Pha Deployment Secondary Cluster Node - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- Secondary
Location string - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Secondary
Workspace string - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Service
Description string - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- Service
Id string - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Service
Name string - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- Standby
Region stringName - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Standby
Workspace stringName - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- string
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- If
None stringMatch
- cloud_
account_ stringid - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- connectivity_
type string - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- creation_
time string - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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 is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- deprovision_
time string - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- guid string
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- plan_
name string - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- powerha_
cluster_ stringname - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha_
cluster_ stringtype - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha_
level string - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
cluster_ list(object)nodes_ details - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- primary_
location string - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
region_ stringname - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
workspace string - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
workspace_ stringname - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
end_ stringtime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
start_ stringtime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
status string - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region_
id string - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource_
group string - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource_
group_ stringcrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- resource_
instance string - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary_
cluster_ list(object)nodes - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- secondary_
location string - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary_
workspace string - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service_
description string - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- service_
id string - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service_
name string - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- standby_
region_ stringname - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- standby_
workspace_ stringname - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- string
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- if_
none_ stringmatch
- cloud
Account StringId - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- connectivity
Type String - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- creation
Time String - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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 is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- deprovision
Time String - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- guid String
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_deployment.
- instance
Id String - is
Duplicate Boolean - (Boolean) Indicates whether deployment is duplicate.
- plan
Id String - (String) Identifier for the service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- plan
Name String - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- powerha
Cluster StringName - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Cluster StringType - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Level String - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<GetNodes Details Pha Deployment Primary Cluster Nodes Detail> - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- primary
Location String - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Region StringName - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace String - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace StringName - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
End StringTime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Start StringTime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Status String - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region
Id String - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group String - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group StringCrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- resource
Instance String - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Cluster List<GetNodes Pha Deployment Secondary Cluster Node> - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- secondary
Location String - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Workspace String - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Description String - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- service
Id String - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Name String - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- standby
Region StringName - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- standby
Workspace StringName - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- String
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- if
None StringMatch
- cloud
Account stringId - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- connectivity
Type string - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- creation
Time string - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- custom
Networks string[] - (List) List of custom network CIDRs.
- Constraints: The list items must match regular expression
/^[A-Za-z0-9._:\/-]+$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- deprovision
Time string - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- guid string
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the pha_deployment.
- instance
Id string - is
Duplicate boolean - (Boolean) Indicates whether deployment is duplicate.
- plan
Id string - (String) Identifier for the service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- plan
Name string - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- powerha
Cluster stringName - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Cluster stringType - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Level string - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Cluster GetNodes Details Pha Deployment Primary Cluster Nodes Detail[] - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- primary
Location string - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Region stringName - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace string - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace stringName - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
End stringTime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Start stringTime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Status string - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region
Id string - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group string - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group stringCrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- resource
Instance string - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Cluster GetNodes Pha Deployment Secondary Cluster Node[] - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- secondary
Location string - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Workspace string - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Description string - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- service
Id string - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Name string - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- standby
Region stringName - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- standby
Workspace stringName - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- string
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- if
None stringMatch
- cloud_
account_ strid - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- connectivity_
type str - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- creation_
time str - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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 is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- deprovision_
time str - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- guid str
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- plan_
name str - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- powerha_
cluster_ strname - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha_
cluster_ strtype - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha_
level str - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
cluster_ Sequence[Getnodes_ details Pha Deployment Primary Cluster Nodes Detail] - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- primary_
location str - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
region_ strname - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
workspace str - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary_
workspace_ strname - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
end_ strtime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
start_ strtime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision_
status str - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region_
id str - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource_
group str - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource_
group_ strcrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- resource_
instance str - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary_
cluster_ Sequence[Getnodes Pha Deployment Secondary Cluster Node] - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- secondary_
location str - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary_
workspace str - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service_
description str - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- service_
id str - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service_
name str - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- standby_
region_ strname - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- standby_
workspace_ strname - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- str
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- if_
none_ strmatch
- cloud
Account StringId - (String) Cloud account identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- connectivity
Type String - (String) Type of network connectivity.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- creation
Time String - (String) Timestamp expressing creation time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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 is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- deprovision
Time String - (String) Timestamp expressing deprovision time.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$/.
- Constraints: The maximum length is
- guid String
- (String) Global unique identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the pha_deployment.
- instance
Id String - is
Duplicate Boolean - (Boolean) Indicates whether deployment is duplicate.
- plan
Id String - (String) Identifier for the service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- plan
Name String - (String) Name of service plan.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- powerha
Cluster StringName - (String) Name of the PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Cluster StringType - (String) Type of PowerHA cluster.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- powerha
Level String - (String) PowerHA version level.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<Property Map>Nodes Details - (List) List of primary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for primary_cluster_nodes_details:
- Constraints: The maximum length is
- primary
Location String - (String) Primary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Region StringName - (String) name of the primary workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace String - (String) Primary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- primary
Workspace StringName - (String) name of the primary workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
End StringTime - (String) Time stamp provisioning completed.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Start StringTime - (String) Time stamp provisioning started.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- provision
Status String - (String) Current provision status.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region
Id String - (String) Deployment region identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group String - (String) Name of the resource group.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- resource
Group StringCrn - (String) CRN of associated resource group.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:\/-]+$/.
- Constraints: The maximum length is
- resource
Instance String - (String) Resource instance identifier.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Cluster List<Property Map>Nodes - (List) List of secondary cluster nodes.
- Constraints: The maximum length is
8items. The minimum length is0items. Nested schema for secondary_cluster_nodes:
- Constraints: The maximum length is
- secondary
Location String - (String) Secondary cluster location.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- secondary
Workspace String - (String) Secondary workspace identifier.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Description String - (String) Description of provisioned service.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,\\- ]+$/.
- Constraints: The maximum length is
- service
Id String - (String) Identifier for the service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- service
Name String - (String) Name of service.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._: -]+$/.
- Constraints: The maximum length is
- standby
Region StringName - (String) name of the standby workspace region.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- standby
Workspace StringName - (String) name of the standby workspace.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- String
- (String) User defined tags.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:,-]+$/.
- Constraints: The maximum length is
- if
None StringMatch
Supporting Types
GetPhaDeploymentPrimaryClusterNodesDetail
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- Memory double
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- Memory float64
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory Double
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory float
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory Number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
GetPhaDeploymentSecondaryClusterNode
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- Memory double
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- Memory float64
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory Double
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory float
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- 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
16characters. The minimum length is1character. The value must match regular expression/^[0-9.:]+$/.
- Constraints: The maximum length is
- memory Number
- (Integer) Memory allocated to the virtual machine in MB or GB.
- Constraints: The maximum value is
64. The minimum value is1.
- Constraints: The maximum value is
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[0-9.]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the virtual machine is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current operational status of the virtual machine.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) Workspace identifier associated with the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
