config

package
v4.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEndpoint

func GetEndpoint(ctx *pulumi.Context) string

The endpoint for the Proxmox Virtual Environment API

func GetInsecure

func GetInsecure(ctx *pulumi.Context) bool

Whether to skip the TLS verification step

func GetOtp

func GetOtp(ctx *pulumi.Context) string

The one-time password for the Proxmox Virtual Environment API

func GetPassword

func GetPassword(ctx *pulumi.Context) string

The password for the Proxmox Virtual Environment API

func GetUsername

func GetUsername(ctx *pulumi.Context) string

The username for the Proxmox Virtual Environment API

func GetVirtualEnvironment deprecated

func GetVirtualEnvironment(ctx *pulumi.Context) string

Deprecated: Move attributes out of virtual_environment block

Types

type VirtualEnvironment

type VirtualEnvironment struct {
	Endpoint *string `pulumi:"endpoint"`
	Insecure *bool   `pulumi:"insecure"`
	Otp      *string `pulumi:"otp"`
	Password *string `pulumi:"password"`
	Username *string `pulumi:"username"`
}

type VirtualEnvironmentArgs

type VirtualEnvironmentArgs struct {
	Endpoint pulumi.StringPtrInput `pulumi:"endpoint"`
	Insecure pulumi.BoolPtrInput   `pulumi:"insecure"`
	Otp      pulumi.StringPtrInput `pulumi:"otp"`
	Password pulumi.StringPtrInput `pulumi:"password"`
	Username pulumi.StringPtrInput `pulumi:"username"`
}

func (VirtualEnvironmentArgs) ElementType

func (VirtualEnvironmentArgs) ElementType() reflect.Type

func (VirtualEnvironmentArgs) ToVirtualEnvironmentOutput

func (i VirtualEnvironmentArgs) ToVirtualEnvironmentOutput() VirtualEnvironmentOutput

func (VirtualEnvironmentArgs) ToVirtualEnvironmentOutputWithContext

func (i VirtualEnvironmentArgs) ToVirtualEnvironmentOutputWithContext(ctx context.Context) VirtualEnvironmentOutput

type VirtualEnvironmentInput

type VirtualEnvironmentInput interface {
	pulumi.Input

	ToVirtualEnvironmentOutput() VirtualEnvironmentOutput
	ToVirtualEnvironmentOutputWithContext(context.Context) VirtualEnvironmentOutput
}

VirtualEnvironmentInput is an input type that accepts VirtualEnvironmentArgs and VirtualEnvironmentOutput values. You can construct a concrete instance of `VirtualEnvironmentInput` via:

VirtualEnvironmentArgs{...}

type VirtualEnvironmentOutput

type VirtualEnvironmentOutput struct{ *pulumi.OutputState }

func (VirtualEnvironmentOutput) ElementType

func (VirtualEnvironmentOutput) ElementType() reflect.Type

func (VirtualEnvironmentOutput) Endpoint

func (VirtualEnvironmentOutput) Insecure

func (VirtualEnvironmentOutput) Otp

func (VirtualEnvironmentOutput) Password

func (VirtualEnvironmentOutput) ToVirtualEnvironmentOutput

func (o VirtualEnvironmentOutput) ToVirtualEnvironmentOutput() VirtualEnvironmentOutput

func (VirtualEnvironmentOutput) ToVirtualEnvironmentOutputWithContext

func (o VirtualEnvironmentOutput) ToVirtualEnvironmentOutputWithContext(ctx context.Context) VirtualEnvironmentOutput

func (VirtualEnvironmentOutput) Username

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL