Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg
nutanix.getKarbonCluster
Explore with Pulumi AI
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg
Describes a Karbon Cluster
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const cluster = nutanix.getKarbonCluster({
    karbonClusterId: "<YOUR-CLUSTER-ID>",
});
import pulumi
import pulumi_nutanix as nutanix
cluster = nutanix.get_karbon_cluster(karbon_cluster_id="<YOUR-CLUSTER-ID>")
package main
import (
	"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := nutanix.LookupKarbonCluster(ctx, &nutanix.LookupKarbonClusterArgs{
			KarbonClusterId: pulumi.StringRef("<YOUR-CLUSTER-ID>"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() => 
{
    var cluster = Nutanix.GetKarbonCluster.Invoke(new()
    {
        KarbonClusterId = "<YOUR-CLUSTER-ID>",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetKarbonClusterArgs;
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 cluster = NutanixFunctions.getKarbonCluster(GetKarbonClusterArgs.builder()
            .karbonClusterId("<YOUR-CLUSTER-ID>")
            .build());
    }
}
variables:
  cluster:
    fn::invoke:
      Function: nutanix:getKarbonCluster
      Arguments:
        karbonClusterId: <YOUR-CLUSTER-ID>
Using getKarbonCluster
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 getKarbonCluster(args: GetKarbonClusterArgs, opts?: InvokeOptions): Promise<GetKarbonClusterResult>
function getKarbonClusterOutput(args: GetKarbonClusterOutputArgs, opts?: InvokeOptions): Output<GetKarbonClusterResult>def get_karbon_cluster(karbon_cluster_id: Optional[str] = None,
                       karbon_cluster_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetKarbonClusterResult
def get_karbon_cluster_output(karbon_cluster_id: Optional[pulumi.Input[str]] = None,
                       karbon_cluster_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetKarbonClusterResult]func LookupKarbonCluster(ctx *Context, args *LookupKarbonClusterArgs, opts ...InvokeOption) (*LookupKarbonClusterResult, error)
func LookupKarbonClusterOutput(ctx *Context, args *LookupKarbonClusterOutputArgs, opts ...InvokeOption) LookupKarbonClusterResultOutput> Note: This function is named LookupKarbonCluster in the Go SDK.
public static class GetKarbonCluster 
{
    public static Task<GetKarbonClusterResult> InvokeAsync(GetKarbonClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetKarbonClusterResult> Invoke(GetKarbonClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKarbonClusterResult> getKarbonCluster(GetKarbonClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: nutanix:index/getKarbonCluster:getKarbonCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Karbon
Cluster stringId  - Represents karbon cluster uuid
 - Karbon
Cluster stringName  - Represents the name of karbon cluster
 
- Karbon
Cluster stringId  - Represents karbon cluster uuid
 - Karbon
Cluster stringName  - Represents the name of karbon cluster
 
- karbon
Cluster StringId  - Represents karbon cluster uuid
 - karbon
Cluster StringName  - Represents the name of karbon cluster
 
- karbon
Cluster stringId  - Represents karbon cluster uuid
 - karbon
Cluster stringName  - Represents the name of karbon cluster
 
- karbon_
cluster_ strid  - Represents karbon cluster uuid
 - karbon_
cluster_ strname  - Represents the name of karbon cluster
 
- karbon
Cluster StringId  - Represents karbon cluster uuid
 - karbon
Cluster StringName  - Represents the name of karbon cluster
 
getKarbonCluster Result
The following output properties are available:
- Deployment
Type string - Etcd
Node List<PiersPools Karsenbarg. Nutanix. Outputs. Get Karbon Cluster Etcd Node Pool>  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Kubeapi
Server stringIpv4Address  - Master
Node List<PiersPools Karsenbarg. Nutanix. Outputs. Get Karbon Cluster Master Node Pool>  - Configuration of the master node pools.
 
- Name string
 - Unique name of the node pool.
 
- Status string
 - Uuid string
 - Version string
 - K8s version of the cluster.
 
- Worker
Node List<PiersPools Karsenbarg. Nutanix. Outputs. Get Karbon Cluster Worker Node Pool>  - Karbon
Cluster stringId  - Karbon
Cluster stringName  
- Deployment
Type string - Etcd
Node []GetPools Karbon Cluster Etcd Node Pool  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Kubeapi
Server stringIpv4Address  - Master
Node []GetPools Karbon Cluster Master Node Pool  - Configuration of the master node pools.
 
- Name string
 - Unique name of the node pool.
 
- Status string
 - Uuid string
 - Version string
 - K8s version of the cluster.
 
- Worker
Node []GetPools Karbon Cluster Worker Node Pool  - Karbon
Cluster stringId  - Karbon
Cluster stringName  
- deployment
Type String - etcd
Node List<GetPools Karbon Cluster Etcd Node Pool>  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - kubeapi
Server StringIpv4Address  - master
Node List<GetPools Karbon Cluster Master Node Pool>  - Configuration of the master node pools.
 
- name String
 - Unique name of the node pool.
 
- status String
 - uuid String
 - version String
 - K8s version of the cluster.
 
- worker
Node List<GetPools Karbon Cluster Worker Node Pool>  - karbon
Cluster StringId  - karbon
Cluster StringName  
- deployment
Type string - etcd
Node GetPools Karbon Cluster Etcd Node Pool[]  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 - kubeapi
Server stringIpv4Address  - master
Node GetPools Karbon Cluster Master Node Pool[]  - Configuration of the master node pools.
 
- name string
 - Unique name of the node pool.
 
- status string
 - uuid string
 - version string
 - K8s version of the cluster.
 
- worker
Node GetPools Karbon Cluster Worker Node Pool[]  - karbon
Cluster stringId  - karbon
Cluster stringName  
- deployment_
type str - etcd_
node_ Sequence[Getpools Karbon Cluster Etcd Node Pool]  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 - kubeapi_
server_ stripv4_ address  - master_
node_ Sequence[Getpools Karbon Cluster Master Node Pool]  - Configuration of the master node pools.
 
- name str
 - Unique name of the node pool.
 
- status str
 - uuid str
 - version str
 - K8s version of the cluster.
 
- worker_
node_ Sequence[Getpools Karbon Cluster Worker Node Pool]  - karbon_
cluster_ strid  - karbon_
cluster_ strname  
- deployment
Type String - etcd
Node List<Property Map>Pools  - Configuration of the node pools that the nodes in the etcd cluster belong to. The etcd nodes require a minimum of 8,192 MiB memory and 409,60 MiB disk space.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - kubeapi
Server StringIpv4Address  - master
Node List<Property Map>Pools  - Configuration of the master node pools.
 
- name String
 - Unique name of the node pool.
 
- status String
 - uuid String
 - version String
 - K8s version of the cluster.
 
- worker
Node List<Property Map>Pools  - karbon
Cluster StringId  - karbon
Cluster StringName  
Supporting Types
GetKarbonClusterEtcdNodePool     
- Ahv
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Karbon Cluster Etcd Node Pool Ahv Config>  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
List<Piers
Karsenbarg. Nutanix. Inputs. Get Karbon Cluster Etcd Node Pool Node>  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- Ahv
Configs []GetKarbon Cluster Etcd Node Pool Ahv Config  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
[]Get
Karbon Cluster Etcd Node Pool Node  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- ahv
Configs List<GetKarbon Cluster Etcd Node Pool Ahv Config>  - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes
List<Get
Karbon Cluster Etcd Node Pool Node>  - List of the deployed nodes in the node pool.
 
- num
Instances Integer - Number of nodes in the node pool.
 
- ahv
Configs GetKarbon Cluster Etcd Node Pool Ahv Config[]  - VM configuration in AHV.
 
- name string
 - Unique name of the node pool.
 
- node
Os stringVersion  - The version of the node OS image.
 
- nodes
Get
Karbon Cluster Etcd Node Pool Node[]  - List of the deployed nodes in the node pool.
 
- num
Instances number - Number of nodes in the node pool.
 
- ahv_
configs Sequence[GetKarbon Cluster Etcd Node Pool Ahv Config]  - VM configuration in AHV.
 
- name str
 - Unique name of the node pool.
 
- node_
os_ strversion  - The version of the node OS image.
 
- nodes
Sequence[Get
Karbon Cluster Etcd Node Pool Node]  - List of the deployed nodes in the node pool.
 
- num_
instances int - Number of nodes in the node pool.
 
- ahv
Configs List<Property Map> - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes List<Property Map>
 - List of the deployed nodes in the node pool.
 
- num
Instances Number - Number of nodes in the node pool.
 
GetKarbonClusterEtcdNodePoolAhvConfig       
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Integer
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Integer - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Integer - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk_
mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- memory_
mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- network_
uuid str - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism_
element_ strcluster_ uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
GetKarbonClusterEtcdNodePoolNode      
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
- hostname string
 - Hostname of the deployed node.
 
- ipv4Address string
 - IP of the deployed node.
 
- hostname str
 - Hostname of the deployed node.
 
- ipv4_
address str - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
GetKarbonClusterMasterNodePool     
- Ahv
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Karbon Cluster Master Node Pool Ahv Config>  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
List<Piers
Karsenbarg. Nutanix. Inputs. Get Karbon Cluster Master Node Pool Node>  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- Ahv
Configs []GetKarbon Cluster Master Node Pool Ahv Config  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
[]Get
Karbon Cluster Master Node Pool Node  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- ahv
Configs List<GetKarbon Cluster Master Node Pool Ahv Config>  - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes
List<Get
Karbon Cluster Master Node Pool Node>  - List of the deployed nodes in the node pool.
 
- num
Instances Integer - Number of nodes in the node pool.
 
- ahv
Configs GetKarbon Cluster Master Node Pool Ahv Config[]  - VM configuration in AHV.
 
- name string
 - Unique name of the node pool.
 
- node
Os stringVersion  - The version of the node OS image.
 
- nodes
Get
Karbon Cluster Master Node Pool Node[]  - List of the deployed nodes in the node pool.
 
- num
Instances number - Number of nodes in the node pool.
 
- ahv_
configs Sequence[GetKarbon Cluster Master Node Pool Ahv Config]  - VM configuration in AHV.
 
- name str
 - Unique name of the node pool.
 
- node_
os_ strversion  - The version of the node OS image.
 
- nodes
Sequence[Get
Karbon Cluster Master Node Pool Node]  - List of the deployed nodes in the node pool.
 
- num_
instances int - Number of nodes in the node pool.
 
- ahv
Configs List<Property Map> - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes List<Property Map>
 - List of the deployed nodes in the node pool.
 
- num
Instances Number - Number of nodes in the node pool.
 
GetKarbonClusterMasterNodePoolAhvConfig       
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Integer
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Integer - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Integer - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk_
mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- memory_
mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- network_
uuid str - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism_
element_ strcluster_ uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
GetKarbonClusterMasterNodePoolNode      
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
- hostname string
 - Hostname of the deployed node.
 
- ipv4Address string
 - IP of the deployed node.
 
- hostname str
 - Hostname of the deployed node.
 
- ipv4_
address str - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
GetKarbonClusterWorkerNodePool     
- Ahv
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Karbon Cluster Worker Node Pool Ahv Config>  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
List<Piers
Karsenbarg. Nutanix. Inputs. Get Karbon Cluster Worker Node Pool Node>  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- Ahv
Configs []GetKarbon Cluster Worker Node Pool Ahv Config  - VM configuration in AHV.
 
- Name string
 - Unique name of the node pool.
 
- Node
Os stringVersion  - The version of the node OS image.
 
- Nodes
[]Get
Karbon Cluster Worker Node Pool Node  - List of the deployed nodes in the node pool.
 
- Num
Instances int - Number of nodes in the node pool.
 
- ahv
Configs List<GetKarbon Cluster Worker Node Pool Ahv Config>  - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes
List<Get
Karbon Cluster Worker Node Pool Node>  - List of the deployed nodes in the node pool.
 
- num
Instances Integer - Number of nodes in the node pool.
 
- ahv
Configs GetKarbon Cluster Worker Node Pool Ahv Config[]  - VM configuration in AHV.
 
- name string
 - Unique name of the node pool.
 
- node
Os stringVersion  - The version of the node OS image.
 
- nodes
Get
Karbon Cluster Worker Node Pool Node[]  - List of the deployed nodes in the node pool.
 
- num
Instances number - Number of nodes in the node pool.
 
- ahv_
configs Sequence[GetKarbon Cluster Worker Node Pool Ahv Config]  - VM configuration in AHV.
 
- name str
 - Unique name of the node pool.
 
- node_
os_ strversion  - The version of the node OS image.
 
- nodes
Sequence[Get
Karbon Cluster Worker Node Pool Node]  - List of the deployed nodes in the node pool.
 
- num_
instances int - Number of nodes in the node pool.
 
- ahv
Configs List<Property Map> - VM configuration in AHV.
 
- name String
 - Unique name of the node pool.
 
- node
Os StringVersion  - The version of the node OS image.
 
- nodes List<Property Map>
 - List of the deployed nodes in the node pool.
 
- num
Instances Number - Number of nodes in the node pool.
 
GetKarbonClusterWorkerNodePoolAhvConfig       
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- Cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- Disk
Mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- Memory
Mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- Network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- Prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Integer
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Integer - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Integer - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid string - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element stringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu int
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk_
mib int - Size of local storage for each VM on the PE cluster in MiB.
 
- memory_
mib int - Memory allocated for each VM on the PE cluster in MiB.
 
- network_
uuid str - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism_
element_ strcluster_ uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
- cpu Number
 - The number of VCPUs allocated for each VM on the PE cluster.
 
- disk
Mib Number - Size of local storage for each VM on the PE cluster in MiB.
 
- memory
Mib Number - Memory allocated for each VM on the PE cluster in MiB.
 
- network
Uuid String - The UUID of the network for the VMs deployed with this resource configuration.
 
- prism
Element StringCluster Uuid  - The unique universal identifier (UUID) of the Prism Element cluster used to deploy VMs for this node pool.
 
GetKarbonClusterWorkerNodePoolNode      
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- Hostname string
 - Hostname of the deployed node.
 
- Ipv4Address string
 - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
- hostname string
 - Hostname of the deployed node.
 
- ipv4Address string
 - IP of the deployed node.
 
- hostname str
 - Hostname of the deployed node.
 
- ipv4_
address str - IP of the deployed node.
 
- hostname String
 - Hostname of the deployed node.
 
- ipv4Address String
 - IP of the deployed node.
 
Package Details
- Repository
 - nutanix pierskarsenbarg/pulumi-nutanix
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
nutanixTerraform Provider. 
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg