Proxmox Virtual Environment (Proxmox VE) v6.18.1 published on Tuesday, Jan 7, 2025 by Daniel Muehlbachler-Pietrzykowski
proxmoxve.Acme.getPlugins
Explore with Pulumi AI
Proxmox Virtual Environment (Proxmox VE) v6.18.1 published on Tuesday, Jan 7, 2025 by Daniel Muehlbachler-Pietrzykowski
Retrieves the list of ACME plugins.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as proxmoxve from "@pulumi/proxmoxve";
const example = proxmoxve.Acme.getPlugins({});
export const dataProxmoxVirtualEnvironmentAcmePlugins = example.then(example => example.plugins);
import pulumi
import pulumi_proxmoxve as proxmoxve
example = proxmoxve.Acme.get_plugins()
pulumi.export("dataProxmoxVirtualEnvironmentAcmePlugins", example.plugins)
package main
import (
	"github.com/muhlba91/pulumi-proxmoxve/sdk/v6/go/proxmoxve/Acme"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := Acme.GetPlugins(ctx, map[string]interface{}{}, nil)
		if err != nil {
			return err
		}
		ctx.Export("dataProxmoxVirtualEnvironmentAcmePlugins", example.Plugins)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using ProxmoxVE = Pulumi.ProxmoxVE;
return await Deployment.RunAsync(() => 
{
    var example = ProxmoxVE.Acme.GetPlugins.Invoke();
    return new Dictionary<string, object?>
    {
        ["dataProxmoxVirtualEnvironmentAcmePlugins"] = example.Apply(getPluginsResult => getPluginsResult.Plugins),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.proxmoxve.Acme.AcmeFunctions;
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 example = AcmeFunctions.getPlugins();
        ctx.export("dataProxmoxVirtualEnvironmentAcmePlugins", example.applyValue(getPluginsResult -> getPluginsResult.plugins()));
    }
}
variables:
  example:
    fn::invoke:
      function: proxmoxve:Acme:getPlugins
      arguments: {}
outputs:
  dataProxmoxVirtualEnvironmentAcmePlugins: ${example.plugins}
Using getPlugins
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 getPlugins(opts?: InvokeOptions): Promise<GetPluginsResult>
function getPluginsOutput(opts?: InvokeOptions): Output<GetPluginsResult>def get_plugins(opts: Optional[InvokeOptions] = None) -> GetPluginsResult
def get_plugins_output(opts: Optional[InvokeOptions] = None) -> Output[GetPluginsResult]func GetPlugins(ctx *Context, opts ...InvokeOption) (*GetPluginsResult, error)
func GetPluginsOutput(ctx *Context, opts ...InvokeOption) GetPluginsResultOutput> Note: This function is named GetPlugins in the Go SDK.
public static class GetPlugins 
{
    public static Task<GetPluginsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetPluginsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPluginsResult> getPlugins(InvokeOptions options)
public static Output<GetPluginsResult> getPlugins(InvokeOptions options)
fn::invoke:
  function: proxmoxve:Acme/getPlugins:getPlugins
  arguments:
    # arguments dictionarygetPlugins Result
The following output properties are available:
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Plugins
List<Pulumi.
Proxmox VE. Acme. Outputs. Get Plugins Plugin>  - List of ACME plugins
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Plugins
[]Get
Plugins Plugin  - List of ACME plugins
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - plugins
List<Get
Plugins Plugin>  - List of ACME plugins
 
- id string
 - The provider-assigned unique ID for this managed resource.
 - plugins
Get
Plugins Plugin[]  - List of ACME plugins
 
- id str
 - The provider-assigned unique ID for this managed resource.
 - plugins
Sequence[acme.
Get Plugins Plugin]  - List of ACME plugins
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - plugins List<Property Map>
 - List of ACME plugins
 
Supporting Types
GetPluginsPlugin  
- Api string
 - API plugin name.
 - Data Dictionary<string, string>
 - DNS plugin data.
 - Digest string
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - Plugin string
 - ACME Plugin ID name.
 - Type string
 - ACME challenge type (dns, standalone).
 - Validation
Delay int - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
- Api string
 - API plugin name.
 - Data map[string]string
 - DNS plugin data.
 - Digest string
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - Plugin string
 - ACME Plugin ID name.
 - Type string
 - ACME challenge type (dns, standalone).
 - Validation
Delay int - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
- api String
 - API plugin name.
 - data Map<String,String>
 - DNS plugin data.
 - digest String
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - plugin String
 - ACME Plugin ID name.
 - type String
 - ACME challenge type (dns, standalone).
 - validation
Delay Integer - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
- api string
 - API plugin name.
 - data {[key: string]: string}
 - DNS plugin data.
 - digest string
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - plugin string
 - ACME Plugin ID name.
 - type string
 - ACME challenge type (dns, standalone).
 - validation
Delay number - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
- api str
 - API plugin name.
 - data Mapping[str, str]
 - DNS plugin data.
 - digest str
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - plugin str
 - ACME Plugin ID name.
 - type str
 - ACME challenge type (dns, standalone).
 - validation_
delay int - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
- api String
 - API plugin name.
 - data Map<String>
 - DNS plugin data.
 - digest String
 - Prevent changes if current configuration file has a different digest. This can be used to prevent concurrent modifications.
 - plugin String
 - ACME Plugin ID name.
 - type String
 - ACME challenge type (dns, standalone).
 - validation
Delay Number - Extra delay in seconds to wait before requesting validation. Allows to cope with a long TTL of DNS records (0 - 172800).
 
Package Details
- Repository
 - proxmoxve muhlba91/pulumi-proxmoxve
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
proxmoxTerraform Provider. 
Proxmox Virtual Environment (Proxmox VE) v6.18.1 published on Tuesday, Jan 7, 2025 by Daniel Muehlbachler-Pietrzykowski