published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Create, update, and delete pha_cluster_nodess with this resource.
Create PhaClusterNodes Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PhaClusterNodes(name: string, args: PhaClusterNodesArgs, opts?: CustomResourceOptions);@overload
def PhaClusterNodes(resource_name: str,
args: PhaClusterNodesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PhaClusterNodes(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_id: Optional[str] = None,
primary_cluster_nodes: Optional[Sequence[str]] = None,
accept_language: Optional[str] = None,
if_none_match: Optional[str] = None,
secondary_cluster_nodes: Optional[Sequence[str]] = None)func NewPhaClusterNodes(ctx *Context, name string, args PhaClusterNodesArgs, opts ...ResourceOption) (*PhaClusterNodes, error)public PhaClusterNodes(string name, PhaClusterNodesArgs args, CustomResourceOptions? opts = null)
public PhaClusterNodes(String name, PhaClusterNodesArgs args)
public PhaClusterNodes(String name, PhaClusterNodesArgs args, CustomResourceOptions options)
type: ibm:PhaClusterNodes
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "ibm_phaclusternodes" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PhaClusterNodesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PhaClusterNodesArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PhaClusterNodesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PhaClusterNodesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PhaClusterNodesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var phaClusterNodesResource = new Ibm.PhaClusterNodes("phaClusterNodesResource", new()
{
InstanceId = "string",
PrimaryClusterNodes = new[]
{
"string",
},
AcceptLanguage = "string",
IfNoneMatch = "string",
SecondaryClusterNodes = new[]
{
"string",
},
});
example, err := ibm.NewPhaClusterNodes(ctx, "phaClusterNodesResource", &ibm.PhaClusterNodesArgs{
InstanceId: pulumi.String("string"),
PrimaryClusterNodes: pulumi.StringArray{
pulumi.String("string"),
},
AcceptLanguage: pulumi.String("string"),
IfNoneMatch: pulumi.String("string"),
SecondaryClusterNodes: pulumi.StringArray{
pulumi.String("string"),
},
})
resource "ibm_phaclusternodes" "phaClusterNodesResource" {
instance_id = "string"
primary_cluster_nodes = ["string"]
accept_language = "string"
if_none_match = "string"
secondary_cluster_nodes = ["string"]
}
var phaClusterNodesResource = new PhaClusterNodes("phaClusterNodesResource", PhaClusterNodesArgs.builder()
.instanceId("string")
.primaryClusterNodes("string")
.acceptLanguage("string")
.ifNoneMatch("string")
.secondaryClusterNodes("string")
.build());
pha_cluster_nodes_resource = ibm.PhaClusterNodes("phaClusterNodesResource",
instance_id="string",
primary_cluster_nodes=["string"],
accept_language="string",
if_none_match="string",
secondary_cluster_nodes=["string"])
const phaClusterNodesResource = new ibm.PhaClusterNodes("phaClusterNodesResource", {
instanceId: "string",
primaryClusterNodes: ["string"],
acceptLanguage: "string",
ifNoneMatch: "string",
secondaryClusterNodes: ["string"],
});
type: ibm:PhaClusterNodes
properties:
acceptLanguage: string
ifNoneMatch: string
instanceId: string
primaryClusterNodes:
- string
secondaryClusterNodes:
- string
PhaClusterNodes Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PhaClusterNodes resource accepts the following input properties:
- 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
- Primary
Cluster List<string>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Accept
Language string - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- Secondary
Cluster List<string>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Primary
Cluster []stringNodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Accept
Language string - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- Secondary
Cluster []stringNodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- instance_
id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary_
cluster_ list(string)nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- accept_
language string - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- secondary_
cluster_ list(string)nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<String>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- accept
Language String - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- secondary
Cluster List<String>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster string[]Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- accept
Language string - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- secondary
Cluster string[]Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- instance_
id str - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary_
cluster_ Sequence[str]nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- accept_
language str - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- secondary_
cluster_ Sequence[str]nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<String>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- accept
Language String - The language requested for the return document.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- 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
- secondary
Cluster List<String>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
Outputs
All input properties are implicitly available as output properties. Additionally, the PhaClusterNodes resource produces the following output properties:
- Etag string
- ETag identifier for pha_cluster_nodes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Primary
Node List<PhaDetails Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Node List<PhaDetails Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- Etag string
- ETag identifier for pha_cluster_nodes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Primary
Node []PhaDetails Cluster Nodes Primary Node Detail - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Node []PhaDetails Cluster Nodes Secondary Node Detail - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- etag string
- ETag identifier for pha_cluster_nodes.
- id string
- The provider-assigned unique ID for this managed resource.
- primary_
node_ list(object)details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
node_ list(object)details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- etag String
- ETag identifier for pha_cluster_nodes.
- id String
- The provider-assigned unique ID for this managed resource.
- primary
Node List<PhaDetails Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node List<PhaDetails Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- etag string
- ETag identifier for pha_cluster_nodes.
- id string
- The provider-assigned unique ID for this managed resource.
- primary
Node PhaDetails Cluster Nodes Primary Node Detail[] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node PhaDetails Cluster Nodes Secondary Node Detail[] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- etag str
- ETag identifier for pha_cluster_nodes.
- id str
- The provider-assigned unique ID for this managed resource.
- primary_
node_ Sequence[Phadetails Cluster Nodes Primary Node Detail] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
node_ Sequence[Phadetails Cluster Nodes Secondary Node Detail] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- etag String
- ETag identifier for pha_cluster_nodes.
- id String
- The provider-assigned unique ID for this managed resource.
- primary
Node List<Property Map>Details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Node List<Property Map>Details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
Look up Existing PhaClusterNodes Resource
Get an existing PhaClusterNodes resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PhaClusterNodesState, opts?: CustomResourceOptions): PhaClusterNodes@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accept_language: Optional[str] = None,
etag: Optional[str] = None,
if_none_match: Optional[str] = None,
instance_id: Optional[str] = None,
primary_cluster_nodes: Optional[Sequence[str]] = None,
primary_node_details: Optional[Sequence[PhaClusterNodesPrimaryNodeDetailArgs]] = None,
secondary_cluster_nodes: Optional[Sequence[str]] = None,
secondary_node_details: Optional[Sequence[PhaClusterNodesSecondaryNodeDetailArgs]] = None) -> PhaClusterNodesfunc GetPhaClusterNodes(ctx *Context, name string, id IDInput, state *PhaClusterNodesState, opts ...ResourceOption) (*PhaClusterNodes, error)public static PhaClusterNodes Get(string name, Input<string> id, PhaClusterNodesState? state, CustomResourceOptions? opts = null)public static PhaClusterNodes get(String name, Output<String> id, PhaClusterNodesState state, CustomResourceOptions options)resources: _: type: ibm:PhaClusterNodes get: id: ${id}import {
to = ibm_phaclusternodes.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Accept
Language string - The language requested for the return document.
- 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
- Etag string
- ETag identifier for pha_cluster_nodes.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Primary
Cluster List<string>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Primary
Node List<PhaDetails Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Cluster List<string>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Secondary
Node List<PhaDetails Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- Accept
Language string - The language requested for the return document.
- 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
- Etag string
- ETag identifier for pha_cluster_nodes.
- If
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- Primary
Cluster []stringNodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Primary
Node []PhaDetails Cluster Nodes Primary Node Detail Args - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- Secondary
Cluster []stringNodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- Secondary
Node []PhaDetails Cluster Nodes Secondary Node Detail Args - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- accept_
language string - The language requested for the return document.
- 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
- etag string
- ETag identifier for pha_cluster_nodes.
- if_
none_ stringmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary_
cluster_ list(string)nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- primary_
node_ list(object)details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
cluster_ list(string)nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- secondary_
node_ list(object)details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- accept
Language String - The language requested for the return document.
- 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
- etag String
- ETag identifier for pha_cluster_nodes.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<String>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- primary
Node List<PhaDetails Cluster Nodes Primary Node Detail> - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Cluster List<String>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- secondary
Node List<PhaDetails Cluster Nodes Secondary Node Detail> - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- accept
Language string - The language requested for the return document.
- 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
- etag string
- ETag identifier for pha_cluster_nodes.
- if
None stringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id string - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster string[]Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- primary
Node PhaDetails Cluster Nodes Primary Node Detail[] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Cluster string[]Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- secondary
Node PhaDetails Cluster Nodes Secondary Node Detail[] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- accept_
language str - The language requested for the return document.
- 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
- etag str
- ETag identifier for pha_cluster_nodes.
- if_
none_ strmatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance_
id 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
- primary_
cluster_ Sequence[str]nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- primary_
node_ Sequence[Phadetails Cluster Nodes Primary Node Detail Args] - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary_
cluster_ Sequence[str]nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- secondary_
node_ Sequence[Phadetails Cluster Nodes Secondary Node Detail Args] - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
- accept
Language String - The language requested for the return document.
- 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
- etag String
- ETag identifier for pha_cluster_nodes.
- if
None StringMatch - ETag for conditional requests (optional).
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9\\-_,;=.*]+$/.
- Constraints: The maximum length is
- instance
Id String - Unique identifier of the provisioned instance.
- Constraints: The maximum length is
50characters. The minimum length is1character. The value must match regular expression/^[a-zA-Z0-9-]+$/.
- Constraints: The maximum length is
- primary
Cluster List<String>Nodes - List of primary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- primary
Node List<Property Map>Details - (List) Details of the primary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for primary_node_details:
- Constraints: The maximum length is
- secondary
Cluster List<String>Nodes - List of secondary cluster node VM IDs.
- Constraints: Minimum items are 1. Maximum items allowed are 8. Each value must match /^[A-Za-z0-9._:-]+$/. Length between 1 and 36 characters
- secondary
Node List<Property Map>Details - (List) Details of the secondary cluster nodes.
- Constraints: The maximum length is
16items. The minimum length is0items. Nested schema for secondary_node_details:
- Constraints: The maximum length is
Supporting Types
PhaClusterNodesPrimaryNodeDetail, PhaClusterNodesPrimaryNodeDetailArgs
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses List<string> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory double
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses []string - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory float64
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses list(string) - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Double
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses string[] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores float
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses Sequence[str] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory float
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
PhaClusterNodesSecondaryNodeDetail, PhaClusterNodesSecondaryNodeDetailArgs
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores double
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses List<string> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory double
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Cores float64
- (Float) Number of CPU cores allocated to the VM.
- Ip
Addresses []string - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- Memory float64
- (Float) Amount of memory allocated to the VM (in GB).
- Pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- Workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses list(string) - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Double
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Double
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status string - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses string[] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level string - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region string
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id string - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name string - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status string - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id string - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent_
status str - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores float
- (Float) Number of CPU cores allocated to the VM.
- ip_
addresses Sequence[str] - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory float
- (Float) Amount of memory allocated to the VM (in GB).
- pha_
level str - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region str
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
id str - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
name str - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm_
status str - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace_
id str - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- agent
Status String - (String) Status of the PHA agent running on the node.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- cores Number
- (Float) Number of CPU cores allocated to the VM.
- ip
Addresses List<String> - (List) List of IP addresses assigned to the VM.
- Constraints: The list items must match regular expression
/^(?:\\d{1,3}\\.){3}\\d{1,3}$/. The maximum length is16items. The minimum length is0items.
- Constraints: The list items must match regular expression
- memory Number
- (Float) Amount of memory allocated to the VM (in GB).
- pha
Level String - (String) PowerHA version level installed on the node.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- region String
- (String) Region where the VM is deployed.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Id String - (String) Unique identifier of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Name String - (String) Name of the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- vm
Status String - (String) Current status of the VM.
- Constraints: The maximum length is
16characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
- workspace
Id String - (String) ID of the workspace associated with the VM.
- Constraints: The maximum length is
2048characters. The minimum length is1character. The value must match regular expression/^[A-Za-z0-9._:-]+$/.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
published on Tuesday, May 5, 2026 by ibm-cloud
