proxmoxve logo
Proxmox Virtual Environment (Proxmox VE) v5.0.1, May 27 23

proxmoxve.Cluster.getNodes

Explore with Pulumi AI

Using getNodes

function getNodes(opts?: InvokeOptions): Promise<GetNodesResult>
def get_nodes(opts: Optional[InvokeOptions] = None) -> GetNodesResult
func GetNodes(ctx *Context, opts ...InvokeOption) (*GetNodesResult, error)

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

public static class GetNodes 
{
    public static Task<GetNodesResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetNodesResult> getNodes(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: proxmoxve:Cluster/getNodes:getNodes
  arguments:
    # arguments dictionary

getNodes Result

The following output properties are available:

CpuCounts List<int>
CpuUtilizations List<double>
Id string

The provider-assigned unique ID for this managed resource.

MemoryAvailables List<int>
MemoryUseds List<int>
Names List<string>
Onlines List<bool>
SslFingerprints List<string>
SupportLevels List<string>
Uptimes List<int>
CpuCounts []int
CpuUtilizations []float64
Id string

The provider-assigned unique ID for this managed resource.

MemoryAvailables []int
MemoryUseds []int
Names []string
Onlines []bool
SslFingerprints []string
SupportLevels []string
Uptimes []int
cpuCounts List<Integer>
cpuUtilizations List<Double>
id String

The provider-assigned unique ID for this managed resource.

memoryAvailables List<Integer>
memoryUseds List<Integer>
names List<String>
onlines List<Boolean>
sslFingerprints List<String>
supportLevels List<String>
uptimes List<Integer>
cpuCounts number[]
cpuUtilizations number[]
id string

The provider-assigned unique ID for this managed resource.

memoryAvailables number[]
memoryUseds number[]
names string[]
onlines boolean[]
sslFingerprints string[]
supportLevels string[]
uptimes number[]
cpu_counts Sequence[int]
cpu_utilizations Sequence[float]
id str

The provider-assigned unique ID for this managed resource.

memory_availables Sequence[int]
memory_useds Sequence[int]
names Sequence[str]
onlines Sequence[bool]
ssl_fingerprints Sequence[str]
support_levels Sequence[str]
uptimes Sequence[int]
cpuCounts List<Number>
cpuUtilizations List<Number>
id String

The provider-assigned unique ID for this managed resource.

memoryAvailables List<Number>
memoryUseds List<Number>
names List<String>
onlines List<Boolean>
sslFingerprints List<String>
supportLevels List<String>
uptimes List<Number>

Package Details

Repository
proxmoxve muhlba91/pulumi-proxmoxve
License
Apache-2.0
Notes

This Pulumi package is based on the proxmoxve Terraform Provider.