Proxmox Virtual Environment (Proxmox VE) v5.0.1, May 27 23
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:
- Cpu
Counts List<int> - Cpu
Utilizations List<double> - Id string
The provider-assigned unique ID for this managed resource.
- Memory
Availables List<int> - Memory
Useds List<int> - Names List<string>
- Onlines List<bool>
- Ssl
Fingerprints List<string> - Support
Levels List<string> - Uptimes List<int>
- Cpu
Counts []int - Cpu
Utilizations []float64 - Id string
The provider-assigned unique ID for this managed resource.
- Memory
Availables []int - Memory
Useds []int - Names []string
- Onlines []bool
- Ssl
Fingerprints []string - Support
Levels []string - Uptimes []int
- cpu
Counts List<Integer> - cpu
Utilizations List<Double> - id String
The provider-assigned unique ID for this managed resource.
- memory
Availables List<Integer> - memory
Useds List<Integer> - names List<String>
- onlines List<Boolean>
- ssl
Fingerprints List<String> - support
Levels List<String> - uptimes List<Integer>
- cpu
Counts number[] - cpu
Utilizations number[] - id string
The provider-assigned unique ID for this managed resource.
- memory
Availables number[] - memory
Useds number[] - names string[]
- onlines boolean[]
- ssl
Fingerprints string[] - support
Levels 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]
- cpu
Counts List<Number> - cpu
Utilizations List<Number> - id String
The provider-assigned unique ID for this managed resource.
- memory
Availables List<Number> - memory
Useds List<Number> - names List<String>
- onlines List<Boolean>
- ssl
Fingerprints List<String> - support
Levels 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.