Full Code of muhlba91/pulumi-proxmoxve for AI

main 4615da2fa771 cached
2312 files
27.1 MB
7.2M tokens
47797 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (28,966K chars total). Download the full file to get everything.
Repository: muhlba91/pulumi-proxmoxve
Branch: main
Commit: 4615da2fa771
Files: 2312
Total size: 27.1 MB

Directory structure:
gitextract_ovzgu0k3/

├── .all-contributorsrc
├── .conform.yaml
├── .devcontainer/
│   └── devcontainer.json
├── .github/
│   ├── CODEOWNERS
│   ├── FUNDING.yml
│   └── workflows/
│       ├── codeql.yml
│       ├── dependency_review.yml
│       ├── release.yml
│       ├── scorecard.yml
│       └── verify.yml
├── .gitignore
├── .golangci.yml
├── .goreleaser.yml
├── .pre-commit-config.yaml
├── .pulumi-java-gen.version
├── .release-please-manifest.json
├── CHANGELOG.md
├── CODE-OF-CONDUCT.md
├── COPYRIGHT
├── LICENSE
├── Makefile
├── README.md
├── docs/
│   ├── _index.md
│   └── installation-configuration.md
├── examples/
│   ├── .gitignore
│   ├── go.mod
│   └── go.sum
├── provider/
│   ├── cmd/
│   │   ├── pulumi-resource-proxmoxve/
│   │   │   ├── .gitignore
│   │   │   ├── Pulumi.yaml
│   │   │   ├── bridge-metadata.json
│   │   │   ├── generate.go
│   │   │   ├── main.go
│   │   │   ├── schema-embed.json
│   │   │   └── schema.json
│   │   └── pulumi-tfgen-proxmoxve/
│   │       └── main.go
│   ├── go.mod
│   ├── go.sum
│   ├── pkg/
│   │   └── version/
│   │       └── version.go
│   └── resources.go
├── release-please-config.json
├── renovate.json
└── sdk/
    ├── .gitignore
    ├── dotnet/
    │   ├── .gitattributes
    │   ├── .gitignore
    │   ├── Acl.cs
    │   ├── AclLegacy.cs
    │   ├── Acme/
    │   │   ├── Account.cs
    │   │   ├── AccountLegacy.cs
    │   │   ├── Certificate.cs
    │   │   ├── CertificateLegacy.cs
    │   │   ├── Dns/
    │   │   │   ├── Plugin.cs
    │   │   │   ├── PluginLegacy.cs
    │   │   │   └── README.md
    │   │   ├── GetAccount.cs
    │   │   ├── GetAccountLegacy.cs
    │   │   ├── GetAccounts.cs
    │   │   ├── GetAccountsLegacy.cs
    │   │   ├── GetPlugin.cs
    │   │   ├── GetPluginLegacy.cs
    │   │   ├── GetPlugins.cs
    │   │   ├── GetPluginsLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── CertificateDomainArgs.cs
    │   │   │   ├── CertificateDomainGetArgs.cs
    │   │   │   ├── CertificateLegacyDomainArgs.cs
    │   │   │   └── CertificateLegacyDomainGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── CertificateDomain.cs
    │   │   │   ├── CertificateLegacyDomain.cs
    │   │   │   ├── GetAccountAccountResult.cs
    │   │   │   ├── GetAccountLegacyAccountResult.cs
    │   │   │   ├── GetPluginsLegacyPluginResult.cs
    │   │   │   └── GetPluginsPluginResult.cs
    │   │   └── README.md
    │   ├── Apt/
    │   │   ├── GetRepository.cs
    │   │   ├── GetRepositoryLegacy.cs
    │   │   ├── README.md
    │   │   ├── Repository.cs
    │   │   ├── RepositoryLegacy.cs
    │   │   └── Standard/
    │   │       ├── GetRepository.cs
    │   │       ├── GetRepositoryLegacy.cs
    │   │       ├── README.md
    │   │       ├── Repository.cs
    │   │       └── RepositoryLegacy.cs
    │   ├── Backup/
    │   │   ├── GetJobs.cs
    │   │   ├── Inputs/
    │   │   │   ├── JobFleecingArgs.cs
    │   │   │   ├── JobFleecingGetArgs.cs
    │   │   │   ├── JobPerformanceArgs.cs
    │   │   │   └── JobPerformanceGetArgs.cs
    │   │   ├── Job.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetJobsJobResult.cs
    │   │   │   ├── JobFleecing.cs
    │   │   │   └── JobPerformance.cs
    │   │   └── README.md
    │   ├── CertificateLegacy.cs
    │   ├── Cloned/
    │   │   ├── Inputs/
    │   │   │   ├── VmCdromArgs.cs
    │   │   │   ├── VmCdromGetArgs.cs
    │   │   │   ├── VmCloneArgs.cs
    │   │   │   ├── VmCloneGetArgs.cs
    │   │   │   ├── VmCpuArgs.cs
    │   │   │   ├── VmCpuGetArgs.cs
    │   │   │   ├── VmDeleteArgs.cs
    │   │   │   ├── VmDeleteGetArgs.cs
    │   │   │   ├── VmDiskArgs.cs
    │   │   │   ├── VmDiskGetArgs.cs
    │   │   │   ├── VmLegacyCdromArgs.cs
    │   │   │   ├── VmLegacyCdromGetArgs.cs
    │   │   │   ├── VmLegacyCloneArgs.cs
    │   │   │   ├── VmLegacyCloneGetArgs.cs
    │   │   │   ├── VmLegacyCpuArgs.cs
    │   │   │   ├── VmLegacyCpuGetArgs.cs
    │   │   │   ├── VmLegacyDeleteArgs.cs
    │   │   │   ├── VmLegacyDeleteGetArgs.cs
    │   │   │   ├── VmLegacyDiskArgs.cs
    │   │   │   ├── VmLegacyDiskGetArgs.cs
    │   │   │   ├── VmLegacyMemoryArgs.cs
    │   │   │   ├── VmLegacyMemoryGetArgs.cs
    │   │   │   ├── VmLegacyNetworkArgs.cs
    │   │   │   ├── VmLegacyNetworkGetArgs.cs
    │   │   │   ├── VmLegacyRngArgs.cs
    │   │   │   ├── VmLegacyRngGetArgs.cs
    │   │   │   ├── VmLegacyTimeoutsArgs.cs
    │   │   │   ├── VmLegacyTimeoutsGetArgs.cs
    │   │   │   ├── VmLegacyVgaArgs.cs
    │   │   │   ├── VmLegacyVgaGetArgs.cs
    │   │   │   ├── VmMemoryArgs.cs
    │   │   │   ├── VmMemoryGetArgs.cs
    │   │   │   ├── VmNetworkArgs.cs
    │   │   │   ├── VmNetworkGetArgs.cs
    │   │   │   ├── VmRngArgs.cs
    │   │   │   ├── VmRngGetArgs.cs
    │   │   │   ├── VmTimeoutsArgs.cs
    │   │   │   ├── VmTimeoutsGetArgs.cs
    │   │   │   ├── VmVgaArgs.cs
    │   │   │   └── VmVgaGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── VmCdrom.cs
    │   │   │   ├── VmClone.cs
    │   │   │   ├── VmCpu.cs
    │   │   │   ├── VmDelete.cs
    │   │   │   ├── VmDisk.cs
    │   │   │   ├── VmLegacyCdrom.cs
    │   │   │   ├── VmLegacyClone.cs
    │   │   │   ├── VmLegacyCpu.cs
    │   │   │   ├── VmLegacyDelete.cs
    │   │   │   ├── VmLegacyDisk.cs
    │   │   │   ├── VmLegacyMemory.cs
    │   │   │   ├── VmLegacyNetwork.cs
    │   │   │   ├── VmLegacyRng.cs
    │   │   │   ├── VmLegacyTimeouts.cs
    │   │   │   ├── VmLegacyVga.cs
    │   │   │   ├── VmMemory.cs
    │   │   │   ├── VmNetwork.cs
    │   │   │   ├── VmRng.cs
    │   │   │   ├── VmTimeouts.cs
    │   │   │   └── VmVga.cs
    │   │   ├── README.md
    │   │   ├── Vm.cs
    │   │   └── VmLegacy.cs
    │   ├── Cluster/
    │   │   ├── Firewall/
    │   │   │   ├── README.md
    │   │   │   └── Security/
    │   │   │       ├── GroupLegacy.cs
    │   │   │       ├── Inputs/
    │   │   │       │   ├── GroupLegacyRuleArgs.cs
    │   │   │       │   └── GroupLegacyRuleGetArgs.cs
    │   │   │       ├── Outputs/
    │   │   │       │   └── GroupLegacyRule.cs
    │   │   │       └── README.md
    │   │   ├── FirewallLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── FirewallLegacyLogRatelimitArgs.cs
    │   │   │   ├── FirewallLegacyLogRatelimitGetArgs.cs
    │   │   │   ├── OptionsLegacyNextIdArgs.cs
    │   │   │   ├── OptionsLegacyNextIdGetArgs.cs
    │   │   │   ├── OptionsLegacyNotifyArgs.cs
    │   │   │   ├── OptionsLegacyNotifyGetArgs.cs
    │   │   │   ├── OptionsNextIdArgs.cs
    │   │   │   ├── OptionsNextIdGetArgs.cs
    │   │   │   ├── OptionsNotifyArgs.cs
    │   │   │   └── OptionsNotifyGetArgs.cs
    │   │   ├── Options.cs
    │   │   ├── OptionsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── FirewallLegacyLogRatelimit.cs
    │   │   │   ├── OptionsLegacyNextId.cs
    │   │   │   ├── OptionsLegacyNotify.cs
    │   │   │   ├── OptionsNextId.cs
    │   │   │   └── OptionsNotify.cs
    │   │   └── README.md
    │   ├── Config/
    │   │   ├── Config.cs
    │   │   └── README.md
    │   ├── ContainerLegacy.cs
    │   ├── DnsLegacy.cs
    │   ├── Download/
    │   │   ├── File.cs
    │   │   ├── FileLegacy.cs
    │   │   └── README.md
    │   ├── FileLegacy.cs
    │   ├── Firewall/
    │   │   ├── AliasLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── IpsetLegacyCidrArgs.cs
    │   │   │   ├── IpsetLegacyCidrGetArgs.cs
    │   │   │   ├── RulesLegacyRuleArgs.cs
    │   │   │   └── RulesLegacyRuleGetArgs.cs
    │   │   ├── IpsetLegacy.cs
    │   │   ├── OptionsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── IpsetLegacyCidr.cs
    │   │   │   └── RulesLegacyRule.cs
    │   │   ├── README.md
    │   │   └── RulesLegacy.cs
    │   ├── GetContainerLegacy.cs
    │   ├── GetContainersLegacy.cs
    │   ├── GetDatastores.cs
    │   ├── GetDatastoresLegacy.cs
    │   ├── GetDnsLegacy.cs
    │   ├── GetFile.cs
    │   ├── GetFileLegacy.cs
    │   ├── GetFiles.cs
    │   ├── GetGroupLegacy.cs
    │   ├── GetGroupsLegacy.cs
    │   ├── GetHagroup.cs
    │   ├── GetHagroupLegacy.cs
    │   ├── GetHagroups.cs
    │   ├── GetHagroupsLegacy.cs
    │   ├── GetHaresource.cs
    │   ├── GetHaresourceLegacy.cs
    │   ├── GetHaresources.cs
    │   ├── GetHaresourcesLegacy.cs
    │   ├── GetHostsLegacy.cs
    │   ├── GetNodeLegacy.cs
    │   ├── GetNodesLegacy.cs
    │   ├── GetPoolLegacy.cs
    │   ├── GetPoolsLegacy.cs
    │   ├── GetReplication.cs
    │   ├── GetReplicationLegacy.cs
    │   ├── GetReplications.cs
    │   ├── GetReplicationsLegacy.cs
    │   ├── GetRoleLegacy.cs
    │   ├── GetRolesLegacy.cs
    │   ├── GetTimeLegacy.cs
    │   ├── GetUserLegacy.cs
    │   ├── GetUsersLegacy.cs
    │   ├── GetVersion.cs
    │   ├── GetVersionLegacy.cs
    │   ├── GetVm.cs
    │   ├── GetVm2Legacy.cs
    │   ├── GetVmLegacy.cs
    │   ├── GetVmsLegacy.cs
    │   ├── GroupLegacy.cs
    │   ├── Hagroup.cs
    │   ├── HagroupLegacy.cs
    │   ├── Hardware/
    │   │   ├── GetMappings.cs
    │   │   ├── GetMappingsLegacy.cs
    │   │   ├── GetPci.cs
    │   │   ├── Inputs/
    │   │   │   ├── GetPciFilters.cs
    │   │   │   └── GetPciFiltersArgs.cs
    │   │   ├── Mapping/
    │   │   │   ├── Dir.cs
    │   │   │   ├── DirLegacy.cs
    │   │   │   ├── GetDir.cs
    │   │   │   ├── GetDirLegacy.cs
    │   │   │   ├── GetPci.cs
    │   │   │   ├── GetPciLegacy.cs
    │   │   │   ├── GetUsb.cs
    │   │   │   ├── GetUsbLegacy.cs
    │   │   │   ├── Inputs/
    │   │   │   │   ├── DirLegacyMapArgs.cs
    │   │   │   │   ├── DirLegacyMapGetArgs.cs
    │   │   │   │   ├── DirMapArgs.cs
    │   │   │   │   ├── DirMapGetArgs.cs
    │   │   │   │   ├── PciLegacyMapArgs.cs
    │   │   │   │   ├── PciLegacyMapGetArgs.cs
    │   │   │   │   ├── PciMapArgs.cs
    │   │   │   │   ├── PciMapGetArgs.cs
    │   │   │   │   ├── UsbLegacyMapArgs.cs
    │   │   │   │   ├── UsbLegacyMapGetArgs.cs
    │   │   │   │   ├── UsbMapArgs.cs
    │   │   │   │   └── UsbMapGetArgs.cs
    │   │   │   ├── Outputs/
    │   │   │   │   ├── DirLegacyMap.cs
    │   │   │   │   ├── DirMap.cs
    │   │   │   │   ├── GetDirLegacyMapResult.cs
    │   │   │   │   ├── GetDirMapResult.cs
    │   │   │   │   ├── GetPciLegacyMapResult.cs
    │   │   │   │   ├── GetPciMapResult.cs
    │   │   │   │   ├── GetUsbLegacyMapResult.cs
    │   │   │   │   ├── GetUsbMapResult.cs
    │   │   │   │   ├── PciLegacyMap.cs
    │   │   │   │   ├── PciMap.cs
    │   │   │   │   ├── UsbLegacyMap.cs
    │   │   │   │   └── UsbMap.cs
    │   │   │   ├── Pci.cs
    │   │   │   ├── PciLegacy.cs
    │   │   │   ├── README.md
    │   │   │   ├── Usb.cs
    │   │   │   └── UsbLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetMappingsCheckResult.cs
    │   │   │   ├── GetMappingsLegacyCheckResult.cs
    │   │   │   ├── GetPciDeviceResult.cs
    │   │   │   └── GetPciFiltersResult.cs
    │   │   └── README.md
    │   ├── Haresource.cs
    │   ├── HaresourceLegacy.cs
    │   ├── Harule.cs
    │   ├── HaruleLegacy.cs
    │   ├── HostsLegacy.cs
    │   ├── Inputs/
    │   │   ├── ContainerLegacyCloneArgs.cs
    │   │   ├── ContainerLegacyCloneGetArgs.cs
    │   │   ├── ContainerLegacyConsoleArgs.cs
    │   │   ├── ContainerLegacyConsoleGetArgs.cs
    │   │   ├── ContainerLegacyCpuArgs.cs
    │   │   ├── ContainerLegacyCpuGetArgs.cs
    │   │   ├── ContainerLegacyDevicePassthroughArgs.cs
    │   │   ├── ContainerLegacyDevicePassthroughGetArgs.cs
    │   │   ├── ContainerLegacyDiskArgs.cs
    │   │   ├── ContainerLegacyDiskGetArgs.cs
    │   │   ├── ContainerLegacyFeaturesArgs.cs
    │   │   ├── ContainerLegacyFeaturesGetArgs.cs
    │   │   ├── ContainerLegacyIdmapArgs.cs
    │   │   ├── ContainerLegacyIdmapGetArgs.cs
    │   │   ├── ContainerLegacyInitializationArgs.cs
    │   │   ├── ContainerLegacyInitializationDnsArgs.cs
    │   │   ├── ContainerLegacyInitializationDnsGetArgs.cs
    │   │   ├── ContainerLegacyInitializationGetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigGetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4Args.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4GetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6Args.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6GetArgs.cs
    │   │   ├── ContainerLegacyInitializationUserAccountArgs.cs
    │   │   ├── ContainerLegacyInitializationUserAccountGetArgs.cs
    │   │   ├── ContainerLegacyMemoryArgs.cs
    │   │   ├── ContainerLegacyMemoryGetArgs.cs
    │   │   ├── ContainerLegacyMountPointArgs.cs
    │   │   ├── ContainerLegacyMountPointGetArgs.cs
    │   │   ├── ContainerLegacyNetworkInterfaceArgs.cs
    │   │   ├── ContainerLegacyNetworkInterfaceGetArgs.cs
    │   │   ├── ContainerLegacyOperatingSystemArgs.cs
    │   │   ├── ContainerLegacyOperatingSystemGetArgs.cs
    │   │   ├── ContainerLegacyStartupArgs.cs
    │   │   ├── ContainerLegacyStartupGetArgs.cs
    │   │   ├── ContainerLegacyWaitForIpArgs.cs
    │   │   ├── ContainerLegacyWaitForIpGetArgs.cs
    │   │   ├── FileLegacySourceFileArgs.cs
    │   │   ├── FileLegacySourceFileGetArgs.cs
    │   │   ├── FileLegacySourceRawArgs.cs
    │   │   ├── FileLegacySourceRawGetArgs.cs
    │   │   ├── GetContainersLegacyFilter.cs
    │   │   ├── GetContainersLegacyFilterArgs.cs
    │   │   ├── GetDatastoresDatastore.cs
    │   │   ├── GetDatastoresDatastoreArgs.cs
    │   │   ├── GetDatastoresFilters.cs
    │   │   ├── GetDatastoresFiltersArgs.cs
    │   │   ├── GetDatastoresLegacyDatastore.cs
    │   │   ├── GetDatastoresLegacyDatastoreArgs.cs
    │   │   ├── GetDatastoresLegacyFilters.cs
    │   │   ├── GetDatastoresLegacyFiltersArgs.cs
    │   │   ├── GetVm2LegacyTimeouts.cs
    │   │   ├── GetVm2LegacyTimeoutsArgs.cs
    │   │   ├── GetVmTimeouts.cs
    │   │   ├── GetVmTimeoutsArgs.cs
    │   │   ├── GetVmsLegacyFilter.cs
    │   │   ├── GetVmsLegacyFilterArgs.cs
    │   │   ├── GroupLegacyAclArgs.cs
    │   │   ├── GroupLegacyAclGetArgs.cs
    │   │   ├── HostsLegacyEntryArgs.cs
    │   │   ├── HostsLegacyEntryGetArgs.cs
    │   │   ├── PoolLegacyMemberArgs.cs
    │   │   ├── PoolLegacyMemberGetArgs.cs
    │   │   ├── ProviderSshArgs.cs
    │   │   ├── ProviderSshNodeArgs.cs
    │   │   ├── UserLegacyAclArgs.cs
    │   │   ├── UserLegacyAclGetArgs.cs
    │   │   ├── Vm2LegacyCdromArgs.cs
    │   │   ├── Vm2LegacyCdromGetArgs.cs
    │   │   ├── Vm2LegacyCpuArgs.cs
    │   │   ├── Vm2LegacyCpuGetArgs.cs
    │   │   ├── Vm2LegacyRngArgs.cs
    │   │   ├── Vm2LegacyRngGetArgs.cs
    │   │   ├── Vm2LegacyTimeoutsArgs.cs
    │   │   ├── Vm2LegacyTimeoutsGetArgs.cs
    │   │   ├── Vm2LegacyVgaArgs.cs
    │   │   ├── Vm2LegacyVgaGetArgs.cs
    │   │   ├── VmCdromArgs.cs
    │   │   ├── VmCdromGetArgs.cs
    │   │   ├── VmCpuArgs.cs
    │   │   ├── VmCpuGetArgs.cs
    │   │   ├── VmLegacyAgentArgs.cs
    │   │   ├── VmLegacyAgentGetArgs.cs
    │   │   ├── VmLegacyAgentWaitForIpArgs.cs
    │   │   ├── VmLegacyAgentWaitForIpGetArgs.cs
    │   │   ├── VmLegacyAmdSevArgs.cs
    │   │   ├── VmLegacyAmdSevGetArgs.cs
    │   │   ├── VmLegacyAudioDeviceArgs.cs
    │   │   ├── VmLegacyAudioDeviceGetArgs.cs
    │   │   ├── VmLegacyCdromArgs.cs
    │   │   ├── VmLegacyCdromGetArgs.cs
    │   │   ├── VmLegacyCloneArgs.cs
    │   │   ├── VmLegacyCloneGetArgs.cs
    │   │   ├── VmLegacyCpuArgs.cs
    │   │   ├── VmLegacyCpuGetArgs.cs
    │   │   ├── VmLegacyDiskArgs.cs
    │   │   ├── VmLegacyDiskGetArgs.cs
    │   │   ├── VmLegacyDiskSpeedArgs.cs
    │   │   ├── VmLegacyDiskSpeedGetArgs.cs
    │   │   ├── VmLegacyEfiDiskArgs.cs
    │   │   ├── VmLegacyEfiDiskGetArgs.cs
    │   │   ├── VmLegacyHostpciArgs.cs
    │   │   ├── VmLegacyHostpciGetArgs.cs
    │   │   ├── VmLegacyInitializationArgs.cs
    │   │   ├── VmLegacyInitializationDnsArgs.cs
    │   │   ├── VmLegacyInitializationDnsGetArgs.cs
    │   │   ├── VmLegacyInitializationGetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigGetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4Args.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4GetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6Args.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6GetArgs.cs
    │   │   ├── VmLegacyInitializationUserAccountArgs.cs
    │   │   ├── VmLegacyInitializationUserAccountGetArgs.cs
    │   │   ├── VmLegacyMemoryArgs.cs
    │   │   ├── VmLegacyMemoryGetArgs.cs
    │   │   ├── VmLegacyNetworkDeviceArgs.cs
    │   │   ├── VmLegacyNetworkDeviceGetArgs.cs
    │   │   ├── VmLegacyNumaArgs.cs
    │   │   ├── VmLegacyNumaGetArgs.cs
    │   │   ├── VmLegacyOperatingSystemArgs.cs
    │   │   ├── VmLegacyOperatingSystemGetArgs.cs
    │   │   ├── VmLegacyRngArgs.cs
    │   │   ├── VmLegacyRngGetArgs.cs
    │   │   ├── VmLegacySerialDeviceArgs.cs
    │   │   ├── VmLegacySerialDeviceGetArgs.cs
    │   │   ├── VmLegacySmbiosArgs.cs
    │   │   ├── VmLegacySmbiosGetArgs.cs
    │   │   ├── VmLegacyStartupArgs.cs
    │   │   ├── VmLegacyStartupGetArgs.cs
    │   │   ├── VmLegacyTpmStateArgs.cs
    │   │   ├── VmLegacyTpmStateGetArgs.cs
    │   │   ├── VmLegacyUsbArgs.cs
    │   │   ├── VmLegacyUsbGetArgs.cs
    │   │   ├── VmLegacyVgaArgs.cs
    │   │   ├── VmLegacyVgaGetArgs.cs
    │   │   ├── VmLegacyVirtiofArgs.cs
    │   │   ├── VmLegacyVirtiofGetArgs.cs
    │   │   ├── VmLegacyWatchdogArgs.cs
    │   │   ├── VmLegacyWatchdogGetArgs.cs
    │   │   ├── VmRngArgs.cs
    │   │   ├── VmRngGetArgs.cs
    │   │   ├── VmTimeoutsArgs.cs
    │   │   ├── VmTimeoutsGetArgs.cs
    │   │   ├── VmVgaArgs.cs
    │   │   └── VmVgaGetArgs.cs
    │   ├── Metrics/
    │   │   ├── GetServer.cs
    │   │   ├── GetServerLegacy.cs
    │   │   ├── README.md
    │   │   ├── Server.cs
    │   │   └── ServerLegacy.cs
    │   ├── Network/
    │   │   ├── Linux/
    │   │   │   ├── Bond.cs
    │   │   │   ├── Bridge.cs
    │   │   │   ├── BridgeLegacy.cs
    │   │   │   ├── README.md
    │   │   │   ├── Vlan.cs
    │   │   │   └── VlanLegacy.cs
    │   │   └── README.md
    │   ├── Node/
    │   │   ├── Firewall.cs
    │   │   ├── FirewallLegacy.cs
    │   │   └── README.md
    │   ├── Oci/
    │   │   ├── Image.cs
    │   │   ├── ImageLegacy.cs
    │   │   └── README.md
    │   ├── Outputs/
    │   │   ├── ContainerLegacyClone.cs
    │   │   ├── ContainerLegacyConsole.cs
    │   │   ├── ContainerLegacyCpu.cs
    │   │   ├── ContainerLegacyDevicePassthrough.cs
    │   │   ├── ContainerLegacyDisk.cs
    │   │   ├── ContainerLegacyFeatures.cs
    │   │   ├── ContainerLegacyIdmap.cs
    │   │   ├── ContainerLegacyInitialization.cs
    │   │   ├── ContainerLegacyInitializationDns.cs
    │   │   ├── ContainerLegacyInitializationIpConfig.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6.cs
    │   │   ├── ContainerLegacyInitializationUserAccount.cs
    │   │   ├── ContainerLegacyMemory.cs
    │   │   ├── ContainerLegacyMountPoint.cs
    │   │   ├── ContainerLegacyNetworkInterface.cs
    │   │   ├── ContainerLegacyOperatingSystem.cs
    │   │   ├── ContainerLegacyStartup.cs
    │   │   ├── ContainerLegacyWaitForIp.cs
    │   │   ├── FileLegacySourceFile.cs
    │   │   ├── FileLegacySourceRaw.cs
    │   │   ├── GetContainersLegacyContainerResult.cs
    │   │   ├── GetContainersLegacyFilterResult.cs
    │   │   ├── GetDatastoresDatastoreResult.cs
    │   │   ├── GetDatastoresFiltersResult.cs
    │   │   ├── GetDatastoresLegacyDatastoreResult.cs
    │   │   ├── GetDatastoresLegacyFiltersResult.cs
    │   │   ├── GetFilesFileResult.cs
    │   │   ├── GetGroupLegacyAclResult.cs
    │   │   ├── GetHostsLegacyEntryResult.cs
    │   │   ├── GetPoolLegacyMemberResult.cs
    │   │   ├── GetReplicationsLegacyReplicationResult.cs
    │   │   ├── GetReplicationsReplicationResult.cs
    │   │   ├── GetUserLegacyAclResult.cs
    │   │   ├── GetVm2LegacyCdromResult.cs
    │   │   ├── GetVm2LegacyCpuResult.cs
    │   │   ├── GetVm2LegacyRngResult.cs
    │   │   ├── GetVm2LegacyTimeoutsResult.cs
    │   │   ├── GetVm2LegacyVgaResult.cs
    │   │   ├── GetVmCdromResult.cs
    │   │   ├── GetVmCpuResult.cs
    │   │   ├── GetVmRngResult.cs
    │   │   ├── GetVmTimeoutsResult.cs
    │   │   ├── GetVmVgaResult.cs
    │   │   ├── GetVmsLegacyFilterResult.cs
    │   │   ├── GetVmsLegacyVmResult.cs
    │   │   ├── GroupLegacyAcl.cs
    │   │   ├── HostsLegacyEntry.cs
    │   │   ├── PoolLegacyMember.cs
    │   │   ├── UserLegacyAcl.cs
    │   │   ├── Vm2LegacyCdrom.cs
    │   │   ├── Vm2LegacyCpu.cs
    │   │   ├── Vm2LegacyRng.cs
    │   │   ├── Vm2LegacyTimeouts.cs
    │   │   ├── Vm2LegacyVga.cs
    │   │   ├── VmCdrom.cs
    │   │   ├── VmCpu.cs
    │   │   ├── VmLegacyAgent.cs
    │   │   ├── VmLegacyAgentWaitForIp.cs
    │   │   ├── VmLegacyAmdSev.cs
    │   │   ├── VmLegacyAudioDevice.cs
    │   │   ├── VmLegacyCdrom.cs
    │   │   ├── VmLegacyClone.cs
    │   │   ├── VmLegacyCpu.cs
    │   │   ├── VmLegacyDisk.cs
    │   │   ├── VmLegacyDiskSpeed.cs
    │   │   ├── VmLegacyEfiDisk.cs
    │   │   ├── VmLegacyHostpci.cs
    │   │   ├── VmLegacyInitialization.cs
    │   │   ├── VmLegacyInitializationDns.cs
    │   │   ├── VmLegacyInitializationIpConfig.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6.cs
    │   │   ├── VmLegacyInitializationUserAccount.cs
    │   │   ├── VmLegacyMemory.cs
    │   │   ├── VmLegacyNetworkDevice.cs
    │   │   ├── VmLegacyNuma.cs
    │   │   ├── VmLegacyOperatingSystem.cs
    │   │   ├── VmLegacyRng.cs
    │   │   ├── VmLegacySerialDevice.cs
    │   │   ├── VmLegacySmbios.cs
    │   │   ├── VmLegacyStartup.cs
    │   │   ├── VmLegacyTpmState.cs
    │   │   ├── VmLegacyUsb.cs
    │   │   ├── VmLegacyVga.cs
    │   │   ├── VmLegacyVirtiof.cs
    │   │   ├── VmLegacyWatchdog.cs
    │   │   ├── VmRng.cs
    │   │   ├── VmTimeouts.cs
    │   │   └── VmVga.cs
    │   ├── Pool/
    │   │   ├── Membership.cs
    │   │   ├── MembershipLegacy.cs
    │   │   └── README.md
    │   ├── PoolLegacy.cs
    │   ├── Provider.cs
    │   ├── Pulumi.ProxmoxVE.csproj
    │   ├── Pulumi.yaml
    │   ├── README.md
    │   ├── Realm/
    │   │   ├── Ldap.cs
    │   │   ├── LdapLegacy.cs
    │   │   ├── Openid.cs
    │   │   ├── OpenidLegacy.cs
    │   │   ├── README.md
    │   │   ├── Sync.cs
    │   │   └── SyncLegacy.cs
    │   ├── Replication.cs
    │   ├── ReplicationLegacy.cs
    │   ├── RoleLegacy.cs
    │   ├── Sdn/
    │   │   ├── Applier.cs
    │   │   ├── ApplierLegacy.cs
    │   │   ├── Fabric/
    │   │   │   ├── GetOpenfabric.cs
    │   │   │   ├── GetOpenfabricLegacy.cs
    │   │   │   ├── GetOspf.cs
    │   │   │   ├── GetOspfLegacy.cs
    │   │   │   ├── Node/
    │   │   │   │   ├── GetOpenfabric.cs
    │   │   │   │   ├── GetOpenfabricLegacy.cs
    │   │   │   │   ├── GetOspf.cs
    │   │   │   │   ├── GetOspfLegacy.cs
    │   │   │   │   ├── Openfabric.cs
    │   │   │   │   ├── OpenfabricLegacy.cs
    │   │   │   │   ├── Ospf.cs
    │   │   │   │   ├── OspfLegacy.cs
    │   │   │   │   └── README.md
    │   │   │   ├── Openfabric.cs
    │   │   │   ├── OpenfabricLegacy.cs
    │   │   │   ├── Ospf.cs
    │   │   │   ├── OspfLegacy.cs
    │   │   │   └── README.md
    │   │   ├── GetSubnet.cs
    │   │   ├── GetSubnetLegacy.cs
    │   │   ├── GetVnet.cs
    │   │   ├── GetVnetLegacy.cs
    │   │   ├── GetVnets.cs
    │   │   ├── GetVnetsLegacy.cs
    │   │   ├── GetZones.cs
    │   │   ├── GetZonesLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── GetSubnetDhcpRange.cs
    │   │   │   ├── GetSubnetDhcpRangeArgs.cs
    │   │   │   ├── GetSubnetLegacyDhcpRange.cs
    │   │   │   ├── GetSubnetLegacyDhcpRangeArgs.cs
    │   │   │   ├── SubnetDhcpRangeArgs.cs
    │   │   │   ├── SubnetDhcpRangeGetArgs.cs
    │   │   │   ├── SubnetLegacyDhcpRangeArgs.cs
    │   │   │   └── SubnetLegacyDhcpRangeGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetSubnetDhcpRangeResult.cs
    │   │   │   ├── GetSubnetLegacyDhcpRangeResult.cs
    │   │   │   ├── GetVnetsLegacyVnetResult.cs
    │   │   │   ├── GetVnetsVnetResult.cs
    │   │   │   ├── GetZonesLegacyZoneResult.cs
    │   │   │   ├── GetZonesZoneResult.cs
    │   │   │   ├── SubnetDhcpRange.cs
    │   │   │   └── SubnetLegacyDhcpRange.cs
    │   │   ├── README.md
    │   │   ├── Subnet.cs
    │   │   ├── SubnetLegacy.cs
    │   │   ├── Vnet.cs
    │   │   ├── VnetLegacy.cs
    │   │   └── Zone/
    │   │       ├── Evpn.cs
    │   │       ├── EvpnLegacy.cs
    │   │       ├── GetEvpn.cs
    │   │       ├── GetEvpnLegacy.cs
    │   │       ├── GetQinq.cs
    │   │       ├── GetQinqLegacy.cs
    │   │       ├── GetSimple.cs
    │   │       ├── GetSimpleLegacy.cs
    │   │       ├── GetVlan.cs
    │   │       ├── GetVlanLegacy.cs
    │   │       ├── GetVxlan.cs
    │   │       ├── GetVxlanLegacy.cs
    │   │       ├── Qinq.cs
    │   │       ├── QinqLegacy.cs
    │   │       ├── README.md
    │   │       ├── Simple.cs
    │   │       ├── SimpleLegacy.cs
    │   │       ├── Vlan.cs
    │   │       ├── VlanLegacy.cs
    │   │       ├── Vxlan.cs
    │   │       └── VxlanLegacy.cs
    │   ├── Storage/
    │   │   ├── CIFS.cs
    │   │   ├── CifsLegacy.cs
    │   │   ├── Directory.cs
    │   │   ├── DirectoryLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── CIFSBackupsArgs.cs
    │   │   │   ├── CIFSBackupsGetArgs.cs
    │   │   │   ├── CifsLegacyBackupsArgs.cs
    │   │   │   ├── CifsLegacyBackupsGetArgs.cs
    │   │   │   ├── DirectoryBackupsArgs.cs
    │   │   │   ├── DirectoryBackupsGetArgs.cs
    │   │   │   ├── DirectoryLegacyBackupsArgs.cs
    │   │   │   ├── DirectoryLegacyBackupsGetArgs.cs
    │   │   │   ├── NFSBackupsArgs.cs
    │   │   │   ├── NFSBackupsGetArgs.cs
    │   │   │   ├── NfsLegacyBackupsArgs.cs
    │   │   │   ├── NfsLegacyBackupsGetArgs.cs
    │   │   │   ├── PBSBackupsArgs.cs
    │   │   │   ├── PBSBackupsGetArgs.cs
    │   │   │   ├── PbsLegacyBackupsArgs.cs
    │   │   │   └── PbsLegacyBackupsGetArgs.cs
    │   │   ├── LVM.cs
    │   │   ├── LVMThin.cs
    │   │   ├── LvmLegacy.cs
    │   │   ├── LvmthinLegacy.cs
    │   │   ├── NFS.cs
    │   │   ├── NfsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── CIFSBackups.cs
    │   │   │   ├── CifsLegacyBackups.cs
    │   │   │   ├── DirectoryBackups.cs
    │   │   │   ├── DirectoryLegacyBackups.cs
    │   │   │   ├── NFSBackups.cs
    │   │   │   ├── NfsLegacyBackups.cs
    │   │   │   ├── PBSBackups.cs
    │   │   │   └── PbsLegacyBackups.cs
    │   │   ├── PBS.cs
    │   │   ├── PbsLegacy.cs
    │   │   ├── README.md
    │   │   ├── ZFSPool.cs
    │   │   └── ZfspoolLegacy.cs
    │   ├── TimeLegacy.cs
    │   ├── User/
    │   │   ├── README.md
    │   │   ├── Token.cs
    │   │   └── TokenLegacy.cs
    │   ├── UserLegacy.cs
    │   ├── Utilities.cs
    │   ├── Vm.cs
    │   ├── Vm2Legacy.cs
    │   ├── VmLegacy.cs
    │   └── pulumi-plugin.json
    ├── go/
    │   ├── .gitattributes
    │   ├── Pulumi.yaml
    │   └── proxmoxve/
    │       ├── acl.go
    │       ├── aclLegacy.go
    │       ├── acme/
    │       │   ├── account.go
    │       │   ├── accountLegacy.go
    │       │   ├── certificate.go
    │       │   ├── certificateLegacy.go
    │       │   ├── dns/
    │       │   │   ├── init.go
    │       │   │   ├── plugin.go
    │       │   │   └── pluginLegacy.go
    │       │   ├── getAccount.go
    │       │   ├── getAccountLegacy.go
    │       │   ├── getAccounts.go
    │       │   ├── getAccountsLegacy.go
    │       │   ├── getPlugin.go
    │       │   ├── getPluginLegacy.go
    │       │   ├── getPlugins.go
    │       │   ├── getPluginsLegacy.go
    │       │   ├── init.go
    │       │   └── pulumiTypes.go
    │       ├── apt/
    │       │   ├── getRepository.go
    │       │   ├── getRepositoryLegacy.go
    │       │   ├── init.go
    │       │   ├── repository.go
    │       │   ├── repositoryLegacy.go
    │       │   └── standard/
    │       │       ├── getRepository.go
    │       │       ├── getRepositoryLegacy.go
    │       │       ├── init.go
    │       │       ├── repository.go
    │       │       └── repositoryLegacy.go
    │       ├── backup/
    │       │   ├── getJobs.go
    │       │   ├── init.go
    │       │   ├── job.go
    │       │   └── pulumiTypes.go
    │       ├── certificateLegacy.go
    │       ├── cloned/
    │       │   ├── init.go
    │       │   ├── pulumiTypes.go
    │       │   ├── vm.go
    │       │   └── vmLegacy.go
    │       ├── cluster/
    │       │   ├── firewall/
    │       │   │   └── security/
    │       │   │       ├── groupLegacy.go
    │       │   │       ├── init.go
    │       │   │       └── pulumiTypes.go
    │       │   ├── firewallLegacy.go
    │       │   ├── init.go
    │       │   ├── options.go
    │       │   ├── optionsLegacy.go
    │       │   └── pulumiTypes.go
    │       ├── config/
    │       │   ├── config.go
    │       │   └── pulumiTypes.go
    │       ├── containerLegacy.go
    │       ├── dnsLegacy.go
    │       ├── doc.go
    │       ├── download/
    │       │   ├── file.go
    │       │   ├── fileLegacy.go
    │       │   └── init.go
    │       ├── fileLegacy.go
    │       ├── firewall/
    │       │   ├── aliasLegacy.go
    │       │   ├── init.go
    │       │   ├── ipsetLegacy.go
    │       │   ├── optionsLegacy.go
    │       │   ├── pulumiTypes.go
    │       │   └── rulesLegacy.go
    │       ├── getContainerLegacy.go
    │       ├── getContainersLegacy.go
    │       ├── getDatastores.go
    │       ├── getDatastoresLegacy.go
    │       ├── getDnsLegacy.go
    │       ├── getFile.go
    │       ├── getFileLegacy.go
    │       ├── getFiles.go
    │       ├── getGroupLegacy.go
    │       ├── getGroupsLegacy.go
    │       ├── getHagroup.go
    │       ├── getHagroupLegacy.go
    │       ├── getHagroups.go
    │       ├── getHagroupsLegacy.go
    │       ├── getHaresource.go
    │       ├── getHaresourceLegacy.go
    │       ├── getHaresources.go
    │       ├── getHaresourcesLegacy.go
    │       ├── getHostsLegacy.go
    │       ├── getNodeLegacy.go
    │       ├── getNodesLegacy.go
    │       ├── getPoolLegacy.go
    │       ├── getPoolsLegacy.go
    │       ├── getReplication.go
    │       ├── getReplicationLegacy.go
    │       ├── getReplications.go
    │       ├── getReplicationsLegacy.go
    │       ├── getRoleLegacy.go
    │       ├── getRolesLegacy.go
    │       ├── getTimeLegacy.go
    │       ├── getUserLegacy.go
    │       ├── getUsersLegacy.go
    │       ├── getVersion.go
    │       ├── getVersionLegacy.go
    │       ├── getVm.go
    │       ├── getVm2Legacy.go
    │       ├── getVmLegacy.go
    │       ├── getVmsLegacy.go
    │       ├── groupLegacy.go
    │       ├── hagroup.go
    │       ├── hagroupLegacy.go
    │       ├── hardware/
    │       │   ├── getMappings.go
    │       │   ├── getMappingsLegacy.go
    │       │   ├── getPci.go
    │       │   ├── mapping/
    │       │   │   ├── dir.go
    │       │   │   ├── dirLegacy.go
    │       │   │   ├── getDir.go
    │       │   │   ├── getDirLegacy.go
    │       │   │   ├── getPci.go
    │       │   │   ├── getPciLegacy.go
    │       │   │   ├── getUsb.go
    │       │   │   ├── getUsbLegacy.go
    │       │   │   ├── init.go
    │       │   │   ├── pci.go
    │       │   │   ├── pciLegacy.go
    │       │   │   ├── pulumiTypes.go
    │       │   │   ├── usb.go
    │       │   │   └── usbLegacy.go
    │       │   └── pulumiTypes.go
    │       ├── haresource.go
    │       ├── haresourceLegacy.go
    │       ├── harule.go
    │       ├── haruleLegacy.go
    │       ├── hostsLegacy.go
    │       ├── init.go
    │       ├── internal/
    │       │   ├── pulumiUtilities.go
    │       │   └── pulumiVersion.go
    │       ├── metrics/
    │       │   ├── getServer.go
    │       │   ├── getServerLegacy.go
    │       │   ├── init.go
    │       │   ├── server.go
    │       │   └── serverLegacy.go
    │       ├── network/
    │       │   └── linux/
    │       │       ├── bond.go
    │       │       ├── bridge.go
    │       │       ├── bridgeLegacy.go
    │       │       ├── init.go
    │       │       ├── vlan.go
    │       │       └── vlanLegacy.go
    │       ├── node/
    │       │   ├── firewall.go
    │       │   ├── firewallLegacy.go
    │       │   └── init.go
    │       ├── oci/
    │       │   ├── image.go
    │       │   ├── imageLegacy.go
    │       │   └── init.go
    │       ├── pool/
    │       │   ├── init.go
    │       │   ├── membership.go
    │       │   └── membershipLegacy.go
    │       ├── poolLegacy.go
    │       ├── provider.go
    │       ├── pulumi-plugin.json
    │       ├── pulumiTypes.go
    │       ├── realm/
    │       │   ├── init.go
    │       │   ├── ldap.go
    │       │   ├── ldapLegacy.go
    │       │   ├── openid.go
    │       │   ├── openidLegacy.go
    │       │   ├── sync.go
    │       │   └── syncLegacy.go
    │       ├── replication.go
    │       ├── replicationLegacy.go
    │       ├── roleLegacy.go
    │       ├── sdn/
    │       │   ├── applier.go
    │       │   ├── applierLegacy.go
    │       │   ├── fabric/
    │       │   │   ├── getOpenfabric.go
    │       │   │   ├── getOpenfabricLegacy.go
    │       │   │   ├── getOspf.go
    │       │   │   ├── getOspfLegacy.go
    │       │   │   ├── init.go
    │       │   │   ├── node/
    │       │   │   │   ├── getOpenfabric.go
    │       │   │   │   ├── getOpenfabricLegacy.go
    │       │   │   │   ├── getOspf.go
    │       │   │   │   ├── getOspfLegacy.go
    │       │   │   │   ├── init.go
    │       │   │   │   ├── openfabric.go
    │       │   │   │   ├── openfabricLegacy.go
    │       │   │   │   ├── ospf.go
    │       │   │   │   └── ospfLegacy.go
    │       │   │   ├── openfabric.go
    │       │   │   ├── openfabricLegacy.go
    │       │   │   ├── ospf.go
    │       │   │   └── ospfLegacy.go
    │       │   ├── getSubnet.go
    │       │   ├── getSubnetLegacy.go
    │       │   ├── getVnet.go
    │       │   ├── getVnetLegacy.go
    │       │   ├── getVnets.go
    │       │   ├── getVnetsLegacy.go
    │       │   ├── getZones.go
    │       │   ├── getZonesLegacy.go
    │       │   ├── init.go
    │       │   ├── pulumiTypes.go
    │       │   ├── subnet.go
    │       │   ├── subnetLegacy.go
    │       │   ├── vnet.go
    │       │   ├── vnetLegacy.go
    │       │   └── zone/
    │       │       ├── evpn.go
    │       │       ├── evpnLegacy.go
    │       │       ├── getEvpn.go
    │       │       ├── getEvpnLegacy.go
    │       │       ├── getQinq.go
    │       │       ├── getQinqLegacy.go
    │       │       ├── getSimple.go
    │       │       ├── getSimpleLegacy.go
    │       │       ├── getVlan.go
    │       │       ├── getVlanLegacy.go
    │       │       ├── getVxlan.go
    │       │       ├── getVxlanLegacy.go
    │       │       ├── init.go
    │       │       ├── qinq.go
    │       │       ├── qinqLegacy.go
    │       │       ├── simple.go
    │       │       ├── simpleLegacy.go
    │       │       ├── vlan.go
    │       │       ├── vlanLegacy.go
    │       │       ├── vxlan.go
    │       │       └── vxlanLegacy.go
    │       ├── storage/
    │       │   ├── cifs.go
    │       │   ├── cifsLegacy.go
    │       │   ├── directory.go
    │       │   ├── directoryLegacy.go
    │       │   ├── init.go
    │       │   ├── lvm.go
    │       │   ├── lvmLegacy.go
    │       │   ├── lvmthin.go
    │       │   ├── lvmthinLegacy.go
    │       │   ├── nfs.go
    │       │   ├── nfsLegacy.go
    │       │   ├── pbs.go
    │       │   ├── pbsLegacy.go
    │       │   ├── pulumiTypes.go
    │       │   ├── zfspool.go
    │       │   └── zfspoolLegacy.go
    │       ├── timeLegacy.go
    │       ├── user/
    │       │   ├── init.go
    │       │   ├── token.go
    │       │   └── tokenLegacy.go
    │       ├── userLegacy.go
    │       ├── vm.go
    │       ├── vm2Legacy.go
    │       └── vmLegacy.go
    ├── go.mod
    ├── go.sum
    ├── java/
    │   ├── .gitattributes
    │   ├── README.md
    │   ├── build.gradle
    │   ├── go.mod
    │   ├── settings.gradle
    │   └── src/
    │       └── main/
    │           └── java/
    │               └── io/
    │                   └── muehlbachler/
    │                       └── pulumi/
    │                           └── proxmoxve/
    │                               ├── Acl.java
    │                               ├── AclArgs.java
    │                               ├── AclLegacy.java
    │                               ├── AclLegacyArgs.java
    │                               ├── Acme/
    │                               │   ├── Account.java
    │                               │   ├── AccountArgs.java
    │                               │   ├── AccountLegacy.java
    │                               │   ├── AccountLegacyArgs.java
    │                               │   ├── AcmeFunctions.java
    │                               │   ├── Certificate.java
    │                               │   ├── CertificateArgs.java
    │                               │   ├── CertificateLegacy.java
    │                               │   ├── CertificateLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── AccountLegacyState.java
    │                               │   │   ├── AccountState.java
    │                               │   │   ├── CertificateDomainArgs.java
    │                               │   │   ├── CertificateLegacyDomainArgs.java
    │                               │   │   ├── CertificateLegacyState.java
    │                               │   │   ├── CertificateState.java
    │                               │   │   ├── GetAccountArgs.java
    │                               │   │   ├── GetAccountLegacyArgs.java
    │                               │   │   ├── GetAccountLegacyPlainArgs.java
    │                               │   │   ├── GetAccountPlainArgs.java
    │                               │   │   ├── GetPluginArgs.java
    │                               │   │   ├── GetPluginLegacyArgs.java
    │                               │   │   ├── GetPluginLegacyPlainArgs.java
    │                               │   │   └── GetPluginPlainArgs.java
    │                               │   └── outputs/
    │                               │       ├── CertificateDomain.java
    │                               │       ├── CertificateLegacyDomain.java
    │                               │       ├── GetAccountAccount.java
    │                               │       ├── GetAccountLegacyAccount.java
    │                               │       ├── GetAccountLegacyResult.java
    │                               │       ├── GetAccountResult.java
    │                               │       ├── GetAccountsLegacyResult.java
    │                               │       ├── GetAccountsResult.java
    │                               │       ├── GetPluginLegacyResult.java
    │                               │       ├── GetPluginResult.java
    │                               │       ├── GetPluginsLegacyPlugin.java
    │                               │       ├── GetPluginsLegacyResult.java
    │                               │       ├── GetPluginsPlugin.java
    │                               │       └── GetPluginsResult.java
    │                               ├── Apt/
    │                               │   ├── AptFunctions.java
    │                               │   ├── Repository.java
    │                               │   ├── RepositoryArgs.java
    │                               │   ├── RepositoryLegacy.java
    │                               │   ├── RepositoryLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetRepositoryArgs.java
    │                               │   │   ├── GetRepositoryLegacyArgs.java
    │                               │   │   ├── GetRepositoryLegacyPlainArgs.java
    │                               │   │   ├── GetRepositoryPlainArgs.java
    │                               │   │   ├── RepositoryLegacyState.java
    │                               │   │   └── RepositoryState.java
    │                               │   └── outputs/
    │                               │       ├── GetRepositoryLegacyResult.java
    │                               │       └── GetRepositoryResult.java
    │                               ├── Apt_standard/
    │                               │   ├── Apt_standardFunctions.java
    │                               │   ├── Repository.java
    │                               │   ├── RepositoryArgs.java
    │                               │   ├── RepositoryLegacy.java
    │                               │   ├── RepositoryLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetRepositoryArgs.java
    │                               │   │   ├── GetRepositoryLegacyArgs.java
    │                               │   │   ├── GetRepositoryLegacyPlainArgs.java
    │                               │   │   ├── GetRepositoryPlainArgs.java
    │                               │   │   ├── RepositoryLegacyState.java
    │                               │   │   └── RepositoryState.java
    │                               │   └── outputs/
    │                               │       ├── GetRepositoryLegacyResult.java
    │                               │       └── GetRepositoryResult.java
    │                               ├── CertificateLegacy.java
    │                               ├── CertificateLegacyArgs.java
    │                               ├── Config.java
    │                               ├── ContainerLegacy.java
    │                               ├── ContainerLegacyArgs.java
    │                               ├── DnsLegacy.java
    │                               ├── DnsLegacyArgs.java
    │                               ├── FileLegacy.java
    │                               ├── FileLegacyArgs.java
    │                               ├── GroupLegacy.java
    │                               ├── GroupLegacyArgs.java
    │                               ├── Hagroup.java
    │                               ├── HagroupArgs.java
    │                               ├── HagroupLegacy.java
    │                               ├── HagroupLegacyArgs.java
    │                               ├── Hardware/
    │                               │   ├── HardwareFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetMappingsArgs.java
    │                               │   │   ├── GetMappingsLegacyArgs.java
    │                               │   │   ├── GetMappingsLegacyPlainArgs.java
    │                               │   │   ├── GetMappingsPlainArgs.java
    │                               │   │   ├── GetPciArgs.java
    │                               │   │   ├── GetPciFilters.java
    │                               │   │   ├── GetPciFiltersArgs.java
    │                               │   │   └── GetPciPlainArgs.java
    │                               │   └── outputs/
    │                               │       ├── GetMappingsCheck.java
    │                               │       ├── GetMappingsLegacyCheck.java
    │                               │       ├── GetMappingsLegacyResult.java
    │                               │       ├── GetMappingsResult.java
    │                               │       ├── GetPciDevice.java
    │                               │       ├── GetPciFilters.java
    │                               │       └── GetPciResult.java
    │                               ├── Hardware_mapping/
    │                               │   ├── Dir.java
    │                               │   ├── DirArgs.java
    │                               │   ├── DirLegacy.java
    │                               │   ├── DirLegacyArgs.java
    │                               │   ├── Hardware_mappingFunctions.java
    │                               │   ├── Pci.java
    │                               │   ├── PciArgs.java
    │                               │   ├── PciLegacy.java
    │                               │   ├── PciLegacyArgs.java
    │                               │   ├── Usb.java
    │                               │   ├── UsbArgs.java
    │                               │   ├── UsbLegacy.java
    │                               │   ├── UsbLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── DirLegacyMapArgs.java
    │                               │   │   ├── DirLegacyState.java
    │                               │   │   ├── DirMapArgs.java
    │                               │   │   ├── DirState.java
    │                               │   │   ├── GetDirArgs.java
    │                               │   │   ├── GetDirLegacyArgs.java
    │                               │   │   ├── GetDirLegacyPlainArgs.java
    │                               │   │   ├── GetDirPlainArgs.java
    │                               │   │   ├── GetPciArgs.java
    │                               │   │   ├── GetPciLegacyArgs.java
    │                               │   │   ├── GetPciLegacyPlainArgs.java
    │                               │   │   ├── GetPciPlainArgs.java
    │                               │   │   ├── GetUsbArgs.java
    │                               │   │   ├── GetUsbLegacyArgs.java
    │                               │   │   ├── GetUsbLegacyPlainArgs.java
    │                               │   │   ├── GetUsbPlainArgs.java
    │                               │   │   ├── PciLegacyMapArgs.java
    │                               │   │   ├── PciLegacyState.java
    │                               │   │   ├── PciMapArgs.java
    │                               │   │   ├── PciState.java
    │                               │   │   ├── UsbLegacyMapArgs.java
    │                               │   │   ├── UsbLegacyState.java
    │                               │   │   ├── UsbMapArgs.java
    │                               │   │   └── UsbState.java
    │                               │   └── outputs/
    │                               │       ├── DirLegacyMap.java
    │                               │       ├── DirMap.java
    │                               │       ├── GetDirLegacyMap.java
    │                               │       ├── GetDirLegacyResult.java
    │                               │       ├── GetDirMap.java
    │                               │       ├── GetDirResult.java
    │                               │       ├── GetPciLegacyMap.java
    │                               │       ├── GetPciLegacyResult.java
    │                               │       ├── GetPciMap.java
    │                               │       ├── GetPciResult.java
    │                               │       ├── GetUsbLegacyMap.java
    │                               │       ├── GetUsbLegacyResult.java
    │                               │       ├── GetUsbMap.java
    │                               │       ├── GetUsbResult.java
    │                               │       ├── PciLegacyMap.java
    │                               │       ├── PciMap.java
    │                               │       ├── UsbLegacyMap.java
    │                               │       └── UsbMap.java
    │                               ├── Haresource.java
    │                               ├── HaresourceArgs.java
    │                               ├── HaresourceLegacy.java
    │                               ├── HaresourceLegacyArgs.java
    │                               ├── Harule.java
    │                               ├── HaruleArgs.java
    │                               ├── HaruleLegacy.java
    │                               ├── HaruleLegacyArgs.java
    │                               ├── HostsLegacy.java
    │                               ├── HostsLegacyArgs.java
    │                               ├── Metrics/
    │                               │   ├── MetricsFunctions.java
    │                               │   ├── Server.java
    │                               │   ├── ServerArgs.java
    │                               │   ├── ServerLegacy.java
    │                               │   ├── ServerLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetServerArgs.java
    │                               │   │   ├── GetServerLegacyArgs.java
    │                               │   │   ├── GetServerLegacyPlainArgs.java
    │                               │   │   ├── GetServerPlainArgs.java
    │                               │   │   ├── ServerLegacyState.java
    │                               │   │   └── ServerState.java
    │                               │   └── outputs/
    │                               │       ├── GetServerLegacyResult.java
    │                               │       └── GetServerResult.java
    │                               ├── Node/
    │                               │   ├── Firewall.java
    │                               │   ├── FirewallArgs.java
    │                               │   ├── FirewallLegacy.java
    │                               │   ├── FirewallLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── FirewallLegacyState.java
    │                               │       └── FirewallState.java
    │                               ├── Oci/
    │                               │   ├── Image.java
    │                               │   ├── ImageArgs.java
    │                               │   ├── ImageLegacy.java
    │                               │   ├── ImageLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── ImageLegacyState.java
    │                               │       └── ImageState.java
    │                               ├── Pool/
    │                               │   ├── Membership.java
    │                               │   ├── MembershipArgs.java
    │                               │   ├── MembershipLegacy.java
    │                               │   ├── MembershipLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── MembershipLegacyState.java
    │                               │       └── MembershipState.java
    │                               ├── PoolLegacy.java
    │                               ├── PoolLegacyArgs.java
    │                               ├── Provider.java
    │                               ├── ProviderArgs.java
    │                               ├── ProxmoxveFunctions.java
    │                               ├── Realm/
    │                               │   ├── Ldap.java
    │                               │   ├── LdapArgs.java
    │                               │   ├── LdapLegacy.java
    │                               │   ├── LdapLegacyArgs.java
    │                               │   ├── Openid.java
    │                               │   ├── OpenidArgs.java
    │                               │   ├── OpenidLegacy.java
    │                               │   ├── OpenidLegacyArgs.java
    │                               │   ├── Sync.java
    │                               │   ├── SyncArgs.java
    │                               │   ├── SyncLegacy.java
    │                               │   ├── SyncLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── LdapLegacyState.java
    │                               │       ├── LdapState.java
    │                               │       ├── OpenidLegacyState.java
    │                               │       ├── OpenidState.java
    │                               │       ├── SyncLegacyState.java
    │                               │       └── SyncState.java
    │                               ├── Replication.java
    │                               ├── ReplicationArgs.java
    │                               ├── ReplicationLegacy.java
    │                               ├── ReplicationLegacyArgs.java
    │                               ├── RoleLegacy.java
    │                               ├── RoleLegacyArgs.java
    │                               ├── Sdn/
    │                               │   ├── Applier.java
    │                               │   ├── ApplierArgs.java
    │                               │   ├── ApplierLegacy.java
    │                               │   ├── ApplierLegacyArgs.java
    │                               │   ├── SdnFunctions.java
    │                               │   ├── Subnet.java
    │                               │   ├── SubnetArgs.java
    │                               │   ├── SubnetLegacy.java
    │                               │   ├── SubnetLegacyArgs.java
    │                               │   ├── Vnet.java
    │                               │   ├── VnetArgs.java
    │                               │   ├── VnetLegacy.java
    │                               │   ├── VnetLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── ApplierLegacyState.java
    │                               │   │   ├── ApplierState.java
    │                               │   │   ├── GetSubnetArgs.java
    │                               │   │   ├── GetSubnetDhcpRange.java
    │                               │   │   ├── GetSubnetDhcpRangeArgs.java
    │                               │   │   ├── GetSubnetLegacyArgs.java
    │                               │   │   ├── GetSubnetLegacyDhcpRange.java
    │                               │   │   ├── GetSubnetLegacyDhcpRangeArgs.java
    │                               │   │   ├── GetSubnetLegacyPlainArgs.java
    │                               │   │   ├── GetSubnetPlainArgs.java
    │                               │   │   ├── GetVnetArgs.java
    │                               │   │   ├── GetVnetLegacyArgs.java
    │                               │   │   ├── GetVnetLegacyPlainArgs.java
    │                               │   │   ├── GetVnetPlainArgs.java
    │                               │   │   ├── GetZonesArgs.java
    │                               │   │   ├── GetZonesLegacyArgs.java
    │                               │   │   ├── GetZonesLegacyPlainArgs.java
    │                               │   │   ├── GetZonesPlainArgs.java
    │                               │   │   ├── SubnetDhcpRangeArgs.java
    │                               │   │   ├── SubnetLegacyDhcpRangeArgs.java
    │                               │   │   ├── SubnetLegacyState.java
    │                               │   │   ├── SubnetState.java
    │                               │   │   ├── VnetLegacyState.java
    │                               │   │   └── VnetState.java
    │                               │   └── outputs/
    │                               │       ├── GetSubnetDhcpRange.java
    │                               │       ├── GetSubnetLegacyDhcpRange.java
    │                               │       ├── GetSubnetLegacyResult.java
    │                               │       ├── GetSubnetResult.java
    │                               │       ├── GetVnetLegacyResult.java
    │                               │       ├── GetVnetResult.java
    │                               │       ├── GetVnetsLegacyResult.java
    │                               │       ├── GetVnetsLegacyVnet.java
    │                               │       ├── GetVnetsResult.java
    │                               │       ├── GetVnetsVnet.java
    │                               │       ├── GetZonesLegacyResult.java
    │                               │       ├── GetZonesLegacyZone.java
    │                               │       ├── GetZonesResult.java
    │                               │       ├── GetZonesZone.java
    │                               │       ├── SubnetDhcpRange.java
    │                               │       └── SubnetLegacyDhcpRange.java
    │                               ├── Sdn_fabric/
    │                               │   ├── Openfabric.java
    │                               │   ├── OpenfabricArgs.java
    │                               │   ├── OpenfabricLegacy.java
    │                               │   ├── OpenfabricLegacyArgs.java
    │                               │   ├── Ospf.java
    │                               │   ├── OspfArgs.java
    │                               │   ├── OspfLegacy.java
    │                               │   ├── OspfLegacyArgs.java
    │                               │   ├── Sdn_fabricFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetOpenfabricArgs.java
    │                               │   │   ├── GetOpenfabricLegacyArgs.java
    │                               │   │   ├── GetOpenfabricLegacyPlainArgs.java
    │                               │   │   ├── GetOpenfabricPlainArgs.java
    │                               │   │   ├── GetOspfArgs.java
    │                               │   │   ├── GetOspfLegacyArgs.java
    │                               │   │   ├── GetOspfLegacyPlainArgs.java
    │                               │   │   ├── GetOspfPlainArgs.java
    │                               │   │   ├── OpenfabricLegacyState.java
    │                               │   │   ├── OpenfabricState.java
    │                               │   │   ├── OspfLegacyState.java
    │                               │   │   └── OspfState.java
    │                               │   └── outputs/
    │                               │       ├── GetOpenfabricLegacyResult.java
    │                               │       ├── GetOpenfabricResult.java
    │                               │       ├── GetOspfLegacyResult.java
    │                               │       └── GetOspfResult.java
    │                               ├── Sdn_fabric_node/
    │                               │   ├── Openfabric.java
    │                               │   ├── OpenfabricArgs.java
    │                               │   ├── OpenfabricLegacy.java
    │                               │   ├── OpenfabricLegacyArgs.java
    │                               │   ├── Ospf.java
    │                               │   ├── OspfArgs.java
    │                               │   ├── OspfLegacy.java
    │                               │   ├── OspfLegacyArgs.java
    │                               │   ├── Sdn_fabric_nodeFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetOpenfabricArgs.java
    │                               │   │   ├── GetOpenfabricLegacyArgs.java
    │                               │   │   ├── GetOpenfabricLegacyPlainArgs.java
    │                               │   │   ├── GetOpenfabricPlainArgs.java
    │                               │   │   ├── GetOspfArgs.java
    │                               │   │   ├── GetOspfLegacyArgs.java
    │                               │   │   ├── GetOspfLegacyPlainArgs.java
    │                               │   │   ├── GetOspfPlainArgs.java
    │                               │   │   ├── OpenfabricLegacyState.java
    │                               │   │   ├── OpenfabricState.java
    │                               │   │   ├── OspfLegacyState.java
    │                               │   │   └── OspfState.java
    │                               │   └── outputs/
    │                               │       ├── GetOpenfabricLegacyResult.java
    │                               │       ├── GetOpenfabricResult.java
    │                               │       ├── GetOspfLegacyResult.java
    │                               │       └── GetOspfResult.java
    │                               ├── TimeLegacy.java
    │                               ├── TimeLegacyArgs.java
    │                               ├── User/
    │                               │   ├── Token.java
    │                               │   ├── TokenArgs.java
    │                               │   ├── TokenLegacy.java
    │                               │   ├── TokenLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── TokenLegacyState.java
    │                               │       └── TokenState.java
    │                               ├── UserLegacy.java
    │                               ├── UserLegacyArgs.java
    │                               ├── Utilities.java
    │                               ├── Vm.java
    │                               ├── Vm2Legacy.java
    │                               ├── Vm2LegacyArgs.java
    │                               ├── VmArgs.java
    │                               ├── VmLegacy.java
    │                               ├── VmLegacyArgs.java
    │                               ├── acme_dns/
    │                               │   ├── Plugin.java
    │                               │   ├── PluginArgs.java
    │                               │   ├── PluginLegacy.java
    │                               │   ├── PluginLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── PluginLegacyState.java
    │                               │       └── PluginState.java
    │                               ├── backup/
    │                               │   ├── BackupFunctions.java
    │                               │   ├── Job.java
    │                               │   ├── JobArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── JobFleecingArgs.java
    │                               │   │   ├── JobPerformanceArgs.java
    │                               │   │   └── JobState.java
    │                               │   └── outputs/
    │                               │       ├── GetJobsJob.java
    │                               │       ├── GetJobsResult.java
    │                               │       ├── JobFleecing.java
    │                               │       └── JobPerformance.java
    │                               ├── cloned/
    │                               │   ├── Vm.java
    │                               │   ├── VmArgs.java
    │                               │   ├── VmLegacy.java
    │                               │   ├── VmLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── VmCdromArgs.java
    │                               │   │   ├── VmCloneArgs.java
    │                               │   │   ├── VmCpuArgs.java
    │                               │   │   ├── VmDeleteArgs.java
    │                               │   │   ├── VmDiskArgs.java
    │                               │   │   ├── VmLegacyCdromArgs.java
    │                               │   │   ├── VmLegacyCloneArgs.java
    │                               │   │   ├── VmLegacyCpuArgs.java
    │                               │   │   ├── VmLegacyDeleteArgs.java
    │                               │   │   ├── VmLegacyDiskArgs.java
    │                               │   │   ├── VmLegacyMemoryArgs.java
    │                               │   │   ├── VmLegacyNetworkArgs.java
    │                               │   │   ├── VmLegacyRngArgs.java
    │                               │   │   ├── VmLegacyState.java
    │                               │   │   ├── VmLegacyTimeoutsArgs.java
    │                               │   │   ├── VmLegacyVgaArgs.java
    │                               │   │   ├── VmMemoryArgs.java
    │                               │   │   ├── VmNetworkArgs.java
    │                               │   │   ├── VmRngArgs.java
    │                               │   │   ├── VmState.java
    │                               │   │   ├── VmTimeoutsArgs.java
    │                               │   │   └── VmVgaArgs.java
    │                               │   └── outputs/
    │                               │       ├── VmCdrom.java
    │                               │       ├── VmClone.java
    │                               │       ├── VmCpu.java
    │                               │       ├── VmDelete.java
    │                               │       ├── VmDisk.java
    │                               │       ├── VmLegacyCdrom.java
    │                               │       ├── VmLegacyClone.java
    │                               │       ├── VmLegacyCpu.java
    │                               │       ├── VmLegacyDelete.java
    │                               │       ├── VmLegacyDisk.java
    │                               │       ├── VmLegacyMemory.java
    │                               │       ├── VmLegacyNetwork.java
    │                               │       ├── VmLegacyRng.java
    │                               │       ├── VmLegacyTimeouts.java
    │                               │       ├── VmLegacyVga.java
    │                               │       ├── VmMemory.java
    │                               │       ├── VmNetwork.java
    │                               │       ├── VmRng.java
    │                               │       ├── VmTimeouts.java
    │                               │       └── VmVga.java
    │                               ├── cluster/
    │                               │   ├── FirewallLegacy.java
    │                               │   ├── FirewallLegacyArgs.java
    │                               │   ├── Options.java
    │                               │   ├── OptionsArgs.java
    │                               │   ├── OptionsLegacy.java
    │                               │   ├── OptionsLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── FirewallLegacyLogRatelimitArgs.java
    │                               │   │   ├── FirewallLegacyState.java
    │                               │   │   ├── OptionsLegacyNextIdArgs.java
    │                               │   │   ├── OptionsLegacyNotifyArgs.java
    │                               │   │   ├── OptionsLegacyState.java
    │                               │   │   ├── OptionsNextIdArgs.java
    │                               │   │   ├── OptionsNotifyArgs.java
    │                               │   │   └── OptionsState.java
    │                               │   └── outputs/
    │                               │       ├── FirewallLegacyLogRatelimit.java
    │                               │       ├── OptionsLegacyNextId.java
    │                               │       ├── OptionsLegacyNotify.java
    │                               │       ├── OptionsNextId.java
    │                               │       └── OptionsNotify.java
    │                               ├── cluster_firewall_security/
    │                               │   ├── GroupLegacy.java
    │                               │   ├── GroupLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GroupLegacyRuleArgs.java
    │                               │   │   └── GroupLegacyState.java
    │                               │   └── outputs/
    │                               │       └── GroupLegacyRule.java
    │                               ├── config/
    │                               │   ├── inputs/
    │                               │   │   └── Ssh.java
    │                               │   └── outputs/
    │                               │       └── SshNode.java
    │                               ├── download/
    │                               │   ├── File.java
    │                               │   ├── FileArgs.java
    │                               │   ├── FileLegacy.java
    │                               │   ├── FileLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── FileLegacyState.java
    │                               │       └── FileState.java
    │                               ├── firewall/
    │                               │   ├── AliasLegacy.java
    │                               │   ├── AliasLegacyArgs.java
    │                               │   ├── IpsetLegacy.java
    │                               │   ├── IpsetLegacyArgs.java
    │                               │   ├── OptionsLegacy.java
    │                               │   ├── OptionsLegacyArgs.java
    │                               │   ├── RulesLegacy.java
    │                               │   ├── RulesLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── AliasLegacyState.java
    │                               │   │   ├── IpsetLegacyCidrArgs.java
    │                               │   │   ├── IpsetLegacyState.java
    │                               │   │   ├── OptionsLegacyState.java
    │                               │   │   ├── RulesLegacyRuleArgs.java
    │                               │   │   └── RulesLegacyState.java
    │                               │   └── outputs/
    │                               │       ├── IpsetLegacyCidr.java
    │                               │       └── RulesLegacyRule.java
    │                               ├── inputs/
    │                               │   ├── AclLegacyState.java
    │                               │   ├── AclState.java
    │                               │   ├── CertificateLegacyState.java
    │                               │   ├── ContainerLegacyCloneArgs.java
    │                               │   ├── ContainerLegacyConsoleArgs.java
    │                               │   ├── ContainerLegacyCpuArgs.java
    │                               │   ├── ContainerLegacyDevicePassthroughArgs.java
    │                               │   ├── ContainerLegacyDiskArgs.java
    │                               │   ├── ContainerLegacyFeaturesArgs.java
    │                               │   ├── ContainerLegacyIdmapArgs.java
    │                               │   ├── ContainerLegacyInitializationArgs.java
    │                               │   ├── ContainerLegacyInitializationDnsArgs.java
    │                               │   ├── ContainerLegacyInitializationIpConfigArgs.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv4Args.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv6Args.java
    │                               │   ├── ContainerLegacyInitializationUserAccountArgs.java
    │                               │   ├── ContainerLegacyMemoryArgs.java
    │                               │   ├── ContainerLegacyMountPointArgs.java
    │                               │   ├── ContainerLegacyNetworkInterfaceArgs.java
    │                               │   ├── ContainerLegacyOperatingSystemArgs.java
    │                               │   ├── ContainerLegacyStartupArgs.java
    │                               │   ├── ContainerLegacyState.java
    │                               │   ├── ContainerLegacyWaitForIpArgs.java
    │                               │   ├── DnsLegacyState.java
    │                               │   ├── FileLegacySourceFileArgs.java
    │                               │   ├── FileLegacySourceRawArgs.java
    │                               │   ├── FileLegacyState.java
    │                               │   ├── GetContainerLegacyArgs.java
    │                               │   ├── GetContainerLegacyPlainArgs.java
    │                               │   ├── GetContainersLegacyArgs.java
    │                               │   ├── GetContainersLegacyFilter.java
    │                               │   ├── GetContainersLegacyFilterArgs.java
    │                               │   ├── GetContainersLegacyPlainArgs.java
    │                               │   ├── GetDatastoresArgs.java
    │                               │   ├── GetDatastoresDatastore.java
    │                               │   ├── GetDatastoresDatastoreArgs.java
    │                               │   ├── GetDatastoresFilters.java
    │                               │   ├── GetDatastoresFiltersArgs.java
    │                               │   ├── GetDatastoresLegacyArgs.java
    │                               │   ├── GetDatastoresLegacyDatastore.java
    │                               │   ├── GetDatastoresLegacyDatastoreArgs.java
    │                               │   ├── GetDatastoresLegacyFilters.java
    │                               │   ├── GetDatastoresLegacyFiltersArgs.java
    │                               │   ├── GetDatastoresLegacyPlainArgs.java
    │                               │   ├── GetDatastoresPlainArgs.java
    │                               │   ├── GetDnsLegacyArgs.java
    │                               │   ├── GetDnsLegacyPlainArgs.java
    │                               │   ├── GetFileArgs.java
    │                               │   ├── GetFileLegacyArgs.java
    │                               │   ├── GetFileLegacyPlainArgs.java
    │                               │   ├── GetFilePlainArgs.java
    │                               │   ├── GetFilesArgs.java
    │                               │   ├── GetFilesPlainArgs.java
    │                               │   ├── GetGroupLegacyArgs.java
    │                               │   ├── GetGroupLegacyPlainArgs.java
    │                               │   ├── GetHagroupArgs.java
    │                               │   ├── GetHagroupLegacyArgs.java
    │                               │   ├── GetHagroupLegacyPlainArgs.java
    │                               │   ├── GetHagroupPlainArgs.java
    │                               │   ├── GetHaresourceArgs.java
    │                               │   ├── GetHaresourceLegacyArgs.java
    │                               │   ├── GetHaresourceLegacyPlainArgs.java
    │                               │   ├── GetHaresourcePlainArgs.java
    │                               │   ├── GetHaresourcesArgs.java
    │                               │   ├── GetHaresourcesLegacyArgs.java
    │                               │   ├── GetHaresourcesLegacyPlainArgs.java
    │                               │   ├── GetHaresourcesPlainArgs.java
    │                               │   ├── GetHostsLegacyArgs.java
    │                               │   ├── GetHostsLegacyPlainArgs.java
    │                               │   ├── GetNodeLegacyArgs.java
    │                               │   ├── GetNodeLegacyPlainArgs.java
    │                               │   ├── GetPoolLegacyArgs.java
    │                               │   ├── GetPoolLegacyPlainArgs.java
    │                               │   ├── GetReplicationArgs.java
    │                               │   ├── GetReplicationLegacyArgs.java
    │                               │   ├── GetReplicationLegacyPlainArgs.java
    │                               │   ├── GetReplicationPlainArgs.java
    │                               │   ├── GetRoleLegacyArgs.java
    │                               │   ├── GetRoleLegacyPlainArgs.java
    │                               │   ├── GetTimeLegacyArgs.java
    │                               │   ├── GetTimeLegacyPlainArgs.java
    │                               │   ├── GetUserLegacyArgs.java
    │                               │   ├── GetUserLegacyPlainArgs.java
    │                               │   ├── GetVm2LegacyArgs.java
    │                               │   ├── GetVm2LegacyPlainArgs.java
    │                               │   ├── GetVm2LegacyTimeouts.java
    │                               │   ├── GetVm2LegacyTimeoutsArgs.java
    │                               │   ├── GetVmArgs.java
    │                               │   ├── GetVmLegacyArgs.java
    │                               │   ├── GetVmLegacyPlainArgs.java
    │                               │   ├── GetVmPlainArgs.java
    │                               │   ├── GetVmTimeouts.java
    │                               │   ├── GetVmTimeoutsArgs.java
    │                               │   ├── GetVmsLegacyArgs.java
    │                               │   ├── GetVmsLegacyFilter.java
    │                               │   ├── GetVmsLegacyFilterArgs.java
    │                               │   ├── GetVmsLegacyPlainArgs.java
    │                               │   ├── GroupLegacyAclArgs.java
    │                               │   ├── GroupLegacyState.java
    │                               │   ├── HagroupLegacyState.java
    │                               │   ├── HagroupState.java
    │                               │   ├── HaresourceLegacyState.java
    │                               │   ├── HaresourceState.java
    │                               │   ├── HaruleLegacyState.java
    │                               │   ├── HaruleState.java
    │                               │   ├── HostsLegacyEntryArgs.java
    │                               │   ├── HostsLegacyState.java
    │                               │   ├── PoolLegacyMemberArgs.java
    │                               │   ├── PoolLegacyState.java
    │                               │   ├── ProviderSshArgs.java
    │                               │   ├── ProviderSshNodeArgs.java
    │                               │   ├── ReplicationLegacyState.java
    │                               │   ├── ReplicationState.java
    │                               │   ├── RoleLegacyState.java
    │                               │   ├── TimeLegacyState.java
    │                               │   ├── UserLegacyAclArgs.java
    │                               │   ├── UserLegacyState.java
    │                               │   ├── Vm2LegacyCdromArgs.java
    │                               │   ├── Vm2LegacyCpuArgs.java
    │                               │   ├── Vm2LegacyRngArgs.java
    │                               │   ├── Vm2LegacyState.java
    │                               │   ├── Vm2LegacyTimeoutsArgs.java
    │                               │   ├── Vm2LegacyVgaArgs.java
    │                               │   ├── VmCdromArgs.java
    │                               │   ├── VmCpuArgs.java
    │                               │   ├── VmLegacyAgentArgs.java
    │                               │   ├── VmLegacyAgentWaitForIpArgs.java
    │                               │   ├── VmLegacyAmdSevArgs.java
    │                               │   ├── VmLegacyAudioDeviceArgs.java
    │                               │   ├── VmLegacyCdromArgs.java
    │                               │   ├── VmLegacyCloneArgs.java
    │                               │   ├── VmLegacyCpuArgs.java
    │                               │   ├── VmLegacyDiskArgs.java
    │                               │   ├── VmLegacyDiskSpeedArgs.java
    │                               │   ├── VmLegacyEfiDiskArgs.java
    │                               │   ├── VmLegacyHostpciArgs.java
    │                               │   ├── VmLegacyInitializationArgs.java
    │                               │   ├── VmLegacyInitializationDnsArgs.java
    │                               │   ├── VmLegacyInitializationIpConfigArgs.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv4Args.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv6Args.java
    │                               │   ├── VmLegacyInitializationUserAccountArgs.java
    │                               │   ├── VmLegacyMemoryArgs.java
    │                               │   ├── VmLegacyNetworkDeviceArgs.java
    │                               │   ├── VmLegacyNumaArgs.java
    │                               │   ├── VmLegacyOperatingSystemArgs.java
    │                               │   ├── VmLegacyRngArgs.java
    │                               │   ├── VmLegacySerialDeviceArgs.java
    │                               │   ├── VmLegacySmbiosArgs.java
    │                               │   ├── VmLegacyStartupArgs.java
    │                               │   ├── VmLegacyState.java
    │                               │   ├── VmLegacyTpmStateArgs.java
    │                               │   ├── VmLegacyUsbArgs.java
    │                               │   ├── VmLegacyVgaArgs.java
    │                               │   ├── VmLegacyVirtiofArgs.java
    │                               │   ├── VmLegacyWatchdogArgs.java
    │                               │   ├── VmRngArgs.java
    │                               │   ├── VmState.java
    │                               │   ├── VmTimeoutsArgs.java
    │                               │   └── VmVgaArgs.java
    │                               ├── network_linux/
    │                               │   ├── Bond.java
    │                               │   ├── BondArgs.java
    │                               │   ├── Bridge.java
    │                               │   ├── BridgeArgs.java
    │                               │   ├── BridgeLegacy.java
    │                               │   ├── BridgeLegacyArgs.java
    │                               │   ├── Vlan.java
    │                               │   ├── VlanArgs.java
    │                               │   ├── VlanLegacy.java
    │                               │   ├── VlanLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── BondState.java
    │                               │       ├── BridgeLegacyState.java
    │                               │       ├── BridgeState.java
    │                               │       ├── VlanLegacyState.java
    │                               │       └── VlanState.java
    │                               ├── outputs/
    │                               │   ├── ContainerLegacyClone.java
    │                               │   ├── ContainerLegacyConsole.java
    │                               │   ├── ContainerLegacyCpu.java
    │                               │   ├── ContainerLegacyDevicePassthrough.java
    │                               │   ├── ContainerLegacyDisk.java
    │                               │   ├── ContainerLegacyFeatures.java
    │                               │   ├── ContainerLegacyIdmap.java
    │                               │   ├── ContainerLegacyInitialization.java
    │                               │   ├── ContainerLegacyInitializationDns.java
    │                               │   ├── ContainerLegacyInitializationIpConfig.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv4.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv6.java
    │                               │   ├── ContainerLegacyInitializationUserAccount.java
    │                               │   ├── ContainerLegacyMemory.java
    │                               │   ├── ContainerLegacyMountPoint.java
    │                               │   ├── ContainerLegacyNetworkInterface.java
    │                               │   ├── ContainerLegacyOperatingSystem.java
    │                               │   ├── ContainerLegacyStartup.java
    │                               │   ├── ContainerLegacyWaitForIp.java
    │                               │   ├── FileLegacySourceFile.java
    │                               │   ├── FileLegacySourceRaw.java
    │                               │   ├── GetContainerLegacyResult.java
    │                               │   ├── GetContainersLegacyContainer.java
    │                               │   ├── GetContainersLegacyFilter.java
    │                               │   ├── GetContainersLegacyResult.java
    │                               │   ├── GetDatastoresDatastore.java
    │                               │   ├── GetDatastoresFilters.java
    │                               │   ├── GetDatastoresLegacyDatastore.java
    │                               │   ├── GetDatastoresLegacyFilters.java
    │                               │   ├── GetDatastoresLegacyResult.java
    │                               │   ├── GetDatastoresResult.java
    │                               │   ├── GetDnsLegacyResult.java
    │                               │   ├── GetFileLegacyResult.java
    │                               │   ├── GetFileResult.java
    │                               │   ├── GetFilesFile.java
    │                               │   ├── GetFilesResult.java
    │                               │   ├── GetGroupLegacyAcl.java
    │                               │   ├── GetGroupLegacyResult.java
    │                               │   ├── GetGroupsLegacyResult.java
    │                               │   ├── GetHagroupLegacyResult.java
    │                               │   ├── GetHagroupResult.java
    │                               │   ├── GetHagroupsLegacyResult.java
    │                               │   ├── GetHagroupsResult.java
    │                               │   ├── GetHaresourceLegacyResult.java
    │                               │   ├── GetHaresourceResult.java
    │                               │   ├── GetHaresourcesLegacyResult.java
    │                               │   ├── GetHaresourcesResult.java
    │                               │   ├── GetHostsLegacyEntry.java
    │                               │   ├── GetHostsLegacyResult.java
    │                               │   ├── GetNodeLegacyResult.java
    │                               │   ├── GetNodesLegacyResult.java
    │                               │   ├── GetPoolLegacyMember.java
    │                               │   ├── GetPoolLegacyResult.java
    │                               │   ├── GetPoolsLegacyResult.java
    │                               │   ├── GetReplicationLegacyResult.java
    │                               │   ├── GetReplicationResult.java
    │                               │   ├── GetReplicationsLegacyReplication.java
    │                               │   ├── GetReplicationsLegacyResult.java
    │                               │   ├── GetReplicationsReplication.java
    │                               │   ├── GetReplicationsResult.java
    │                               │   ├── GetRoleLegacyResult.java
    │                               │   ├── GetRolesLegacyResult.java
    │                               │   ├── GetTimeLegacyResult.java
    │                               │   ├── GetUserLegacyAcl.java
    │                               │   ├── GetUserLegacyResult.java
    │                               │   ├── GetUsersLegacyResult.java
    │                               │   ├── GetVersionLegacyResult.java
    │                               │   ├── GetVersionResult.java
    │                               │   ├── GetVm2LegacyCdrom.java
    │                               │   ├── GetVm2LegacyCpu.java
    │                               │   ├── GetVm2LegacyResult.java
    │                               │   ├── GetVm2LegacyRng.java
    │                               │   ├── GetVm2LegacyTimeouts.java
    │                               │   ├── GetVm2LegacyVga.java
    │                               │   ├── GetVmCdrom.java
    │                               │   ├── GetVmCpu.java
    │                               │   ├── GetVmLegacyResult.java
    │                               │   ├── GetVmResult.java
    │                               │   ├── GetVmRng.java
    │                               │   ├── GetVmTimeouts.java
    │                               │   ├── GetVmVga.java
    │                               │   ├── GetVmsLegacyFilter.java
    │                               │   ├── GetVmsLegacyResult.java
    │                               │   ├── GetVmsLegacyVm.java
    │                               │   ├── GroupLegacyAcl.java
    │                               │   ├── HostsLegacyEntry.java
    │                               │   ├── PoolLegacyMember.java
    │                               │   ├── UserLegacyAcl.java
    │                               │   ├── Vm2LegacyCdrom.java
    │                               │   ├── Vm2LegacyCpu.java
    │                               │   ├── Vm2LegacyRng.java
    │                               │   ├── Vm2LegacyTimeouts.java
    │                               │   ├── Vm2LegacyVga.java
    │                               │   ├── VmCdrom.java
    │                               │   ├── VmCpu.java
    │                               │   ├── VmLegacyAgent.java
    │                               │   ├── VmLegacyAgentWaitForIp.java
    │                               │   ├── VmLegacyAmdSev.java
    │                               │   ├── VmLegacyAudioDevice.java
    │                               │   ├── VmLegacyCdrom.java
    │                               │   ├── VmLegacyClone.java
    │                               │   ├── VmLegacyCpu.java
    │                               │   ├── VmLegacyDisk.java
    │                               │   ├── VmLegacyDiskSpeed.java
    │                               │   ├── VmLegacyEfiDisk.java
    │                               │   ├── VmLegacyHostpci.java
    │                               │   ├── VmLegacyInitialization.java
    │                               │   ├── VmLegacyInitializationDns.java
    │                               │   ├── VmLegacyInitializationIpConfig.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv4.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv6.java
    │                               │   ├── VmLegacyInitializationUserAccount.java
    │                               │   ├── VmLegacyMemory.java
    │                               │   ├── VmLegacyNetworkDevice.java
    │                               │   ├── VmLegacyNuma.java
    │                               │   ├── VmLegacyOperatingSystem.java
    │                               │   ├── VmLegacyRng.java
    │                               │   ├── VmLegacySerialDevice.java
    │                               │   ├── VmLegacySmbios.java
    │                               │   ├── VmLegacyStartup.java
    │                               │   ├── VmLegacyTpmState.java
    │                               │   ├── VmLegacyUsb.java
    │                               │   ├── VmLegacyVga.java
    │                               │   ├── VmLegacyVirtiof.java
    │                               │   ├── VmLegacyWatchdog.java
    │                               │   ├── VmRng.java
    │                               │   ├── VmTimeouts.java
    │                               │   └── VmVga.java
    │                               ├── sdn_zone/
    │                               │   ├── Evpn.java
    │                               │   ├── EvpnArgs.java
    │                               │   ├── EvpnLegacy.java
    │                               │   ├── EvpnLegacyArgs.java
    │                               │   ├── Qinq.java
    │                               │   ├── QinqArgs.java
    │                               │   ├── QinqLegacy.java
    │                               │   ├── QinqLegacyArgs.java
    │                               │   ├── Sdn_zoneFunctions.java
    │                               │   ├── Simple.java
    │                               │   ├── SimpleArgs.java
    │                               │   ├── SimpleLegacy.java
    │                               │   ├── SimpleLegacyArgs.java
    │                               │   ├── Vlan.java
    │                               │   ├── VlanArgs.java
    │                               │   ├── VlanLegacy.java
    │                               │   ├── VlanLegacyArgs.java
    │                               │   ├── Vxlan.java
    │                               │   ├── VxlanArgs.java
    │                               │   ├── VxlanLegacy.java
    │                               │   ├── VxlanLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── EvpnLegacyState.java
    │                               │   │   ├── EvpnState.java
    │                               │   │   ├── GetEvpnArgs.java
    │                               │   │   ├── GetEvpnLegacyArgs.java
    │                               │   │   ├── GetEvpnLegacyPlainArgs.java
    │                               │   │   ├── GetEvpnPlainArgs.java
    │                               │   │   ├── GetQinqArgs.java
    │                               │   │   ├── GetQinqLegacyArgs.java
    │                               │   │   ├── GetQinqLegacyPlainArgs.java
    │                               │   │   ├── GetQinqPlainArgs.java
    │                               │   │   ├── GetSimpleArgs.java
    │                               │   │   ├── GetSimpleLegacyArgs.java
    │                               │   │   ├── GetSimpleLegacyPlainArgs.java
    │                               │   │   ├── GetSimplePlainArgs.java
    │                               │   │   ├── GetVlanArgs.java
    │                               │   │   ├── GetVlanLegacyArgs.java
    │                               │   │   ├── GetVlanLegacyPlainArgs.java
    │                               │   │   ├── GetVlanPlainArgs.java
    │                               │   │   ├── GetVxlanArgs.java
    │                               │   │   ├── GetVxlanLegacyArgs.java
    │                               │   │   ├── GetVxlanLegacyPlainArgs.java
    │                               │   │   ├── GetVxlanPlainArgs.java
    │                               │   │   ├── QinqLegacyState.java
    │                               │   │   ├── QinqState.java
    │                               │   │   ├── SimpleLegacyState.java
    │                               │   │   ├── SimpleState.java
    │                               │   │   ├── VlanLegacyState.java
    │                               │   │   ├── VlanState.java
    │                               │   │   ├── VxlanLegacyState.java
    │                               │   │   └── VxlanState.java
    │                               │   └── outputs/
    │                               │       ├── GetEvpnLegacyResult.java
    │                               │       ├── GetEvpnResult.java
    │                               │       ├── GetQinqLegacyResult.java
    │                               │       ├── GetQinqResult.java
    │                               │       ├── GetSimpleLegacyResult.java
    │                               │       ├── GetSimpleResult.java
    │                               │       ├── GetVlanLegacyResult.java
    │                               │       ├── GetVlanResult.java
    │                               │       ├── GetVxlanLegacyResult.java
    │                               │       └── GetVxlanResult.java
    │                               └── storage/
    │                                   ├── CIFS.java
    │                                   ├── CIFSArgs.java
    │                                   ├── CifsLegacy.java
    │                                   ├── CifsLegacyArgs.java
    │                                   ├── Directory.java
    │                                   ├── DirectoryArgs.java
    │                                   ├── DirectoryLegacy.java
    │                                   ├── DirectoryLegacyArgs.java
    │                                   ├── LVM.java
    │                                   ├── LVMArgs.java
    │                                   ├── LVMThin.java
    │                                   ├── LVMThinArgs.java
    │                                   ├── LvmLegacy.java
    │                                   ├── LvmLegacyArgs.java
    │                                   ├── LvmthinLegacy.java
    │                                   ├── LvmthinLegacyArgs.java
    │                                   ├── NFS.java
    │                                   ├── NFSArgs.java
    │                                   ├── NfsLegacy.java
    │                                   ├── NfsLegacyArgs.java
    │                                   ├── PBS.java
    │                                   ├── PBSArgs.java
    │                                   ├── PbsLegacy.java
    │                                   ├── PbsLegacyArgs.java
    │                                   ├── ZFSPool.java
    │                                   ├── ZFSPoolArgs.java
    │                                   ├── ZfspoolLegacy.java
    │                                   ├── ZfspoolLegacyArgs.java
    │                                   ├── inputs/
    │                                   │   ├── CIFSBackupsArgs.java
    │                                   │   ├── CIFSState.java
    │                                   │   ├── CifsLegacyBackupsArgs.java
    │                                   │   ├── CifsLegacyState.java
    │                                   │   ├── DirectoryBackupsArgs.java
    │                                   │   ├── DirectoryLegacyBackupsArgs.java
    │                                   │   ├── DirectoryLegacyState.java
    │                                   │   ├── DirectoryState.java
    │                                   │   ├── LVMState.java
    │                                   │   ├── LVMThinState.java
    │                                   │   ├── LvmLegacyState.java
    │                                   │   ├── LvmthinLegacyState.java
    │                                   │   ├── NFSBackupsArgs.java
    │                                   │   ├── NFSState.java
    │                                   │   ├── NfsLegacyBackupsArgs.java
    │                                   │   ├── NfsLegacyState.java
    │                                   │   ├── PBSBackupsArgs.java
    │                                   │   ├── PBSState.java
    │                                   │   ├── PbsLegacyBackupsArgs.java
    │                                   │   ├── PbsLegacyState.java
    │                                   │   ├── ZFSPoolState.java
    │                                   │   └── ZfspoolLegacyState.java
    │                                   └── outputs/
    │                                       ├── CIFSBackups.java
    │                                       ├── CifsLegacyBackups.java
    │                                       ├── DirectoryBackups.java
    │                                       ├── DirectoryLegacyBackups.java
    │                                       ├── NFSBackups.java
    │                                       ├── NfsLegacyBackups.java
    │                                       ├── PBSBackups.java
    │                                       └── PbsLegacyBackups.java
    ├── nodejs/
    │   ├── .gitattributes
    │   ├── .gitignore
    │   ├── Pulumi.yaml
    │   ├── README.md
    │   ├── acl.ts
    │   ├── aclLegacy.ts
    │   ├── acme/
    │   │   ├── account.ts
    │   │   ├── accountLegacy.ts
    │   │   ├── certificate.ts
    │   │   ├── certificateLegacy.ts
    │   │   ├── dns/
    │   │   │   ├── index.ts
    │   │   │   ├── plugin.ts
    │   │   │   └── pluginLegacy.ts
    │   │   ├── getAccount.ts
    │   │   ├── getAccountLegacy.ts
    │   │   ├── getAccounts.ts
    │   │   ├── getAccountsLegacy.ts
    │   │   ├── getPlugin.ts
    │   │   ├── getPluginLegacy.ts
    │   │   ├── getPlugins.ts
    │   │   ├── getPluginsLegacy.ts
    │   │   └── index.ts
    │   ├── apt/
    │   │   ├── getRepository.ts
    │   │   ├── getRepositoryLegacy.ts
    │   │   ├── index.ts
    │   │   ├── repository.ts
    │   │   ├── repositoryLegacy.ts
    │   │   └── standard/
    │   │       ├── getRepository.ts
    │   │       ├── getRepositoryLegacy.ts
    │   │       ├── index.ts
    │   │       ├── repository.ts
    │   │       └── repositoryLegacy.ts
    │   ├── backup/
    │   │   ├── getJobs.ts
    │   │   ├── index.ts
    │   │   └── job.ts
    │   ├── certificateLegacy.ts
    │   ├── cloned/
    │   │   ├── index.ts
    │   │   ├── vm.ts
    │   │   └── vmLegacy.ts
    │   ├── cluster/
    │   │   ├── firewall/
    │   │   │   ├── index.ts
    │   │   │   └── security/
    │   │   │       ├── groupLegacy.ts
    │   │   │       └── index.ts
    │   │   ├── firewallLegacy.ts
    │   │   ├── index.ts
    │   │   ├── options.ts
    │   │   └── optionsLegacy.ts
    │   ├── config/
    │   │   ├── index.ts
    │   │   └── vars.ts
    │   ├── containerLegacy.ts
    │   ├── dnsLegacy.ts
    │   ├── download/
    │   │   ├── file.ts
    │   │   ├── fileLegacy.ts
    │   │   └── index.ts
    │   ├── fileLegacy.ts
    │   ├── firewall/
    │   │   ├── aliasLegacy.ts
    │   │   ├── index.ts
    │   │   ├── ipsetLegacy.ts
    │   │   ├── optionsLegacy.ts
    │   │   └── rulesLegacy.ts
    │   ├── getContainerLegacy.ts
    │   ├── getContainersLegacy.ts
    │   ├── getDatastores.ts
    │   ├── getDatastoresLegacy.ts
    │   ├── getDnsLegacy.ts
    │   ├── getFile.ts
    │   ├── getFileLegacy.ts
    │   ├── getFiles.ts
    │   ├── getGroupLegacy.ts
    │   ├── getGroupsLegacy.ts
    │   ├── getHagroup.ts
    │   ├── getHagroupLegacy.ts
    │   ├── getHagroups.ts
    │   ├── getHagroupsLegacy.ts
    │   ├── getHaresource.ts
    │   ├── getHaresourceLegacy.ts
    │   ├── getHaresources.ts
    │   ├── getHaresourcesLegacy.ts
    │   ├── getHostsLegacy.ts
    │   ├── getNodeLegacy.ts
    │   ├── getNodesLegacy.ts
    │   ├── getPoolLegacy.ts
    │   ├── getPoolsLegacy.ts
    │   ├── getReplication.ts
    │   ├── getReplicationLegacy.ts
    │   ├── getReplications.ts
    │   ├── getReplicationsLegacy.ts
    │   ├── getRoleLegacy.ts
    │   ├── getRolesLegacy.ts
    │   ├── getTimeLegacy.ts
    │   ├── getUserLegacy.ts
    │   ├── getUsersLegacy.ts
    │   ├── getVersion.ts
    │   ├── getVersionLegacy.ts
    │   ├── getVm.ts
    │   ├── getVm2Legacy.ts
    │   ├── getVmLegacy.ts
    │   ├── getVmsLegacy.ts
    │   ├── groupLegacy.ts
    │   ├── hagroup.ts
    │   ├── hagroupLegacy.ts
    │   ├── hardware/
    │   │   ├── getMappings.ts
    │   │   ├── getMappingsLegacy.ts
    │   │   ├── getPci.ts
    │   │   ├── index.ts
    │   │   └── mapping/
    │   │       ├── dir.ts
    │   │       ├── dirLegacy.ts
    │   │       ├── getDir.ts
    │   │       ├── getDirLegacy.ts
    │   │       ├── getPci.ts
    │   │       ├── getPciLegacy.ts
    │   │       ├── getUsb.ts
    │   │       ├── getUsbLegacy.ts
    │   │       ├── index.ts
    │   │       ├── pci.ts
    │   │       ├── pciLegacy.ts
    │   │       ├── usb.ts
    │   │       └── usbLegacy.ts
    │   ├── haresource.ts
    │   ├── haresourceLegacy.ts
    │   ├── harule.ts
    │   ├── haruleLegacy.ts
    │   ├── hostsLegacy.ts
    │   ├── index.ts
    │   ├── metrics/
    │   │   ├── getServer.ts
    │   │   ├── getServerLegacy.ts
    │   │   ├── index.ts
    │   │   ├── server.ts
    │   │   └── serverLegacy.ts
    │   ├── network/
    │   │   ├── index.ts
    │   │   └── linux/
    │   │       ├── bond.ts
    │   │       ├── bridge.ts
    │   │       ├── bridgeLegacy.ts
    │   │       ├── index.ts
    │   │       ├── vlan.ts
    │   │       └── vlanLegacy.ts
    │   ├── node/
    │   │   ├── firewall.ts
    │   │   ├── firewallLegacy.ts
    │   │   └── index.ts
    │   ├── oci/
    │   │   ├── image.ts
    │   │   ├── imageLegacy.ts
    │   │   └── index.ts
    │   ├── package.json
    │   ├── pool/
    │   │   ├── index.ts
    │   │   ├── membership.ts
    │   │   └── membershipLegacy.ts
    │   ├── poolLegacy.ts
    │   ├── provider.ts
    │   ├── realm/
    │   │   ├── index.ts
    │   │   ├── ldap.ts
    │   │   ├── ldapLegacy.ts
    │   │   ├── openid.ts
    │   │   ├── openidLegacy.ts
    │   │   ├── sync.ts
    │   │   └── syncLegacy.ts
    │   ├── replication.ts
    │   ├── replicationLegacy.ts
    │   ├── roleLegacy.ts
    │   ├── sdn/
    │   │   ├── applier.ts
    │   │   ├── applierLegacy.ts
    │   │   ├── fabric/
    │   │   │   ├── getOpenfabric.ts
    │   │   │   ├── getOpenfabricLegacy.ts
    │   │   │   ├── getOspf.ts
    │   │   │   ├── getOspfLegacy.ts
    │   │   │   ├── index.ts
    │   │   │   ├── node/
    │   │   │   │   ├── getOpenfabric.ts
    │   │   │   │   ├── getOpenfabricLegacy.ts
    │   │   │   │   ├── getOspf.ts
    │   │   │   │   ├── getOspfLegacy.ts
    │   │   │   │   ├── index.ts
    │   │   │   │   ├── openfabric.ts
    │   │   │   │   ├── openfabricLegacy.ts
    │   │   │   │   ├── ospf.ts
    │   │   │   │   └── ospfLegacy.ts
    │   │   │   ├── openfabric.ts
    │   │   │   ├── openfabricLegacy.ts
    │   │   │   ├── ospf.ts
    │   │   │   └── ospfLegacy.ts
    │   │   ├── getSubnet.ts
    │   │   ├── getSubnetLegacy.ts
    │   │   ├── getVnet.ts
    │   │   ├── getVnetLegacy.ts
    │   │   ├── getVnets.ts
    │   │   ├── getVnetsLegacy.ts
    │   │   ├── getZones.ts
    │   │   ├── getZonesLegacy.ts
    │   │   ├── index.ts
    │   │   ├── subnet.ts
    │   │   ├── subnetLegacy.ts
    │   │   ├── vnet.ts
    │   │   ├── vnetLegacy.ts
    │   │   └── zone/
    │   │       ├── evpn.ts
    │   │       ├── evpnLegacy.ts
    │   │       ├── getEvpn.ts
    │   │       ├── getEvpnLegacy.ts
    │   │       ├── getQinq.ts
    │   │       ├── getQinqLegacy.ts
    │   │       ├── getSimple.ts
    │   │       ├── getSimpleLegacy.ts
    │   │       ├── getVlan.ts
    │   │       ├── getVlanLegacy.ts
    │   │       ├── getVxlan.ts
    │   │       ├── getVxlanLegacy.ts
    │   │       ├── index.ts
    │   │       ├── qinq.ts
    │   │       ├── qinqLegacy.ts
    │   │       ├── simple.ts
    │   │       ├── simpleLegacy.ts
    │   │       ├── vlan.ts
    │   │       ├── vlanLegacy.ts
    │   │       ├── vxlan.ts
    │   │       └── vxlanLegacy.ts
    │   ├── storage/
    │   │   ├── cifs.ts
    │   │   ├── cifsLegacy.ts
    │   │   ├── directory.ts
    │   │   ├── directoryLegacy.ts
    │   │   ├── index.ts
    │   │   ├── lvm.ts
    │   │   ├── lvmLegacy.ts
    │   │   ├── lvmthin.ts
    │   │   ├── lvmthinLegacy.ts
    │   │   ├── nfs.ts
    │   │   ├── nfsLegacy.ts
    │   │   ├── pbs.ts
    │   │   ├── pbsLegacy.ts
    │   │   ├── zfspool.ts
    │   │   └── zfspoolLegacy.ts
    │   ├── timeLegacy.ts
    │   ├── tsconfig.json
    │   ├── types/
    │   │   ├── index.ts
    │   │   ├── input.ts
    │   │   └── output.ts
    │   ├── user/
    │   │   ├── index.ts
    │   │   ├── token.ts
    │   │   └── tokenLegacy.ts
    │   ├── userLegacy.ts
    │   ├── utilities.ts
    │   ├── vm.ts
    │   ├── vm2Legacy.ts
    │   └── vmLegacy.ts
    └── python/
        ├── .gitattributes
        ├── .gitignore
        ├── Pulumi.yaml
        ├── README.md
        ├── pulumi_proxmoxve/
        │   ├── README.md
        │   ├── __init__.py
        │   ├── _inputs.py
        │   ├── _utilities.py
        │   ├── acl.py
        │   ├── acl_legacy.py
        │   ├── acme/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── account.py
        │   │   ├── account_legacy.py
        │   │   ├── certificate.py
        │   │   ├── certificate_legacy.py
        │   │   ├── dns/
        │   │   │   ├── __init__.py
        │   │   │   ├── plugin.py
        │   │   │   └── plugin_legacy.py
        │   │   ├── get_account.py
        │   │   ├── get_account_legacy.py
        │   │   ├── get_accounts.py
        │   │   ├── get_accounts_legacy.py
        │   │   ├── get_plugin.py
        │   │   ├── get_plugin_legacy.py
        │   │   ├── get_plugins.py
        │   │   ├── get_plugins_legacy.py
        │   │   └── outputs.py
        │   ├── apt/
        │   │   ├── __init__.py
        │   │   ├── get_repository.py
        │   │   ├── get_repository_legacy.py
        │   │   ├── repository.py
        │   │   ├── repository_legacy.py
        │   │   └── standard/
        │   │       ├── __init__.py
        │   │       ├── get_repository.py
        │   │       ├── get_repository_legacy.py
        │   │       ├── repository.py
        │   │       └── repository_legacy.py
        │   ├── backup/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── get_jobs.py
        │   │   ├── job.py
        │   │   └── outputs.py
        │   ├── certificate_legacy.py
        │   ├── cloned/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── outputs.py
        │   │   ├── vm.py
        │   │   └── vm_legacy.py
        │   ├── cluster/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── firewall/
        │   │   │   ├── __init__.py
        │   │   │   └── security/
        │   │   │       ├── __init__.py
        │   │   │       ├── _inputs.py
        │   │   │       ├── group_legacy.py
        │   │   │       └── outputs.py
        │   │   ├── firewall_legacy.py
        │   │   ├── options.py
        │   │   ├── options_legacy.py
        │   │   └── outputs.py
        │   ├── config/
        │   │   ├── __init__.py
        │   │   ├── __init__.pyi
        │   │   ├── outputs.py
        │   │   └── vars.py
        │   ├── container_legacy.py
        │   ├── dns_legacy.py
        │   ├── download/
        │   │   ├── __init__.py
        │   │   ├── file.py
        │   │   └── file_legacy.py
        │   ├── file_legacy.py
        │   ├── firewall/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── alias_legacy.py
        │   │   ├── ipset_legacy.py
        │   │   ├── options_legacy.py
        │   │   ├── outputs.py
        │   │   └── rules_legacy.py
        │   ├── get_container_legacy.py
        │   ├── get_containers_legacy.py
        │   ├── get_datastores.py
        │   ├── get_datastores_legacy.py
        │   ├── get_dns_legacy.py
        │   ├── get_file.py
        │   ├── get_file_legacy.py
        │   ├── get_files.py
        │   ├── get_group_legacy.py
        │   ├── get_groups_legacy.py
        │   ├── get_hagroup.py
        │   ├── get_hagroup_legacy.py
        │   ├── get_hagroups.py
        │   ├── get_hagroups_legacy.py
        │   ├── get_haresource.py
        │   ├── get_haresource_legacy.py
        │   ├── get_haresources.py
        │   ├── get_haresources_legacy.py
        │   ├── get_hosts_legacy.py
        │   ├── get_node_legacy.py
        │   ├── get_nodes_legacy.py
        │   ├── get_pool_legacy.py
        │   ├── get_pools_legacy.py
        │   ├── get_replication.py
        │   ├── get_replication_legacy.py
        │   ├── get_replications.py
        │   ├── get_replications_legacy.py
        │   ├── get_role_legacy.py
        │   ├── get_roles_legacy.py
        │   ├── get_time_legacy.py
        │   ├── get_user_legacy.py
        │   ├── get_users_legacy.py
        │   ├── get_version.py
        │   ├── get_version_legacy.py
        │   ├── get_vm.py
        │   ├── get_vm2_legacy.py
        │   ├── get_vm_legacy.py
        │   ├── get_vms_legacy.py
        │   ├── group_legacy.py
        │   ├── hagroup.py
        │   ├── hagroup_legacy.py
        │   ├── hardware/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── get_mappings.py
        │   │   ├── get_mappings_legacy.py
        │   │   ├── get_pci.py
        │   │   ├── mapping/
        │   │   │   ├── __init__.py
        │   │   │   ├── _inputs.py
        │   │   │   ├── dir.py
        │   │   │   ├── dir_legacy.py
        │   │   │   ├── get_dir.py
        │   │   │   ├── get_dir_legacy.py
        │   │   │   ├── get_pci.py
        │   │   │   ├── get_pci_legacy.py
        │   │   │   ├── get_usb.py
        │   │   │   ├── get_usb_legacy.py
        │   │   │   ├── outputs.py
        │   │   │   ├── pci.py
        │   │   │   ├── pci_legacy.py
        │   │   │   ├── usb.py
        │   │   │   └── usb_legacy.py
        │   │   └── outputs.py
        │   ├── haresource.py
        │   ├── haresource_legacy.py
        │   ├── harule.py
        │   ├── harule_legacy.py
        │   ├── hosts_legacy.py
        │   ├── metrics/
        │   │   ├── __init__.py
        │   │   ├── get_server.py
        │   │   ├── get_server_legacy.py
        │   │   ├── server.py
        │   │   └── server_legacy.py
        │   ├── network/
        │   │   ├── __init__.py
        │   │   └── linux/
        │   │       ├── __init__.py
        │   │       ├── bond.py
        │   │       ├── bridge.py
        │   │       ├── bridge_legacy.py
        │   │       ├── vlan.py
        │   │       └── vlan_legacy.py
        │   ├── node/
        │   │   ├── __init__.py
        │   │   ├── firewall.py
        │   │   └── firewall_legacy.py
        │   ├── oci/
        │   │   ├── __init__.py
        │   │   ├── image.py
        │   │   └── image_legacy.py
        │   ├── outputs.py
        │   ├── pool/
        │   │   ├── __init__.py
        │   │   ├── membership.py
        │   │   └── membership_legacy.py
        │   ├── pool_legacy.py
        │   ├── provider.py
        │   ├── pulumi-plugin.json
        │   ├── py.typed
        │   ├── realm/
        │   │   ├── __init__.py
        │   │   ├── ldap.py
        │   │   ├── ldap_legacy.py
        │   │   ├── openid.py
        │   │   ├── openid_legacy.py
        │   │   ├── sync.py
        │   │   └── sync_legacy.py
        │   ├── replication.py
        │   ├── replication_legacy.py
        │   ├── role_legacy.py
        │   ├── sdn/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── applier.py
        │   │   ├── applier_legacy.py
        │   │   ├── fabric/
        │   │   │   ├── __init__.py
        │   │   │   ├── get_openfabric.py
        │   │   │   ├── get_openfabric_legacy.py
        │   │   │   ├── get_ospf.py
        │   │   │   ├── get_ospf_legacy.py
        │   │   │   ├── node/
        │   │   │   │   ├── __init__.py
        │   │   │   │   ├── get_openfabric.py
        │   │   │   │   ├── get_openfabric_legacy.py
        │   │   │   │   ├── get_ospf.py
        │   │   │   │   ├── get_ospf_legacy.py
        │   │   │   │   ├── openfabric.py
        │   │   │   │   ├── openfabric_legacy.py
        │   │   │   │   ├── ospf.py
        │   │   │   │   └── ospf_legacy.py
        │   │   │   ├── openfabric.py
        │   │   │   ├── openfabric_legacy.py
        │   │   │   ├── ospf.py
        │   │   │   └── ospf_legacy.py
        │   │   ├── get_subnet.py
        │   │   ├── get_subnet_legacy.py
        │   │   ├── get_vnet.py
        │   │   ├── get_vnet_legacy.py
        │   │   ├── get_vnets.py
        │   │   ├── get_vnets_legacy.py
        │   │   ├── get_zones.py
        │   │   ├── get_zones_legacy.py
        │   │   ├── outputs.py
        │   │   ├── subnet.py
        │   │   ├── subnet_legacy.py
        │   │   ├── vnet.py
        │   │   ├── vnet_legacy.py
        │   │   └── zone/
        │   │       ├── __init__.py
        │   │       ├── evpn.py
        │   │       ├── evpn_legacy.py
        │   │       ├── get_evpn.py
        │   │       ├── get_evpn_legacy.py
        │   │       ├── get_qinq.py
        │   │       ├── get_qinq_legacy.py
        │   │       ├── get_simple.py
        │   │       ├── get_simple_legacy.py
        │   │       ├── get_vlan.py
        │   │       ├── get_vlan_legacy.py
        │   │       ├── get_vxlan.py
        │   │       ├── get_vxlan_legacy.py
        │   │       ├── qinq.py
        │   │       ├── qinq_legacy.py
        │   │       ├── simple.py
        │   │       ├── simple_legacy.py
        │   │       ├── vlan.py
        │   │       ├── vlan_legacy.py
        │   │       ├── vxlan.py
        │   │       └── vxlan_legacy.py
        │   ├── storage/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── cifs.py
        │   │   ├── cifs_legacy.py
        │   │   ├── directory.py
        │   │   ├── directory_legacy.py
        │   │   ├── lvm.py
        │   │   ├── lvm_legacy.py
        │   │   ├── lvmthin.py
        │   │   ├── lvmthin_legacy.py
        │   │   ├── nfs.py
        │   │   ├── nfs_legacy.py
        │   │   ├── outputs.py
        │   │   ├── pbs.py
        │   │   ├── pbs_legacy.py
        │   │   ├── zfspool.py
        │   │   └── zfspool_legacy.py
        │   ├── time_legacy.py
        │   ├── user/
        │   │   ├── __init__.py
        │   │   ├── token.py
        │   │   └── token_legacy.py
        │   ├── user_legacy.py
        │   ├── vm.py
        │   ├── vm2_legacy.py
        │   └── vm_legacy.py
        └── pyproject.toml

================================================
FILE CONTENTS
================================================

================================================
FILE: .all-contributorsrc
================================================
{
  "projectName": "pulumi-proxmoxve",
  "projectOwner": "muhlba91",
  "repoType": "github",
  "repoHost": "https://github.com",
  "files": [
    "README.md"
  ],
  "imageSize": 100,
  "commit": false,
  "contributors": [
    {
      "login": "muhlba91",
      "name": "Daniel Mühlbachler-Pietrzykowski",
      "avatar_url": "https://avatars.githubusercontent.com/u/653739?v=4",
      "profile": "https://muehlbachler.io/",
      "contributions": [
        "maintenance",
        "code",
        "doc"
      ]
    },
    {
      "login": "NCMartins",
      "name": "Nelson Costa Martins",
      "avatar_url": "https://avatars.githubusercontent.com/u/11583533?v=4",
      "profile": "https://github.com/NCMartins",
      "contributions": [
        "example"
      ]
    },
    {
      "login": "guineveresaenger",
      "name": "Guinevere Saenger",
      "avatar_url": "https://avatars.githubusercontent.com/u/13116240?v=4",
      "profile": "https://github.com/guineveresaenger",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "susanev",
      "name": "Susan Evans",
      "avatar_url": "https://avatars.githubusercontent.com/u/5489125?v=4",
      "profile": "https://github.com/susanev",
      "contributions": [
        "doc"
      ]
    },
    {
      "login": "zamrih",
      "name": "zamrih",
      "avatar_url": "https://avatars.githubusercontent.com/u/1061718?v=4",
      "profile": "https://github.com/zamrih",
      "contributions": [
        "code"
      ]
    }
  ],
  "contributorsPerLine": 7,
  "linkToUsage": false,
  "skipCi": true,
  "commitConvention": "angular",
  "commitType": "docs"
}


================================================
FILE: .conform.yaml
================================================
---
policies:
  - type: commit
    spec:
      header:
        length: 200
        imperative: true
        case: lower
        invalidLastCharacters: .
      body:
        required: false
      dco: false
      gpg: false
      spellcheck:
        locale: US
      maximumOfOneCommit: false
      conventional:
        types:
          - refactor
          - perf
          - chore
          - test
          - docs
          - no_type
        scopes:
          - release
          - deps
          - ci
        descriptionLength: 100


================================================
FILE: .devcontainer/devcontainer.json
================================================
// Format details: https://aka.ms/devcontainer.json
// Feature list: https://containers.dev/features
{
	"name": "Go",
	"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bookworm",
	"features": {
		"ghcr.io/devcontainers-contrib/features/cz-cli:1": {
			"version": "latest"
		},
		"ghcr.io/devcontainers-contrib/features/pulumi:1": {
			"bashCompletion": true,
			"version": "latest"
		},
		"ghcr.io/guiyomh/features/golangci-lint:0": {
			"version": "latest"
		},
		"ghcr.io/devcontainers-contrib/features/gh-release:1": {
			"repo": "pulumi/pulumictl",
			"binaryNames": "pulumictl"
		}
	},
	"hostRequirements": {
		"cpus": 2,
		"memory": "8gb"
	}
	// "postCreateCommand": "go version",
	// "customizations": {}
}

================================================
FILE: .github/CODEOWNERS
================================================
* @muhlba91

================================================
FILE: .github/FUNDING.yml
================================================
---
github: [muhlba91]
buy_me_a_coffee: muhlba91



================================================
FILE: .github/workflows/codeql.yml
================================================
---
name: CodeQL

on:
  push:
    branches:
      - main
  pull_request:
  schedule:
    - cron: "0 0 * * 1"

permissions:
  contents: read

jobs:
  analyze:
    runs-on: ubuntu-latest
    name: Analyze
    permissions:
      actions: read
      contents: read
      security-events: write
    strategy:
      fail-fast: false
      matrix:
        language: ["go"]

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

      - uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
        with:
          languages: ${{ matrix.language }}
      - uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
        with:
          working-directory: provider

      - uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
        with:
          category: "/language:${{matrix.language}}"


================================================
FILE: .github/workflows/dependency_review.yml
================================================
---
name: Dependency Review

on:
  pull_request:

permissions:
  contents: read

jobs:
  dependency-review:
    runs-on: ubuntu-latest
    name: Dependency Review

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

      - uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0


================================================
FILE: .github/workflows/release.yml
================================================
---
name: Release

on:
  push:
    branches:
      - main

permissions:
  contents: read
  pull-requests: read

env:
  PROVIDER: proxmoxve
  GO111MODULE: "on"
  NUGET_FEED_URL: https://api.nuget.org/v3/index.json

jobs:
  release:
    runs-on: ubuntu-latest
    name: Release
    outputs:
      release_created: ${{ steps.release.outputs.release_created }}
    permissions:
      contents: write
      pull-requests: write

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0
        id: release

  publish_provider:
    if: needs.release.outputs.release_created
    runs-on: ubuntu-latest
    name: Publish Provider
    permissions:
      id-token: write
      contents: write
      attestations: write
    needs:
      - release
    strategy:
      max-parallel: 4
      matrix:
        go-version: [ 1.26.x ]

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
        with:
          go-version: "${{ matrix.go-version }}"
          cache-dependency-path: "**/*.sum"

      - uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
        with:
          repo: pulumi/pulumictl
      - uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7

      - uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
      - uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0

      - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
        with:
          args: -p 3 release --clean --timeout 60m0s
          version: latest
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

      - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
        with:
          subject-path: |
            dist/*.tar.gz
            dist/*.sbom.json
            dist/*_checksums.txt
            dist/*.sigstore.json

  publish_sdk:
    if: needs.release.outputs.release_created
    runs-on: ubuntu-latest
    name: Publish SDK
    permissions:
      id-token: write
      contents: read
    needs:
      - release
      - publish_provider
    strategy:
      max-parallel: 10
      matrix:
        go-version: [ 1.26.x ]
        node-version: [ "24" ]
        dotnet-version: [ 8.0.x ]
        python-version: [ 3.11 ]
        java-version: [ 11 ]
        language:
          - go
          - nodejs
          - python
          - dotnet
          # - java

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
        with:
          go-version: "${{ matrix.go-version }}"
          cache-dependency-path: "**/*.sum"

      - uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
        with:
          repo: pulumi/pulumictl
      - uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7

      - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
        with:
          dotnet-version: "${{ matrix.dotnet-version }}"
        if: matrix.language == 'dotnet'
      - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
        with:
          python-version: "${{ matrix.python-version }}"
        if: matrix.language == 'python'
      - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
        with:
          node-version: "${{ matrix.node-version }}"
          registry-url: "https://registry.npmjs.org"
        if: matrix.language == 'nodejs'
      - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
        with:
          distribution: corretto
          java-version: ${{ matrix.java-version }}
        if: matrix.language == 'java'
      - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
        if: matrix.language == 'java'

      - run: make install_plugins
      - run: echo "${{ github.workspace }}/bin" >> $GITHUB_PATH

      - run: make build_${{ matrix.language }}

      - uses: hashicorp/vault-action@4c06c5ccf5c0761b6029f56cfb1dcf5565918a3b # v3.4.0
        id: import-secrets
        with:
          method: jwt
          url: ${{ secrets.VAULT_ADDR }}
          path: ${{ secrets.VAULT_PATH }}
          role: ${{ secrets.VAULT_ROLE }}
          secrets: |
            github-pulumi-proxmoxve/data/nuget publish_key | NUGET_PUBLISH_KEY ;
            github-pulumi-proxmoxve/data/java signing_key | SIGNING_KEY ;
            github-pulumi-proxmoxve/data/java signing_key_id | SIGNING_KEY_ID ;
            github-pulumi-proxmoxve/data/java signing_password | SIGNING_PASSWORD ;
            github-pulumi-proxmoxve/data/sonatype publish_password | PUBLISH_REPO_PASSWORD ;
            github-pulumi-proxmoxve/data/sonatype publish_username | PUBLISH_REPO_USERNAME

      - name: Publish .NET SDK
        run: |
          dotnet nuget push -s "${{ env.NUGET_FEED_URL }}" -k "${{ env.NUGET_PUBLISH_KEY }}" ${{github.workspace}}/sdk/dotnet/bin/Debug/*.nupkg
        if: matrix.language == 'dotnet'

      - name: Publish Python SDK
        uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
        with:
          skip-existing: true
          packages-dir: "${{ github.workspace }}/sdk/python/bin/dist/"
        if: matrix.language == 'python'

      - name: Publish NodeJS SDK
        working-directory: ./sdk/nodejs/bin
        run: |
          npm publish --access public --provenance
        if: matrix.language == 'nodejs'

      - name: Java PACKAGE_VERSION
        run: |
          REF_NAME=`git describe --abbrev=0 --tags`
          echo "PACKAGE_VERSION=${REF_NAME:1}" >> $GITHUB_ENV
        if: matrix.language == 'java'
      - name: Publish Java SDK
        working-directory: sdk/java
        run: gradle publishToSonatype closeAndReleaseSonatypeStagingRepository
        if: matrix.language == 'java'
        continue-on-error: true # Java SDK publishing is in alpha stage

  tag_sdk:
    if: needs.release.outputs.release_created
    runs-on: ubuntu-latest
    name: Tag SDK Release
    permissions:
      id-token: write
      contents: write
    needs:
      - release
      - publish_sdk

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0
      - run: |
          git config --local user.email "${{ env.GITHUB_ACTION }}+github-actions[bot]@users.noreply.github.com"
          git config --local user.name "github-actions[bot]"

      - run: |
          REF_NAME=`git describe --abbrev=0 --tags`
          echo "found tag: $REF_NAME"
          git tag -a sdk/$REF_NAME -m sdk/$REF_NAME
          git push origin sdk/$REF_NAME


================================================
FILE: .github/workflows/scorecard.yml
================================================
---
name: Scorecard Security

on:
  # For Branch-Protection check. Only the default branch is supported. See
  # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
  branch_protection_rule:
  # To guarantee Maintained check is occasionally updated. See
  # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
  schedule:
    - cron: '20 7 * * 2'
  push:
    branches:
      - main
  workflow_dispatch:

permissions: read-all

jobs:
  analysis:
    runs-on: ubuntu-latest
    name: Scorecard Analysis
    permissions:
      # Needed to upload the results to code-scanning dashboard.
      security-events: write
      # Needed to publish results and get a badge (see publish_results below).
      id-token: write
      contents: read
      actions: read
      # To allow GraphQL ListCommits to work
      issues: read
      pull-requests: read
      # To detect SAST tools
      checks: read

    steps:
      - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
        with:
          egress-policy: audit

      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          persist-credentials: false

      - uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
        with:
          results_file: results.sarif
          results_format: sarif
          publish_results: true

      - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
        with:
          name: Scorecard Analysis
          path: results.sarif
          retention-days: 5

      - uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
        with:
          sarif_file: results.sarif


================================================
FILE: .github/workflows/verify.yml
================================================
---
name: Verify

on:
  push:
    branches:
      - main
  pull_request:
  workflow_dispatch:

permissions:
  contents: read
  pull-requests: read

env:
  PROVIDER: proxmoxve
  GO111MODULE: "on"

jobs:
  conform:
    runs-on: ubuntu-latest
    name: Conform

    steps:
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - uses: siderolabs/conform@cfdb3cce90daece912e6a5cb3f20b2316a78a5bf # v0.1.0-alpha.31
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

  provider:
    runs-on: ubuntu-latest
    name: Lint Provider
    strategy:
      max-parallel: 4
      matrix:
        go-version: [ 1.26.x ]

    steps:
      - name: Checkout repository
        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - name: Install Go
        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
        with:
          go-version: "${{ matrix.go-version }}"
          cache-dependency-path: "**/*.sum"

      - name: Install pulumictl
        uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
        with:
          repo: pulumi/pulumictl
      - name: Install Pulumi CLI
        uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7

      - name: Build Provider
        run: make provider
      - name: Lint Provider
        uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
        with:
          version: latest
          working-directory: provider
          args: -c ../.golangci.yml
          skip-cache: true
          skip-save-cache: true

  sdk:
    runs-on: ubuntu-latest
    name: Build SDK
    strategy:
      max-parallel: 10
      matrix:
        go-version: [ 1.26.x ]
        node-version: [ "24" ]
        dotnet-version: [ 8.0.x ]
        python-version: [ 3.11 ]
        java-version: [ 11 ]
        language:
          - go
          - nodejs
          - python
          - dotnet
          # - java

    steps:
      - name: Checkout repository
        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - name: Install Go
        uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
        with:
          go-version: "${{ matrix.go-version }}"
          cache-dependency-path: "**/*.sum"

      - name: Install pulumictl
        uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
        with:
          repo: pulumi/pulumictl
      - name: Install Pulumi CLI
        uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7

      - name: Setup DotNet
        uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
        with:
          dotnet-version: "${{ matrix.dotnet-version }}"
        if: matrix.language == 'dotnet'
      - name: Setup Python
        uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
        with:
          python-version: "${{ matrix.python-version }}"
        if: matrix.language == 'python'
      - name: Use Node.js
        uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
        with:
          node-version: "${{ matrix.node-version }}"
        if: matrix.language == 'nodejs'
      - name: Setup Java
        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
        with:
          distribution: corretto
          java-version: ${{ matrix.java-version }}
        if: matrix.language == 'java'
      - name: Setup Gradle
        uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
        if: matrix.language == 'java'

      - name: Build SDK
        run: make build_${{ matrix.language }}


================================================
FILE: .gitignore
================================================
.idea
.code
**/vendor/
.pulumi
**/bin/
**/obj/
Pulumi.*.yaml
**/node_modules/
.DS_Store

**/command-output/

.idea/
*.iml

yarn.lock
**/pulumiManifest.go

ci-scripts
provider/**/schema.go
**/version.txt
**/nuget
**/dist
.vscode/
local.env

/yarn.lock
/package.json

**/.pnp.*
**/.yarn/
**/venv/


================================================
FILE: .golangci.yml
================================================
version: "2"
linters:
  enable:
    - goconst
    - gosec
    - lll
    - misspell
    - revive
    - unconvert
  settings:
    lll:
      line-length: 150
  exclusions:
    generated: lax
    presets:
      - comments
      - common-false-positives
      - legacy
      - std-error-handling
    paths:
      - schema.go
      - pulumiManifest.go
      - third_party$
      - builtin$
      - examples$
formatters:
  exclusions:
    generated: lax
    paths:
      - third_party$
      - builtin$
      - examples$


================================================
FILE: .goreleaser.yml
================================================
---
version: 2
archives:
  - id: archive
    name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
  hooks:
    - make tfgen
builds:
  - binary: pulumi-resource-proxmoxve
    dir: provider
    env:
      - CGO_ENABLED=0
      - GO111MODULE=on
    goarch:
      - amd64
      - arm64
    goos:
      - darwin
      - windows
      - linux
    ldflags:
      - -X github.com/muhlba91/pulumi-proxmoxve/provider/pkg/version.Version={{ .Tag }}
    main: ./cmd/pulumi-resource-proxmoxve/
source:
  enabled: true
signs:
  - cmd: cosign
    signature: "${artifact}.sigstore.json"
    args:
      - sign-blob
      - --yes
      - "--bundle=${signature}"
      - "${artifact}"
    artifacts: all
    output: true
sboms:
  - artifacts: archive
  - id: source
    artifacts: source
changelog:
  disable: true
  use: github
  filters:
    exclude:
      - "^docs"
      - "^chore"
  groups:
    - title: "New Features"
      regexp: "^.*feat[(\\w)]*:+.*$"
      order: 0
    - title: "Bugfixes"
      regexp: "^.*fix[(\\w)]*:+.*$"
      order: 10
    - title: Other Work
      order: 999
release:
  disable: false
  prerelease: auto
snapshot:
  version_template: "{{ .Tag }}-SNAPSHOT"


================================================
FILE: .pre-commit-config.yaml
================================================
---
repos:
  - repo: https://github.com/talos-systems/conform
    rev: v0.1.0-alpha.30
    hooks:
      - id: conform
        stages:
          - commit-msg
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v6.0.0
    hooks:
      - id: end-of-file-fixer
      - id: trailing-whitespace
      - id: check-json
        exclude: .eslintrc.json|node_modules/*
      - id: check-merge-conflict
      - id: check-symlinks
      - id: check-toml
      - id: check-xml
      - id: check-yaml
      - id: detect-aws-credentials
        args: [
            "--allow-missing-credentials"
        ]
      - id: detect-private-key
        exclude: node_modules/*
#      - id: no-commit-to-branch
#        args: [
#            "--branch",
#            "main",
#            "--branch",
#            "next"
#        ]
  - repo: https://github.com/gitleaks/gitleaks
    rev: v8.30.0
    hooks:
      - id: gitleaks
  - repo: https://github.com/golangci/golangci-lint
    rev: v2.7.2
    hooks:
      - id: golangci-lint


================================================
FILE: .pulumi-java-gen.version
================================================
1.22.0


================================================
FILE: .release-please-manifest.json
================================================
{
    ".": "8.1.0"
}

================================================
FILE: CHANGELOG.md
================================================
# Changelog


## [8.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v8.0.0...v8.1.0) (2026-04-26)


### Features

* **deps:** prepare for upstream v0.104.0 ([ecc229c](https://github.com/muhlba91/pulumi-proxmoxve/commit/ecc229c1271b4d04ed781f2cfcfa8529c4fea8ff))


### Miscellaneous Chores

* **deps:** update actions/setup-node action to v6.4.0 ([78a9748](https://github.com/muhlba91/pulumi-proxmoxve/commit/78a974864499a32d7512154c2d61eb509c58f94d))
* **deps:** update actions/upload-artifact action to v7.0.1 ([3c519b8](https://github.com/muhlba91/pulumi-proxmoxve/commit/3c519b8a109f85d9c0742f9577ac6195e6cf4080))
* **deps:** update dependency go to v1.26.2 ([fad5efd](https://github.com/muhlba91/pulumi-proxmoxve/commit/fad5efd08bbf20069806d54d22138c08bb4a1c64))
* **deps:** update github/codeql-action action to v4.35.2 ([74e599d](https://github.com/muhlba91/pulumi-proxmoxve/commit/74e599de8834369b887112da3e5de008ed2f3283))
* **deps:** update googleapis/release-please-action action to v4.4.1 ([e961883](https://github.com/muhlba91/pulumi-proxmoxve/commit/e961883391ad5909073baf9028b408c9527023ae))
* **deps:** update googleapis/release-please-action action to v5 ([38419df](https://github.com/muhlba91/pulumi-proxmoxve/commit/38419dfbfebab86ae224dde03cae9268973826e8))
* **deps:** update goreleaser/goreleaser-action action to v7.1.0 ([887d596](https://github.com/muhlba91/pulumi-proxmoxve/commit/887d5969e310ef26fd1ae9132f93a481c9879137))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.101.0 ([ea8e700](https://github.com/muhlba91/pulumi-proxmoxve/commit/ea8e70077df5145e4ed3cea2d7092d25d4d60aad))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.101.1 ([ba9a567](https://github.com/muhlba91/pulumi-proxmoxve/commit/ba9a567f54e4c01aa0c0bfeec39a9b8786babe85))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.126.0 ([38090d3](https://github.com/muhlba91/pulumi-proxmoxve/commit/38090d3749c504c2291bcf84f6d5a9ca2ab60c7e))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.127.0 ([3a0eee5](https://github.com/muhlba91/pulumi-proxmoxve/commit/3a0eee5a3dbb9266fa4ea40c8303982a77dfbfe9))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.230.0 ([9793519](https://github.com/muhlba91/pulumi-proxmoxve/commit/979351950a29a314126f7ff9780d5486260b8ee5))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.231.0 ([d283521](https://github.com/muhlba91/pulumi-proxmoxve/commit/d28352181644eabcae5b996b1ee4a6a87a168d6e))
* **deps:** update pypa/gh-action-pypi-publish digest to cef2210 ([efcbdd5](https://github.com/muhlba91/pulumi-proxmoxve/commit/efcbdd557bed1574dc5651ec4de00b3d9e038476))
* **deps:** update step-security/harden-runner action to v2.17.0 ([0d5a149](https://github.com/muhlba91/pulumi-proxmoxve/commit/0d5a1495783aff81e6b614e9b06fb67ed69cbacc))
* **deps:** update step-security/harden-runner action to v2.18.0 ([82ed30e](https://github.com/muhlba91/pulumi-proxmoxve/commit/82ed30e63bc380be9d2bc3dc46f779ab28db7dec))
* **deps:** update step-security/harden-runner action to v2.19.0 ([7382011](https://github.com/muhlba91/pulumi-proxmoxve/commit/73820117fd62f46d184307abbd412ec7d91ba58c))

## [8.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.13.0...v8.0.0) (2026-04-05)


### ⚠ BREAKING CHANGES

* refactor resource mapping which changes packages and resource names

### Features

* **deps:** update all dependencies ([c3f801a](https://github.com/muhlba91/pulumi-proxmoxve/commit/c3f801a098e144cafe1a2acc2fc3d85229c6eb5b))
* **deps:** update all sdk dependencies ([3c849d6](https://github.com/muhlba91/pulumi-proxmoxve/commit/3c849d6b8e2d960fa2cbb0e953f4136c56608f27))
* prepare for v8 release ([02990d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/02990d43a608022b76e66418a5fc3257cb2a22b3))
* upgrade to upstream provider v0.100.0 ([1f5165d](https://github.com/muhlba91/pulumi-proxmoxve/commit/1f5165dd91bab222608605f595aba8ebd5a3668b))
* use golangci lint as latest ([82b2f3a](https://github.com/muhlba91/pulumi-proxmoxve/commit/82b2f3ad5239c86b88a602ffcf4e60f57bd93871))


### Bug Fixes

* fix dependencies for sdks ([00086b0](https://github.com/muhlba91/pulumi-proxmoxve/commit/00086b0e4ed31307b723c99f8e4441ebb5ceab07))
* fix go package names ([82d90d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/82d90d460807de1236e53f156a2560b12dc47ce9))
* fix golangci revive ([ed93068](https://github.com/muhlba91/pulumi-proxmoxve/commit/ed93068a5aeb46fc92056008f005f8bb0904f11a))
* make sure all legacy named resources are present ([56d9f5c](https://github.com/muhlba91/pulumi-proxmoxve/commit/56d9f5cc84e7b8349211167e1a946e3b3ae47733))


### Miscellaneous Chores

* **ci:** test release please extra files ([609867f](https://github.com/muhlba91/pulumi-proxmoxve/commit/609867fedd1c0a48e6e41adeaffbdf366ae05ee2))
* **ci:** test release please extra files ([b1a4b3a](https://github.com/muhlba91/pulumi-proxmoxve/commit/b1a4b3a7b824fb63d62701e5c08db1a042734fa6))
* **ci:** test release please extra files ([9cc0c00](https://github.com/muhlba91/pulumi-proxmoxve/commit/9cc0c00a579f3698aeba261626e005d89293fb75))
* **deps:** update actions/attest-build-provenance action to v4 ([6e036e3](https://github.com/muhlba91/pulumi-proxmoxve/commit/6e036e3009e352b9c28b15c4782214ad0733e2b4))
* **deps:** update actions/attest-build-provenance action to v4.1.0 ([638a452](https://github.com/muhlba91/pulumi-proxmoxve/commit/638a452c154a27e1dbcfb6083fc38809b8187d9d))
* **deps:** update actions/dependency-review-action action to v4.8.3 ([72abdcf](https://github.com/muhlba91/pulumi-proxmoxve/commit/72abdcf2237a7a43e1580fae52ec9dd4a34bdabd))
* **deps:** update actions/dependency-review-action action to v4.9.0 ([adf6ff3](https://github.com/muhlba91/pulumi-proxmoxve/commit/adf6ff3821fb1b82dd0837a11be4a14ff7d1bb71))
* **deps:** update actions/setup-dotnet action to v5.2.0 ([454d49f](https://github.com/muhlba91/pulumi-proxmoxve/commit/454d49f68b8d3399e1caf364413102ce7a7036b0))
* **deps:** update actions/setup-go action to v6.3.0 ([fb5211d](https://github.com/muhlba91/pulumi-proxmoxve/commit/fb5211d4899af8f3abad49aa2db5c04926ab1e11))
* **deps:** update actions/setup-go action to v6.4.0 ([35ace62](https://github.com/muhlba91/pulumi-proxmoxve/commit/35ace627f50891438247671a28bfe09282ed217f))
* **deps:** update actions/setup-node action to v6.3.0 ([c1c5b09](https://github.com/muhlba91/pulumi-proxmoxve/commit/c1c5b092622d27c354596c8e0a0022f21ce22f3d))
* **deps:** update actions/upload-artifact action to v7 ([89ce193](https://github.com/muhlba91/pulumi-proxmoxve/commit/89ce193746a0f552c56acb5dff28ad2285b2ad5e))
* **deps:** update anchore/sbom-action action to v0.23.0 ([51930fd](https://github.com/muhlba91/pulumi-proxmoxve/commit/51930fdead5f7c4e173bac5b623cadae6cded87d))
* **deps:** update anchore/sbom-action action to v0.23.1 ([7877f91](https://github.com/muhlba91/pulumi-proxmoxve/commit/7877f91246f1d473c0885906852cbd41ad1dcdac))
* **deps:** update anchore/sbom-action action to v0.24.0 ([bd06d7e](https://github.com/muhlba91/pulumi-proxmoxve/commit/bd06d7e09d1763683592d0f1133f65a6cf37e679))
* **deps:** update dependency go to v1.26.0 ([1edfc79](https://github.com/muhlba91/pulumi-proxmoxve/commit/1edfc7928718f2c2b69cbb1a31b2beebe888cf2f))
* **deps:** update dependency go to v1.26.1 ([af366d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/af366d46de5b2ccbbcc4235f1013264a4e372b83))
* **deps:** update github/codeql-action action to v4.32.3 ([88b9266](https://github.com/muhlba91/pulumi-proxmoxve/commit/88b9266c356586b0b0af2e4fcfba3b9dcb170335))
* **deps:** update github/codeql-action action to v4.32.4 ([9c3ec24](https://github.com/muhlba91/pulumi-proxmoxve/commit/9c3ec24cf0d3780763da406ebf20cd13646fc2b8))
* **deps:** update github/codeql-action action to v4.32.5 ([8391e3d](https://github.com/muhlba91/pulumi-proxmoxve/commit/8391e3d31258d2d8ab672f27c639312e359e0ba4))
* **deps:** update github/codeql-action action to v4.32.6 ([c96ca69](https://github.com/muhlba91/pulumi-proxmoxve/commit/c96ca69f58fd05fbe1986d092efb2d904287cbe3))
* **deps:** update github/codeql-action action to v4.33.0 ([575cbba](https://github.com/muhlba91/pulumi-proxmoxve/commit/575cbbaf643000e050ab6bbe9999a9a0f81c0b7e))
* **deps:** update github/codeql-action action to v4.34.0 ([95fc5a6](https://github.com/muhlba91/pulumi-proxmoxve/commit/95fc5a686a5866ba69f8181b12e1c2304e8b735e))
* **deps:** update github/codeql-action action to v4.34.1 ([cab8c7d](https://github.com/muhlba91/pulumi-proxmoxve/commit/cab8c7d0ea3d1500ebc73a970641a9d33dd82d83))
* **deps:** update github/codeql-action action to v4.35.0 ([c846c86](https://github.com/muhlba91/pulumi-proxmoxve/commit/c846c86f73080976a1ae1e804c14ad5a0d46fbb6))
* **deps:** update github/codeql-action action to v4.35.1 ([bfafa3e](https://github.com/muhlba91/pulumi-proxmoxve/commit/bfafa3ea5e8d4f4dfdaa2d839f559a1990d35a47))
* **deps:** update goreleaser/goreleaser-action action to v7 ([9b06d0a](https://github.com/muhlba91/pulumi-proxmoxve/commit/9b06d0ab56eba51d1197aa0df3512eade222b36f))
* **deps:** update gradle/actions action to v5.0.2 ([cc91467](https://github.com/muhlba91/pulumi-proxmoxve/commit/cc9146793927195b71221f3f13d26ca912ea2708))
* **deps:** update gradle/actions action to v6 ([60447ef](https://github.com/muhlba91/pulumi-proxmoxve/commit/60447efab9fbf7ee619d1ee1cff1745efccb7871))
* **deps:** update gradle/actions action to v6.0.1 ([ca59e1e](https://github.com/muhlba91/pulumi-proxmoxve/commit/ca59e1e5467d6539fafe943fbd2e50e42263c3c8))
* **deps:** update gradle/actions action to v6.1.0 ([dbb7cfe](https://github.com/muhlba91/pulumi-proxmoxve/commit/dbb7cfe7435bd58fda88264b90297a0b28878706))
* **deps:** update jaxxstorm/action-install-gh-release action to v3 ([fb51973](https://github.com/muhlba91/pulumi-proxmoxve/commit/fb51973feab88c1e6237f75bf3b7b23d2c505114))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.96.0 ([547199d](https://github.com/muhlba91/pulumi-proxmoxve/commit/547199d8b4104b1576c1108b512b07da62c8efab))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.97.0 ([d9a3519](https://github.com/muhlba91/pulumi-proxmoxve/commit/d9a3519ecb11be22b1c598e97361540a2b487270))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.97.1 ([fc183c6](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc183c68ce18aa5e4d96f754ebdf29f94b237b04))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.98.0 ([61857ab](https://github.com/muhlba91/pulumi-proxmoxve/commit/61857ab3b84f7be233b4465681e3b502ac2759e2))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.98.1 ([dd8b528](https://github.com/muhlba91/pulumi-proxmoxve/commit/dd8b528b46978ac6c8a46d66ff05490ac7407aee))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.121.0 ([21a8d4a](https://github.com/muhlba91/pulumi-proxmoxve/commit/21a8d4a2ced51a34d1f78c0b8c2f25154babb50c))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.122.0 ([92ab99a](https://github.com/muhlba91/pulumi-proxmoxve/commit/92ab99a14f5f11017a3fe426ebe658d890392a22))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.123.0 ([81b68c1](https://github.com/muhlba91/pulumi-proxmoxve/commit/81b68c1fce67a0e609ee55351c52f0407f05ad46))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.124.0 ([7321d05](https://github.com/muhlba91/pulumi-proxmoxve/commit/7321d058153421ab69f2789f0f7bda928357d2fa))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.220.0 ([98431a5](https://github.com/muhlba91/pulumi-proxmoxve/commit/98431a5a41ea15d5bedc290f03e01490a47749eb))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.224.0 ([814f26b](https://github.com/muhlba91/pulumi-proxmoxve/commit/814f26b22d5f7915ca54285e3b025ac62edaa5b1))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.225.0 ([bc13e1a](https://github.com/muhlba91/pulumi-proxmoxve/commit/bc13e1abcb78441edd530f6b175cf6de63605ba4))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.225.1 ([23603e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/23603e6714d9d8c535133fc89c753c1796b09068))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.226.0 ([e2edf67](https://github.com/muhlba91/pulumi-proxmoxve/commit/e2edf671978000696eb8155b35f8c60aae7480a1))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.227.0 ([e4fa777](https://github.com/muhlba91/pulumi-proxmoxve/commit/e4fa777d8b558f06ac72c0d02cdc30cc5f90de28))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.228.0 ([a49b1f1](https://github.com/muhlba91/pulumi-proxmoxve/commit/a49b1f116062dd8c4f30842ca0473ed237832cc1))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.229.0 ([06ca647](https://github.com/muhlba91/pulumi-proxmoxve/commit/06ca6479b8b2bf26de9fc19eb46cd7c37e1ba64d))
* **deps:** update pulumi-java ([8ca17b4](https://github.com/muhlba91/pulumi-proxmoxve/commit/8ca17b488f70ea73b8118d39076d4d9e47e89f98))
* **deps:** update pypa/gh-action-pypi-publish digest to ed0c539 ([d32a097](https://github.com/muhlba91/pulumi-proxmoxve/commit/d32a097dd0b42c6067aa95d4fd495aec98e602b5))
* **deps:** update sigstore/cosign-installer action to v4.1.0 ([fb5bf41](https://github.com/muhlba91/pulumi-proxmoxve/commit/fb5bf4186bc3e2d1813491c131216204346c1901))
* **deps:** update sigstore/cosign-installer action to v4.1.1 ([3e17e27](https://github.com/muhlba91/pulumi-proxmoxve/commit/3e17e27051afdfee5bbcc29a1fc99eda6a977d90))
* **deps:** update step-security/harden-runner action to v2.15.0 ([32cd876](https://github.com/muhlba91/pulumi-proxmoxve/commit/32cd8762f825dbb072c4251835dcfe6d52014bd4))
* **deps:** update step-security/harden-runner action to v2.15.1 ([e42e32b](https://github.com/muhlba91/pulumi-proxmoxve/commit/e42e32bc20fea8220e2bf28cd5cbac907e8ff5c3))
* **deps:** update step-security/harden-runner action to v2.16.0 ([49add12](https://github.com/muhlba91/pulumi-proxmoxve/commit/49add1255fab61a36b0234328f16f7c992470135))
* **deps:** update step-security/harden-runner action to v2.16.1 ([d77f29f](https://github.com/muhlba91/pulumi-proxmoxve/commit/d77f29f979c03fb3f4a27f8189c4ff984aad6f05))
* update sdk/go.mod version to reflect v8 ([d259f79](https://github.com/muhlba91/pulumi-proxmoxve/commit/d259f7908c36a8964a021bcccf39a54a515f450b))

## [7.13.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.12.0...v7.13.0) (2026-02-10)


### Features

* prepare for upstream v0.95.0 ([b5f8c27](https://github.com/muhlba91/pulumi-proxmoxve/commit/b5f8c27ce8fba60feaa4c4c37dceb8f088b159e0))
* upgrade to upstream v0.95.0 ([34f32d5](https://github.com/muhlba91/pulumi-proxmoxve/commit/34f32d51db7168f411225e835604bb550393e587))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.95.0 ([5256e83](https://github.com/muhlba91/pulumi-proxmoxve/commit/5256e8355597ba4c936abd716a115fdbfe747adf))

## [7.12.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.11.0...v7.12.0) (2026-02-07)


### Features

* upgrade to upstream v0.94.0 ([e2a00bd](https://github.com/muhlba91/pulumi-proxmoxve/commit/e2a00bd798fddd020558f942c5f145bd4a208fd5))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v3.1.0 ([c927698](https://github.com/muhlba91/pulumi-proxmoxve/commit/c927698579f331fe153d419a26ee56bb196aaf7a))
* **deps:** update actions/attest-build-provenance action to v3.2.0 ([fec3486](https://github.com/muhlba91/pulumi-proxmoxve/commit/fec34860bcd0faad4453d704a554f8b4af00cae6))
* **deps:** update actions/checkout action to v6.0.2 ([15d0cc1](https://github.com/muhlba91/pulumi-proxmoxve/commit/15d0cc17e516c6a702ed65418e03b25c2b2e71ed))
* **deps:** update actions/setup-dotnet action to v5.1.0 ([985279c](https://github.com/muhlba91/pulumi-proxmoxve/commit/985279c92c00da1c00ae556cade9f1ba5ff14d66))
* **deps:** update actions/setup-go action to v6.2.0 ([5ffd377](https://github.com/muhlba91/pulumi-proxmoxve/commit/5ffd377e619e396afe26455fd3cf1cdf6b8e3e8a))
* **deps:** update actions/setup-java action to v5.2.0 ([90e9f52](https://github.com/muhlba91/pulumi-proxmoxve/commit/90e9f52badb22793e488f4ffcb5efa67786d30fa))
* **deps:** update actions/setup-node action to v6.2.0 ([bf309ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/bf309ee6d7fd8e3216b8ec4fc543eef2b3a1bfa7))
* **deps:** update actions/setup-python action to v6.2.0 ([c4dd5b4](https://github.com/muhlba91/pulumi-proxmoxve/commit/c4dd5b49fa35cc02a24e80b1b307a43d846628c6))
* **deps:** update anchore/sbom-action action to v0.21.0 ([f88ceaa](https://github.com/muhlba91/pulumi-proxmoxve/commit/f88ceaa62146f9df7c138d6693c3414123b30761))
* **deps:** update anchore/sbom-action action to v0.21.1 ([9050721](https://github.com/muhlba91/pulumi-proxmoxve/commit/90507218a18f01dfd3c92618784ad2e6e71071c0))
* **deps:** update anchore/sbom-action action to v0.22.0 ([42289c2](https://github.com/muhlba91/pulumi-proxmoxve/commit/42289c22f4df9edeb2b138baf14e5e80402ac8cf))
* **deps:** update anchore/sbom-action action to v0.22.1 ([b6bba9b](https://github.com/muhlba91/pulumi-proxmoxve/commit/b6bba9bd76b39726750d9250d4ae0b965ed7a5da))
* **deps:** update anchore/sbom-action action to v0.22.2 ([78a0c1b](https://github.com/muhlba91/pulumi-proxmoxve/commit/78a0c1b9a1f6d68bca93e0f0e8791dea905b829d))
* **deps:** update dependency go to v1.25.6 ([4de1309](https://github.com/muhlba91/pulumi-proxmoxve/commit/4de13092784000c1cd6138920f42d5269d3ac943))
* **deps:** update dependency go to v1.25.7 ([f3d3b86](https://github.com/muhlba91/pulumi-proxmoxve/commit/f3d3b86146d291b66e6086e0c654c389e8b27a1d))
* **deps:** update github/codeql-action action to v4.31.10 ([3737857](https://github.com/muhlba91/pulumi-proxmoxve/commit/3737857b1b17aa0d90724e745695db153dc0cfb7))
* **deps:** update github/codeql-action action to v4.31.11 ([3288011](https://github.com/muhlba91/pulumi-proxmoxve/commit/3288011c05cb6e41b261ed8a29cf5b60e29cd6f1))
* **deps:** update github/codeql-action action to v4.31.9 ([d52c538](https://github.com/muhlba91/pulumi-proxmoxve/commit/d52c5381c65b41d02784c2fa233caa36894008a0))
* **deps:** update github/codeql-action action to v4.32.0 ([d372d4c](https://github.com/muhlba91/pulumi-proxmoxve/commit/d372d4c5775666b6193ab4d3bd55d3bc7b73d1bf))
* **deps:** update github/codeql-action action to v4.32.1 ([3241285](https://github.com/muhlba91/pulumi-proxmoxve/commit/32412859f0253554d877d567c91bd0998ba2d47f))
* **deps:** update github/codeql-action action to v4.32.2 ([3994de3](https://github.com/muhlba91/pulumi-proxmoxve/commit/3994de35aaa4a6dafefc7a55e1c4752136e37fe0))
* **deps:** update gradle/actions action to v5.0.1 ([fa9b495](https://github.com/muhlba91/pulumi-proxmoxve/commit/fa9b4952e48e6353cb08eafffa6ba063155c3d9e))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.119.0 ([cf914f1](https://github.com/muhlba91/pulumi-proxmoxve/commit/cf914f1eab2fb615bfe8db6b675d389cfedb2725))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.120.0 ([915c39a](https://github.com/muhlba91/pulumi-proxmoxve/commit/915c39a9154238c24ef408d021df54a6526de6c7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.219.0 ([f2fe4d5](https://github.com/muhlba91/pulumi-proxmoxve/commit/f2fe4d5b5f0cac1ae1260a8f9d673a41140f45bb))
* **deps:** update step-security/harden-runner action to v2.14.1 ([04d6b72](https://github.com/muhlba91/pulumi-proxmoxve/commit/04d6b72ab795939568dea5905af1d5a658484b90))
* **deps:** update step-security/harden-runner action to v2.14.2 ([39c21be](https://github.com/muhlba91/pulumi-proxmoxve/commit/39c21bedc105b2728f302a27e0a349e831fd86b0))

## [7.11.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.10.0...v7.11.0) (2025-12-13)


### Features

* **ci:** remove npm classic token ([fc876a8](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc876a819db7db1770826a2110133f9916cad1b7))

## [7.10.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.9.0...v7.10.0) (2025-12-13)


### Features

* prepare for upstream release v0.89.1 ([046d3cb](https://github.com/muhlba91/pulumi-proxmoxve/commit/046d3cb2e7014f8335312ef3b3f5f3f4b4762fc3))


### Miscellaneous Chores

* **deps:** update actions/checkout action to v6.0.1 ([647898a](https://github.com/muhlba91/pulumi-proxmoxve/commit/647898a5acff94046b229da9947ca7aa66cdf35c))
* **deps:** update actions/setup-java action to v5.1.0 ([2bf8524](https://github.com/muhlba91/pulumi-proxmoxve/commit/2bf8524f649b5a4eda6d0cbd6d0bddbb6df7e373))
* **deps:** update actions/setup-node action to v6.1.0 ([1496e03](https://github.com/muhlba91/pulumi-proxmoxve/commit/1496e03a55efdd561a120a88f6a40f164f56e726))
* **deps:** update actions/upload-artifact action to v6 ([9fdadc0](https://github.com/muhlba91/pulumi-proxmoxve/commit/9fdadc09c2850b5c1957f825e1234943c1a4b054))
* **deps:** update anchore/sbom-action action to v0.20.11 ([9d2f421](https://github.com/muhlba91/pulumi-proxmoxve/commit/9d2f42137540904ade4c6b92fd3b30d24c82d3ce))
* **deps:** update dependency go to v1.25.5 ([9dcb63b](https://github.com/muhlba91/pulumi-proxmoxve/commit/9dcb63b470f2ab89a6f5000bf5e3137cc8ce254a))
* **deps:** update github/codeql-action action to v4.31.6 ([714fb93](https://github.com/muhlba91/pulumi-proxmoxve/commit/714fb93d20182a15270b6af10f3b731c270837f0))
* **deps:** update github/codeql-action action to v4.31.7 ([162cb04](https://github.com/muhlba91/pulumi-proxmoxve/commit/162cb04e9e68011578fb7ef4fd0cf8b5325ecdf2))
* **deps:** update github/codeql-action action to v4.31.8 ([abee611](https://github.com/muhlba91/pulumi-proxmoxve/commit/abee611e3d13d945377882e69df11aabacd9e058))
* **deps:** update golangci/golangci-lint-action action to v9.2.0 ([f12f808](https://github.com/muhlba91/pulumi-proxmoxve/commit/f12f808044c936b8670d665b61b28a644dd32c89))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.89.0 ([4f80524](https://github.com/muhlba91/pulumi-proxmoxve/commit/4f8052481569f8a008891c6ffb2cbadfc2af093d))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.89.1 ([759b4ed](https://github.com/muhlba91/pulumi-proxmoxve/commit/759b4ed074d30dd401611d2d44d706065433b67c))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.118.0 ([73c9ef6](https://github.com/muhlba91/pulumi-proxmoxve/commit/73c9ef6ef122cadf81710a6f8743660d7d7340d7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.210.0 ([7f6b880](https://github.com/muhlba91/pulumi-proxmoxve/commit/7f6b88046f238e98088660908b4869bb54c0a265))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.211.0 ([b419316](https://github.com/muhlba91/pulumi-proxmoxve/commit/b41931602ad3c34eeb3cb8820499340a95fb9ea9))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.212.0 ([acaa7fc](https://github.com/muhlba91/pulumi-proxmoxve/commit/acaa7fc6071d0cbc991bd9b9d62075089b0de747))
* **deps:** update precommit ([dd4fce3](https://github.com/muhlba91/pulumi-proxmoxve/commit/dd4fce380a3858dad50d7ec5ca50add7688ac776))
* **deps:** update step-security/harden-runner action to v2.13.3 ([25de3be](https://github.com/muhlba91/pulumi-proxmoxve/commit/25de3be3121161d7834555569bdb5c3abe82c28f))
* **deps:** update step-security/harden-runner action to v2.14.0 ([ffbe085](https://github.com/muhlba91/pulumi-proxmoxve/commit/ffbe08595438a94e0b15af45dd1e0622ecfddc18))

## [7.9.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.8.1...v7.9.0) (2025-12-01)


### Features

* prepare for upstream release v0.88.0 ([c3b4cca](https://github.com/muhlba91/pulumi-proxmoxve/commit/c3b4ccafc32047140ec6c05e3d0ef566e9a24f88))


### Miscellaneous Chores

* **deps:** update actions/checkout action to v5.0.1 ([665a3bd](https://github.com/muhlba91/pulumi-proxmoxve/commit/665a3bd4582461def2864f1b7bce5d847c08fca1))
* **deps:** update actions/checkout action to v6 ([fae7427](https://github.com/muhlba91/pulumi-proxmoxve/commit/fae7427039034d0025393442e5eef258e9749a14))
* **deps:** update actions/setup-dotnet action to v5.0.1 ([85501b8](https://github.com/muhlba91/pulumi-proxmoxve/commit/85501b85eecb2422f3a9add11edd3e2f522e84af))
* **deps:** update actions/setup-go action to v6.1.0 ([66f6b42](https://github.com/muhlba91/pulumi-proxmoxve/commit/66f6b4235a700f6bc6de551c204b18737228746a))
* **deps:** update actions/setup-python action to v6.1.0 ([5973aff](https://github.com/muhlba91/pulumi-proxmoxve/commit/5973affa3dbcaf897571399c355d4707ea2b7cf6))
* **deps:** update anchore/sbom-action action to v0.20.10 ([6b5da10](https://github.com/muhlba91/pulumi-proxmoxve/commit/6b5da10714c8330d9a1b023f50daa712c2a82bbe))
* **deps:** update github/codeql-action action to v4.31.4 ([0c2b9f5](https://github.com/muhlba91/pulumi-proxmoxve/commit/0c2b9f579de154db5a745de97d8d3d478d66afff))
* **deps:** update github/codeql-action action to v4.31.5 ([d65b7f3](https://github.com/muhlba91/pulumi-proxmoxve/commit/d65b7f37bf344916de9ad852ec6e369f7faccbc2))
* **deps:** update golangci/golangci-lint-action action to v9.1.0 ([d555c81](https://github.com/muhlba91/pulumi-proxmoxve/commit/d555c81f5a20c81f130b140a2edbc809289fa44a))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.87.0 ([e4ae615](https://github.com/muhlba91/pulumi-proxmoxve/commit/e4ae615b0cd444eb826765536bc1afc5b952dec4))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.88.0 ([12e0f5d](https://github.com/muhlba91/pulumi-proxmoxve/commit/12e0f5d595406e454d8f53460bfd4e161ae9ca0d))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.208.0 ([2b54067](https://github.com/muhlba91/pulumi-proxmoxve/commit/2b5406782a37e082dc79a92678abd7761784097f))

## [7.8.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.8.0...v7.8.1) (2025-11-15)


### Bug Fixes

* **ci:** update goreleaser for cosign ([d535674](https://github.com/muhlba91/pulumi-proxmoxve/commit/d53567442b314b599ed9689ea6e43fb8b2ab29c7))

## [7.8.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.7.0...v7.8.0) (2025-11-15)


### Features

* prepare for upstream v0.86.0 ([31bb7ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/31bb7eebff3c121be1464e91f0e164db2844fa9c))


### Miscellaneous Chores

* cleanup dependency updates ([f46e63d](https://github.com/muhlba91/pulumi-proxmoxve/commit/f46e63d0e66adc80b237ed0ee33455261a2d9b6a))
* **deps:** update actions/dependency-review-action action to v4.8.2 ([bff409d](https://github.com/muhlba91/pulumi-proxmoxve/commit/bff409dde8121caa0592fe1f74f83e52b4bcc0bb))
* **deps:** update actions/setup-node action to v6 ([a01a134](https://github.com/muhlba91/pulumi-proxmoxve/commit/a01a1343dd38409266cfa4d79e400ff9ed8a3037))
* **deps:** update actions/upload-artifact action to v5 ([3113a21](https://github.com/muhlba91/pulumi-proxmoxve/commit/3113a214fcf0052e14452e37dd8bc56ab4b28441))
* **deps:** update anchore/sbom-action action to v0.20.7 ([70111a7](https://github.com/muhlba91/pulumi-proxmoxve/commit/70111a7703c9418aca6f6bec4c1a252e8ae5787c))
* **deps:** update anchore/sbom-action action to v0.20.8 ([cf8a4c2](https://github.com/muhlba91/pulumi-proxmoxve/commit/cf8a4c29a2e496cd65009197dd9dd12a774a2cc8))
* **deps:** update anchore/sbom-action action to v0.20.9 ([2ba8c47](https://github.com/muhlba91/pulumi-proxmoxve/commit/2ba8c47eede14de6816c206b6c44e1de1c304940))
* **deps:** update dependency go to v1.25.3 ([fc7b785](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc7b78587814e9ed267445c7f451535bfec050b3))
* **deps:** update dependency go to v1.25.4 ([402e566](https://github.com/muhlba91/pulumi-proxmoxve/commit/402e5660289f9b810c084fecbfd0b701f1e5d86b))
* **deps:** update github/codeql-action action to v4.30.9 ([266e59d](https://github.com/muhlba91/pulumi-proxmoxve/commit/266e59de2fc9e1884f6f4f73681fd5cc357b8a60))
* **deps:** update github/codeql-action action to v4.31.0 ([ebffd03](https://github.com/muhlba91/pulumi-proxmoxve/commit/ebffd036f10d5c322ebbf1f9984960bb2f32289a))
* **deps:** update github/codeql-action action to v4.31.1 ([274d162](https://github.com/muhlba91/pulumi-proxmoxve/commit/274d1621777625cb3b0ae2cb230b381d0894e42d))
* **deps:** update github/codeql-action action to v4.31.2 ([2cbb4fa](https://github.com/muhlba91/pulumi-proxmoxve/commit/2cbb4fa004f602c2d4cde05feaadb72a25991875))
* **deps:** update github/codeql-action action to v4.31.3 ([ba0aa9c](https://github.com/muhlba91/pulumi-proxmoxve/commit/ba0aa9c5db57a912a4d2d112a8852d95d2744dc4))
* **deps:** update golangci/golangci-lint-action action to v9 ([ae759bd](https://github.com/muhlba91/pulumi-proxmoxve/commit/ae759bd7c1fce7bb27cd55c1e9a59f0918d74292))
* **deps:** update googleapis/release-please-action action to v4.4.0 ([b4f3e98](https://github.com/muhlba91/pulumi-proxmoxve/commit/b4f3e982311ffd3f9c1a5cbdf94f52314f51c224))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.85.1 ([820ff94](https://github.com/muhlba91/pulumi-proxmoxve/commit/820ff94131e6b1179b4641833437a3f1b24647ff))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.86.0 ([c40dd7f](https://github.com/muhlba91/pulumi-proxmoxve/commit/c40dd7fbcdc04fd7838cb39b53f14fccb773d5e9))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.115.0 ([2bcdfa7](https://github.com/muhlba91/pulumi-proxmoxve/commit/2bcdfa73606a641965dbc41e70080c1adf41297d))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.116.0 ([e3ecf9f](https://github.com/muhlba91/pulumi-proxmoxve/commit/e3ecf9f84d4f1df905963f6a774dd790d21647ed))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.117.0 ([66eb866](https://github.com/muhlba91/pulumi-proxmoxve/commit/66eb86656d0365e164daa208d83d3eec18ffb6ac))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.207.0 ([4db1299](https://github.com/muhlba91/pulumi-proxmoxve/commit/4db12998511b575d576895399daf61ebc1bf74d9))
* **deps:** update pulumi/actions action to v6.6.1 ([2109383](https://github.com/muhlba91/pulumi-proxmoxve/commit/210938379577cd0d532f33ef1beb43a5cd97c201))
* **deps:** update sigstore/cosign-installer action to v3.10.1 ([c0084e4](https://github.com/muhlba91/pulumi-proxmoxve/commit/c0084e430775c550f622a3124bc33075931a3ec0))
* **deps:** update sigstore/cosign-installer action to v4 ([e69b3a4](https://github.com/muhlba91/pulumi-proxmoxve/commit/e69b3a41c33c63baf4fe7781bc0c5bd6ef2819e7))
* **deps:** update step-security/harden-runner action to v2.13.2 ([894d4a7](https://github.com/muhlba91/pulumi-proxmoxve/commit/894d4a756990e2357166676d7496a1b0fa5da9d4))

## [7.7.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.6.1...v7.7.0) (2025-10-12)


### Features

* prepare for upstream v0.85.0 ([e57f208](https://github.com/muhlba91/pulumi-proxmoxve/commit/e57f20890d607c2d169b40daf1f32f05a0fb8a34))


### Miscellaneous Chores

* **deps:** update actions/dependency-review-action action to v4.8.1 ([5e24cb6](https://github.com/muhlba91/pulumi-proxmoxve/commit/5e24cb6d1ad1010b811ac31e9777039ed49f15d2))
* **deps:** update github/codeql-action action to v4.30.8 ([738d6fb](https://github.com/muhlba91/pulumi-proxmoxve/commit/738d6fb0c2aed26511cf34dd264a0fba66b6ad23))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.85.0 ([1324019](https://github.com/muhlba91/pulumi-proxmoxve/commit/13240199c0fe72404e24715aedf478849763026c))

## [7.6.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.6.0...v7.6.1) (2025-10-10)


### Miscellaneous Chores

* **deps:** update dependency go to v1.25.2 ([a760cce](https://github.com/muhlba91/pulumi-proxmoxve/commit/a760cce2385eeb100e4a8ec7e6392fcf366c7e80))
* **deps:** update github/codeql-action action to v3.30.6 ([b646b39](https://github.com/muhlba91/pulumi-proxmoxve/commit/b646b39dc17525676f2a56192d191d804fa794da))
* **deps:** update github/codeql-action action to v3.30.7 ([75cf148](https://github.com/muhlba91/pulumi-proxmoxve/commit/75cf148c6172e8300c589f98a106a73152bae56d))
* **deps:** update github/codeql-action action to v4 ([de84a05](https://github.com/muhlba91/pulumi-proxmoxve/commit/de84a0528dacf71e90073a0d4676e5e028766425))
* **deps:** update gradle/actions action to v4.4.4 ([31e5ea4](https://github.com/muhlba91/pulumi-proxmoxve/commit/31e5ea46d5eafa9b6369105ae0cadc8e602131da))
* **deps:** update gradle/actions action to v5 ([d4536d1](https://github.com/muhlba91/pulumi-proxmoxve/commit/d4536d11428a405ce8d24b0b2fd86affbd9adaab))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.84.1 ([8c20f27](https://github.com/muhlba91/pulumi-proxmoxve/commit/8c20f278c1d3ade28d71f0843548edac81cf5762))
* **deps:** update ossf/scorecard-action action to v2.4.3 ([d480fe8](https://github.com/muhlba91/pulumi-proxmoxve/commit/d480fe83859ca9b168c4cc319c48fc8d668ff83b))
* **deps:** update pulumi/actions action to v6.6.0 ([16c472c](https://github.com/muhlba91/pulumi-proxmoxve/commit/16c472c4a63e22c6ce354c12bb1ba53bd66c41f9))

## [7.6.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.5.0...v7.6.0) (2025-09-27)


### Features

* upgrade upstream provider to v0.84.0 ([c383dc4](https://github.com/muhlba91/pulumi-proxmoxve/commit/c383dc4355952762e503f38bc7eff05ebc2b4971))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v3 ([af901d2](https://github.com/muhlba91/pulumi-proxmoxve/commit/af901d21ee739d3218f52d6bd7012833703e35c3))
* **deps:** update actions/dependency-review-action action to v4.7.3 ([9433ad1](https://github.com/muhlba91/pulumi-proxmoxve/commit/9433ad12fb720659813eabb3b8851dbf00ed1b01))
* **deps:** update actions/dependency-review-action action to v4.8.0 ([9e74538](https://github.com/muhlba91/pulumi-proxmoxve/commit/9e745381e8a993a2ed97aeff8e77383371bfc769))
* **deps:** update actions/setup-dotnet action to v5 ([0d8b422](https://github.com/muhlba91/pulumi-proxmoxve/commit/0d8b42292e55f3d22e552ff1ee7d6b4a0baacf38))
* **deps:** update actions/setup-go action to v6 ([a3161c2](https://github.com/muhlba91/pulumi-proxmoxve/commit/a3161c223518e1b043b5c07768a7b12a7c827884))
* **deps:** update actions/setup-node action to v5 ([8459cae](https://github.com/muhlba91/pulumi-proxmoxve/commit/8459cae55314945a1684d396736a0995317d99d1))
* **deps:** update actions/setup-python action to v6 ([121b0b6](https://github.com/muhlba91/pulumi-proxmoxve/commit/121b0b6b5c74087e68ad95849e6cd6e18ecefa2d))
* **deps:** update anchore/sbom-action action to v0.20.6 ([18b2f53](https://github.com/muhlba91/pulumi-proxmoxve/commit/18b2f53700ab7adf37b227ed3e070ea4bbaed8a0))
* **deps:** update dependency go to v1.25.1 ([67656b1](https://github.com/muhlba91/pulumi-proxmoxve/commit/67656b18b80c3c1e13f28d966f0e9f5ac67880d1))
* **deps:** update github/codeql-action action to v3.30.1 ([6b0511a](https://github.com/muhlba91/pulumi-proxmoxve/commit/6b0511a85deb74f01e2e6891a5674cc22842d763))
* **deps:** update github/codeql-action action to v3.30.2 ([17b39c0](https://github.com/muhlba91/pulumi-proxmoxve/commit/17b39c05f07ee9e2fbfb7f3113ea86005ccc67db))
* **deps:** update github/codeql-action action to v3.30.3 ([8164c0e](https://github.com/muhlba91/pulumi-proxmoxve/commit/8164c0e372f18ebaae7f4002cd3c5a86e3d679fd))
* **deps:** update github/codeql-action action to v3.30.4 ([5f71f2b](https://github.com/muhlba91/pulumi-proxmoxve/commit/5f71f2bb0312476f2e6f5c636c8b6fa8cdae15b6))
* **deps:** update github/codeql-action action to v3.30.5 ([3cb50cf](https://github.com/muhlba91/pulumi-proxmoxve/commit/3cb50cf43239c2ae7d7526320ab06eabe2b8fa63))
* **deps:** update gradle/actions action to v4.4.3 ([48a408c](https://github.com/muhlba91/pulumi-proxmoxve/commit/48a408cfc9f7d70c352d53807eff0ffd8f93dba5))
* **deps:** update js-devtools/npm-publish action to v4 ([f2d7f4a](https://github.com/muhlba91/pulumi-proxmoxve/commit/f2d7f4a9a6f692716d45b47d230cbb6f3e440865))
* **deps:** update js-devtools/npm-publish action to v4.0.1 ([f77ef43](https://github.com/muhlba91/pulumi-proxmoxve/commit/f77ef4352ef48d4f166d19637a61860c8ef9127e))
* **deps:** update js-devtools/npm-publish action to v4.1.0 ([4cd59a0](https://github.com/muhlba91/pulumi-proxmoxve/commit/4cd59a0009dab153d2689bcff3a491e41895f68f))
* **deps:** update js-devtools/npm-publish action to v4.1.1 ([21f0d92](https://github.com/muhlba91/pulumi-proxmoxve/commit/21f0d92be0939d7de56e1a73a927fddd646cb41c))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.83.0 ([c6ba3a8](https://github.com/muhlba91/pulumi-proxmoxve/commit/c6ba3a8f45455ec5f576edb447073a80d19a1ac4))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.83.1 ([86bfc04](https://github.com/muhlba91/pulumi-proxmoxve/commit/86bfc04768fbae6d32c2eab8e4ba2dad58af0ca8))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.83.2 ([7b08089](https://github.com/muhlba91/pulumi-proxmoxve/commit/7b08089e6d2607eca387292aa534b6a98f072c29))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.113.0 ([a8f159e](https://github.com/muhlba91/pulumi-proxmoxve/commit/a8f159e58c1f8b7f43ee3f8d8778952812613d11))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.114.0 ([fe48c74](https://github.com/muhlba91/pulumi-proxmoxve/commit/fe48c74d70bc6cb9527f9cdeb7823e658813c2cb))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.192.0 ([5eb0f80](https://github.com/muhlba91/pulumi-proxmoxve/commit/5eb0f80e25eed8c8bfff05f33c30dc334f313b4c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.193.0 ([4c28a36](https://github.com/muhlba91/pulumi-proxmoxve/commit/4c28a36459a351713e8688af7189a9f58598c0b7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.194.0 ([e040131](https://github.com/muhlba91/pulumi-proxmoxve/commit/e04013150471805a632b3f4e2b85182b81a24374))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.196.0 ([717af1f](https://github.com/muhlba91/pulumi-proxmoxve/commit/717af1f61a32bb9bfcc57c44a895640b2faed66e))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.197.0 ([4edf9c2](https://github.com/muhlba91/pulumi-proxmoxve/commit/4edf9c22fe1a268eb21e2b4490f15374aa517862))
* **deps:** update sigstore/cosign-installer action to v3.10.0 ([b450f96](https://github.com/muhlba91/pulumi-proxmoxve/commit/b450f968462598a7e8508212e861182c85d2e744))
* **deps:** update step-security/harden-runner action to v2.13.1 ([7ecc98d](https://github.com/muhlba91/pulumi-proxmoxve/commit/7ecc98d60d46220d08ad93d0cc758a0031d9a641))

## [7.5.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.4.0...v7.5.0) (2025-08-26)


### Features

* prepare for upgrade upstream to v0.82.1 ([03ee989](https://github.com/muhlba91/pulumi-proxmoxve/commit/03ee9895411663938ad8870847beddbfb87b857c))


### Miscellaneous Chores

* **deps:** update actions/dependency-review-action action to v4.7.2 ([de96e20](https://github.com/muhlba91/pulumi-proxmoxve/commit/de96e20f10ad806d74b8d934db1ce30b8ea75bf7))
* **deps:** update actions/setup-java action to v5 ([dd186ae](https://github.com/muhlba91/pulumi-proxmoxve/commit/dd186ae5c26460c100adadcbc17dd995249da461))
* **deps:** update github/codeql-action action to v3.29.10 ([84f5a3b](https://github.com/muhlba91/pulumi-proxmoxve/commit/84f5a3ba880d8b0aa60f10490bfe516ecfa629db))
* **deps:** update github/codeql-action action to v3.29.11 ([7e46d40](https://github.com/muhlba91/pulumi-proxmoxve/commit/7e46d4098b2932661410165d510b0427c970e7ba))
* **deps:** update googleapis/release-please-action action to v4.3.0 ([24a62f4](https://github.com/muhlba91/pulumi-proxmoxve/commit/24a62f45585604d0904aabc2b94458e2ec1b7c25))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.82.0 ([a0ce39b](https://github.com/muhlba91/pulumi-proxmoxve/commit/a0ce39b897135cb3cbc903fc1e25fe827d5fc30e))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.82.1 ([b409552](https://github.com/muhlba91/pulumi-proxmoxve/commit/b4095529b90de4054afec5de3536d025ed28b996))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.112.0 ([e67d48c](https://github.com/muhlba91/pulumi-proxmoxve/commit/e67d48ca217d2ccf536cc57bca5814fecd583c9c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.191.0 ([37a9f27](https://github.com/muhlba91/pulumi-proxmoxve/commit/37a9f277f788a23429bd0afcd4cba2e1336b0156))

## [7.4.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.3.0...v7.4.0) (2025-08-17)


### Features

* prepare for upgrade upstream to v0.81.0 ([95beefa](https://github.com/muhlba91/pulumi-proxmoxve/commit/95beefaf33099fbdb3715f9f16d465ead9b1812c))
* update renovate to use preset ([c8e6cd2](https://github.com/muhlba91/pulumi-proxmoxve/commit/c8e6cd23ad9af216874dac75edf6a40e3832a27e))
* upgrade upstream to v0.81.0 ([94a6044](https://github.com/muhlba91/pulumi-proxmoxve/commit/94a6044ef4b5b66f7ed2e8eca44469c351807a37))


### Miscellaneous Chores

* **deps:** update actions/checkout action to v5 ([d98b3d7](https://github.com/muhlba91/pulumi-proxmoxve/commit/d98b3d79b378ad732508bba63495ecb86c27f388))
* **deps:** update anchore/sbom-action action to v0.20.5 ([fff208d](https://github.com/muhlba91/pulumi-proxmoxve/commit/fff208d0ad3e5bc3229518e21a91317ade49dda0))
* **deps:** update dependency go to v1.24.6 ([b64b322](https://github.com/muhlba91/pulumi-proxmoxve/commit/b64b3229bb6c981edb054aea106ff1e681bd99c0))
* **deps:** update dependency go to v1.25.0 ([b34bfe4](https://github.com/muhlba91/pulumi-proxmoxve/commit/b34bfe413962248692bfdf95732294bf35b67d9b))
* **deps:** update github/codeql-action action to v3.29.5 ([fefaadc](https://github.com/muhlba91/pulumi-proxmoxve/commit/fefaadc135a4cb90a9a92176e743c3ea327294f7))
* **deps:** update github/codeql-action action to v3.29.6 ([1391f31](https://github.com/muhlba91/pulumi-proxmoxve/commit/1391f31ab56612d6021bcb5238f64211442b5ea4))
* **deps:** update github/codeql-action action to v3.29.7 ([29ff688](https://github.com/muhlba91/pulumi-proxmoxve/commit/29ff688b4ee1ee9ead498ac03128ba8fe13fb544))
* **deps:** update github/codeql-action action to v3.29.8 ([0fd605a](https://github.com/muhlba91/pulumi-proxmoxve/commit/0fd605a9339e87c722af7f2c73463284feb14e9d))
* **deps:** update github/codeql-action action to v3.29.9 ([58d6bb1](https://github.com/muhlba91/pulumi-proxmoxve/commit/58d6bb14f9096f1f47584845c945b337bddc5520))
* **deps:** update goreleaser/goreleaser-action action to v6.4.0 ([85de3c1](https://github.com/muhlba91/pulumi-proxmoxve/commit/85de3c197dedf25e18a683c86ba5f47e1047fcf3))
* **deps:** update gradle/actions action to v4.4.2 ([19c41b3](https://github.com/muhlba91/pulumi-proxmoxve/commit/19c41b3c48ab1c650098681d7473861463d19395))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 ([1c37662](https://github.com/muhlba91/pulumi-proxmoxve/commit/1c376623f8c109fc387ad8d804529246f889690b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.188.0 ([0a31905](https://github.com/muhlba91/pulumi-proxmoxve/commit/0a31905a4e9ce995ad7c7a0d712d3e759a862e97))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.190.0 ([895c338](https://github.com/muhlba91/pulumi-proxmoxve/commit/895c3386292e4211bf4f53d6752ef9085e383525))
* update pre-commit ([a9cebe7](https://github.com/muhlba91/pulumi-proxmoxve/commit/a9cebe7e180cdca4950d447cda0c17886ff2b508))

## [7.3.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.2.0...v7.3.0) (2025-07-29)


### Features

* prepare upgrade to v0.80.0 ([bb7b582](https://github.com/muhlba91/pulumi-proxmoxve/commit/bb7b5825fa3dfebe6a7b13f860caa3e1b1a6414a))


### Miscellaneous Chores

* **config:** migrate config renovate.json ([2999ec5](https://github.com/muhlba91/pulumi-proxmoxve/commit/2999ec59a20543e1f692aaa1851be68e7e5408fd))
* **deps:** update anchore/sbom-action action to v0.20.2 ([b3404d2](https://github.com/muhlba91/pulumi-proxmoxve/commit/b3404d213c2ac7fee1433c9810059b564fa23f92))
* **deps:** update anchore/sbom-action action to v0.20.4 ([62bc08a](https://github.com/muhlba91/pulumi-proxmoxve/commit/62bc08a985886f2447ffe7be56e343dcb3a784c3))
* **deps:** update dependency go to v1.24.5 ([22f3ad1](https://github.com/muhlba91/pulumi-proxmoxve/commit/22f3ad196f80da3fd91579f3d919d6502fc62dbb))
* **deps:** update github/codeql-action action to v3.29.2 ([fff7932](https://github.com/muhlba91/pulumi-proxmoxve/commit/fff793234686be5585096be2e7a9f5eec01704cf))
* **deps:** update github/codeql-action action to v3.29.3 ([30fd53a](https://github.com/muhlba91/pulumi-proxmoxve/commit/30fd53a5e12980c5e8f16b12917638b89a6c3372))
* **deps:** update github/codeql-action action to v3.29.4 ([e75f3a1](https://github.com/muhlba91/pulumi-proxmoxve/commit/e75f3a125ed63f9ac49e9d03329daa86073f28ba))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.79.0 ([089c665](https://github.com/muhlba91/pulumi-proxmoxve/commit/089c6650e1a897d6bc10fc6b758763a0cabbf8f4))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.80.0 ([3d8ddce](https://github.com/muhlba91/pulumi-proxmoxve/commit/3d8ddcec7fd8032f634b746b0183febb43572b4b))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.111.0 ([b238e44](https://github.com/muhlba91/pulumi-proxmoxve/commit/b238e442476a8e0fe947e300c7c92d5f34bb299b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.182.0 ([60acd7a](https://github.com/muhlba91/pulumi-proxmoxve/commit/60acd7ab9ea7e74e06c108dcede0f0690c53c05b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.183.0 ([f320334](https://github.com/muhlba91/pulumi-proxmoxve/commit/f320334bfb92d54a7583a7fa8231a0b17515497a))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.184.0 ([bc37d95](https://github.com/muhlba91/pulumi-proxmoxve/commit/bc37d952fecedce2650fe713b340b06058380cac))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.185.0 ([200010b](https://github.com/muhlba91/pulumi-proxmoxve/commit/200010b86737550d41aa32a5912b889ace560945))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.186.0 ([0f1eab9](https://github.com/muhlba91/pulumi-proxmoxve/commit/0f1eab9b20471d2f8955176aba8daf720c539849))
* **deps:** update node to v24 ([49b39fa](https://github.com/muhlba91/pulumi-proxmoxve/commit/49b39fa57aeacbb5cee339ff7bbb75b3c5ba9732))
* **deps:** update pulumi/actions action to v6.5.0 ([2baece8](https://github.com/muhlba91/pulumi-proxmoxve/commit/2baece8ab0995641e3c3e2b04fb1bb23ea1ebff0))
* **deps:** update sigstore/cosign-installer action to v3.9.2 ([3cbbb2e](https://github.com/muhlba91/pulumi-proxmoxve/commit/3cbbb2e4bf9186bf8734a260318659ffba849ee0))
* **deps:** update step-security/harden-runner action to v2.12.2 ([9e7590a](https://github.com/muhlba91/pulumi-proxmoxve/commit/9e7590a687888684419648af377960fbf30cc555))
* **deps:** update step-security/harden-runner action to v2.13.0 ([383800f](https://github.com/muhlba91/pulumi-proxmoxve/commit/383800f48506237e917db0ad2ce8e7b6213f61b7))

## [7.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.1.0...v7.2.0) (2025-06-29)


### Features

* **deps:** prepare for upstream v0.78.2 ([e5e184e](https://github.com/muhlba91/pulumi-proxmoxve/commit/e5e184e9f167dbeb995eb11dc6922b91f5cd068f))
* **deps:** update pulumi dependencies ([2c33831](https://github.com/muhlba91/pulumi-proxmoxve/commit/2c3383123783db1bf84a6efa07e43a7453d6d88d))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v2.4.0 ([cbdfb50](https://github.com/muhlba91/pulumi-proxmoxve/commit/cbdfb50d3101d9671e3c013d4b69735de1330a5f))
* **deps:** update anchore/sbom-action action to v0.20.1 ([f8acc94](https://github.com/muhlba91/pulumi-proxmoxve/commit/f8acc94650955ba3b21264a3ded8191f65732e2f))
* **deps:** update dependency go to v1.24.4 ([fee1cbe](https://github.com/muhlba91/pulumi-proxmoxve/commit/fee1cbe5c2525ee7954c6c0496353037a1d1594b))
* **deps:** update github/codeql-action action to v3.28.19 ([d617751](https://github.com/muhlba91/pulumi-proxmoxve/commit/d6177515fa4cb30d79810ce0c135b496f8431ecb))
* **deps:** update github/codeql-action action to v3.29.0 ([12359ef](https://github.com/muhlba91/pulumi-proxmoxve/commit/12359eff270cdb8daeef6f825401441305ec045b))
* **deps:** update github/codeql-action action to v3.29.1 ([9135d2f](https://github.com/muhlba91/pulumi-proxmoxve/commit/9135d2f4412e6fe4ab119e7c08d8cc98ea02e70f))
* **deps:** update gradle/actions action to v4.4.1 ([f0e0615](https://github.com/muhlba91/pulumi-proxmoxve/commit/f0e0615ecfc350806d2d90d34282ff7366fa3099))
* **deps:** update hashicorp/vault-action action to v3.4.0 ([0c84532](https://github.com/muhlba91/pulumi-proxmoxve/commit/0c845324df245d65c70201e26f474630f93c25a2))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.78.2 ([3b17adf](https://github.com/muhlba91/pulumi-proxmoxve/commit/3b17adf7b76eefdec70fbdd8b59f80e9a2f1345f))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.181.0 ([01f0106](https://github.com/muhlba91/pulumi-proxmoxve/commit/01f01066682c3bf390c6895a018ee62f4df4fd1b))
* **deps:** update ossf/scorecard-action action to v2.4.2 ([43e6ef7](https://github.com/muhlba91/pulumi-proxmoxve/commit/43e6ef778f7bd6216c0647f4991af546c7e62838))
* **deps:** update sigstore/cosign-installer action to v3.9.0 ([086cb7e](https://github.com/muhlba91/pulumi-proxmoxve/commit/086cb7eef0278e590571115c9f5a5572b0655588))
* **deps:** update sigstore/cosign-installer action to v3.9.1 ([4f368a1](https://github.com/muhlba91/pulumi-proxmoxve/commit/4f368a194321f9d480b8f487ae7df2ff1a2ace30))
* **deps:** update step-security/harden-runner action to v2.12.1 ([5e27906](https://github.com/muhlba91/pulumi-proxmoxve/commit/5e27906cddcda482d1ecb1b2677e3dda73fc6072))

## [7.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v7.0.0...v7.1.0) (2025-05-24)


### Features

* **deps:** update golangci-lint to v2.1.x; update go to 1.25.x ([4e8d2bc](https://github.com/muhlba91/pulumi-proxmoxve/commit/4e8d2bcabfbeb8640f58463c43b535ed40a4581c))
* prepare for upstream release v0.76.0 ([553c16f](https://github.com/muhlba91/pulumi-proxmoxve/commit/553c16f884c7788231b8c5f71cc58da14908d945))
* prepare upgrade to v0.76.0 ([40d6040](https://github.com/muhlba91/pulumi-proxmoxve/commit/40d6040c3689e50cf2aa10c1eb22455eeaf6d3a1))
* prepare upgrade to v0.78.0 ([18ff489](https://github.com/muhlba91/pulumi-proxmoxve/commit/18ff4894411bd31670c896a87466f9c552de8ca5))
* update upstream provider to v0.75.0; update python project to use pyproject style ([9889292](https://github.com/muhlba91/pulumi-proxmoxve/commit/98892921de704bd52e67a7dabf8687b18a8a818d))


### Bug Fixes

* fix v7 tag for go module ([9c63af3](https://github.com/muhlba91/pulumi-proxmoxve/commit/9c63af3a8c9b1283ee03e29185f79d4b48e7f5c2))


### Miscellaneous Chores

* **deps:** run upgrade provider ([aafca6c](https://github.com/muhlba91/pulumi-proxmoxve/commit/aafca6cd53c17e2a3f8ba0903979512f8ef00573))
* **deps:** update actions/attest-build-provenance action to v2.3.0 ([5501a27](https://github.com/muhlba91/pulumi-proxmoxve/commit/5501a27d6fe5eb1355f6ec4ee0d932f9fe534cff))
* **deps:** update actions/dependency-review-action action to v4.6.0 ([f912b91](https://github.com/muhlba91/pulumi-proxmoxve/commit/f912b9143909e2b65e4fd1bf3f228481be7bfa56))
* **deps:** update actions/dependency-review-action action to v4.7.0 ([a101adf](https://github.com/muhlba91/pulumi-proxmoxve/commit/a101adf265e3f39672dc2c02ca322963beacc3b6))
* **deps:** update actions/dependency-review-action action to v4.7.1 ([826e36c](https://github.com/muhlba91/pulumi-proxmoxve/commit/826e36c0dbc7e101cc24f3d1c9bb772e18568d1f))
* **deps:** update actions/setup-go action to v5.5.0 ([b18265d](https://github.com/muhlba91/pulumi-proxmoxve/commit/b18265df49bd296ab10787cd7e379886a617555e))
* **deps:** update actions/setup-java action to v4.7.1 ([53d046f](https://github.com/muhlba91/pulumi-proxmoxve/commit/53d046f8c3b047bf894826cc017d4689b80bb8d5))
* **deps:** update actions/setup-node action to v4.4.0 ([bdb49ad](https://github.com/muhlba91/pulumi-proxmoxve/commit/bdb49ad79389bcab4e28b9592cac8c3a0bf6de40))
* **deps:** update actions/setup-python action to v5.6.0 ([b801e51](https://github.com/muhlba91/pulumi-proxmoxve/commit/b801e51180346c57d3f54744cbf7d963483fa131))
* **deps:** update anchore/sbom-action action to v0.19.0 ([e04e995](https://github.com/muhlba91/pulumi-proxmoxve/commit/e04e9958660a7d84492d1b83c01375fd899b2da6))
* **deps:** update anchore/sbom-action action to v0.20.0 ([6f3e801](https://github.com/muhlba91/pulumi-proxmoxve/commit/6f3e8010baa3739246ee5bda343cbc15ea4c34de))
* **deps:** update dependency go to v1.24.2 ([f658bce](https://github.com/muhlba91/pulumi-proxmoxve/commit/f658bce78f711a9a4a93b388080d4c7d10b17fc5))
* **deps:** update dependency go to v1.24.3 ([7ca0857](https://github.com/muhlba91/pulumi-proxmoxve/commit/7ca0857955e361835582d34a0539e47f53212128))
* **deps:** update github/codeql-action action to v3.28.14 ([578656d](https://github.com/muhlba91/pulumi-proxmoxve/commit/578656d9d8924df92c605bbcd1e7f3bde058d73d))
* **deps:** update github/codeql-action action to v3.28.15 ([cc24aa7](https://github.com/muhlba91/pulumi-proxmoxve/commit/cc24aa71c4ac9a6b917399548bb8e6847b93afce))
* **deps:** update github/codeql-action action to v3.28.16 ([8b81371](https://github.com/muhlba91/pulumi-proxmoxve/commit/8b8137149e961f58cff57745f16ae3f9f23f89c8))
* **deps:** update github/codeql-action action to v3.28.17 ([92843a4](https://github.com/muhlba91/pulumi-proxmoxve/commit/92843a4b787b11d5d5ae7c8d377368c00bf92485))
* **deps:** update github/codeql-action action to v3.28.18 ([ee26e46](https://github.com/muhlba91/pulumi-proxmoxve/commit/ee26e46a71f1db396329d979d600a70b63926583))
* **deps:** update golangci/golangci-lint-action action to v7.0.1 ([df75a89](https://github.com/muhlba91/pulumi-proxmoxve/commit/df75a896fff3a87188f314dd4e641c5a8ad2a8fa))
* **deps:** update gradle/actions action to v4.4.0 ([90f416e](https://github.com/muhlba91/pulumi-proxmoxve/commit/90f416ec1865e0dc76b2d8ba883f751b61564997))
* **deps:** update jaxxstorm/action-install-gh-release action to v2.1.0 ([f3779ad](https://github.com/muhlba91/pulumi-proxmoxve/commit/f3779ad59158ac1b1ad50310b832f63fd3fc69c9))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.75.0 ([6700162](https://github.com/muhlba91/pulumi-proxmoxve/commit/67001625b1d4f31328b8d6c4e1c8c30aeec8c0f6))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.76.0 ([85fd742](https://github.com/muhlba91/pulumi-proxmoxve/commit/85fd74243645f05034496325861baf77638bd12b))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.76.1 ([0235466](https://github.com/muhlba91/pulumi-proxmoxve/commit/0235466495a340cb176dd481a986a8ba7b8f2373))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.77.0 ([4a0583d](https://github.com/muhlba91/pulumi-proxmoxve/commit/4a0583df55693c43a4ddd6f1bff146eb6deb5bee))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.77.1 ([b79414e](https://github.com/muhlba91/pulumi-proxmoxve/commit/b79414ea1127a376a1613b554366e802cd5b7c22))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.78.0 ([373cbd8](https://github.com/muhlba91/pulumi-proxmoxve/commit/373cbd89c4314f778e550386be1e60f1dc138730))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.106.0 ([d78e368](https://github.com/muhlba91/pulumi-proxmoxve/commit/d78e368ba749ed338cef8eeea6ab7cfa6bd48d7a))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.107.0 ([39ac7fa](https://github.com/muhlba91/pulumi-proxmoxve/commit/39ac7fa236e9c1b17fbe5c52ccf48f046585ef7e))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.108.0 ([4b4239f](https://github.com/muhlba91/pulumi-proxmoxve/commit/4b4239f5a764944c2f8ea345366238312cef1b7b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.160.0 ([1f70cbd](https://github.com/muhlba91/pulumi-proxmoxve/commit/1f70cbdf22401f0bf22b61da5a46cf874762cdd7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.165.0 ([e2fc675](https://github.com/muhlba91/pulumi-proxmoxve/commit/e2fc6755ca63a6ea45cbcfaf7ede161d7181e21d))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.166.0 ([ef5f96f](https://github.com/muhlba91/pulumi-proxmoxve/commit/ef5f96f2c51ba05977c33afa2e839b3809f4b56f))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.167.0 ([a2e580c](https://github.com/muhlba91/pulumi-proxmoxve/commit/a2e580c3a3159ed48670785c79a19736f6d92556))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.168.0 ([78e67b3](https://github.com/muhlba91/pulumi-proxmoxve/commit/78e67b329c81dc045b3cdfd68529d9cd47d111a1))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.169.0 ([9f0f0b2](https://github.com/muhlba91/pulumi-proxmoxve/commit/9f0f0b220c67baaba8e56f205a4f87d0e0da78f6))
* **deps:** update pulumi-java to v1.12.0 ([9e6b2dd](https://github.com/muhlba91/pulumi-proxmoxve/commit/9e6b2dd220024cc68cbdcf925ad7508d1f4f19b7))
* **deps:** update pulumi/actions action to v6.3.0 ([7119edf](https://github.com/muhlba91/pulumi-proxmoxve/commit/7119edf70eaf0d118cc3b86631020283aaeb7c8d))
* **deps:** update sigstore/cosign-installer action to v3.8.2 ([3491e94](https://github.com/muhlba91/pulumi-proxmoxve/commit/3491e94a7d75b7c8b39b19a185936756e8e6565e))
* **deps:** update step-security/harden-runner action to v2.11.1 ([4e9e28e](https://github.com/muhlba91/pulumi-proxmoxve/commit/4e9e28e7efabeeb578ac0ad24f2b2aa74f883d19))
* **deps:** update step-security/harden-runner action to v2.12.0 ([ddc22b9](https://github.com/muhlba91/pulumi-proxmoxve/commit/ddc22b9cffe8aa41e475f6434130910322654ead))
* **deps:** upgrade pulumi dependencies ([c733a42](https://github.com/muhlba91/pulumi-proxmoxve/commit/c733a42297ae83d6188391a2828f727868dd2019))

## [7.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.18.1...v7.0.0) (2025-04-01)


### ⚠ BREAKING CHANGES

* **deps:** skipping multiple upstream versions
* **deps:** code changes regarding auto-aliasing and skipping some provider upgrades

### Features

* **deps:** update pulumi dependencies ([cd81ebe](https://github.com/muhlba91/pulumi-proxmoxve/commit/cd81ebece169619fd5df0c93c41d4ab2b85af3f3))
* **deps:** update upstream provider to 0.74.1 ([ea292f0](https://github.com/muhlba91/pulumi-proxmoxve/commit/ea292f0c70a3adae72f9743fa9ab66a5b6d76b92))
* upgrade pulumi sdks ([c95b313](https://github.com/muhlba91/pulumi-proxmoxve/commit/c95b31372ed7094c8a89480a4214e0efea0af4af))


### Bug Fixes

* fix updated golangci-lint ([50889fb](https://github.com/muhlba91/pulumi-proxmoxve/commit/50889fb0cc13cf26d23b8628b9533b080a7badf2))


### Miscellaneous Chores

* **ci:** update dotnet version to v8 ([2c1b014](https://github.com/muhlba91/pulumi-proxmoxve/commit/2c1b01487b5d44f6f1b021b9123a071fa262c172))
* **deps:** update actions/attest-build-provenance action to v2.2.0 ([698b7e2](https://github.com/muhlba91/pulumi-proxmoxve/commit/698b7e2535d3127efbd470249139086ad743a3ad))
* **deps:** update actions/attest-build-provenance action to v2.2.1 ([3b3c050](https://github.com/muhlba91/pulumi-proxmoxve/commit/3b3c050e1af6e2185c953319f7bd509d2c89c6f2))
* **deps:** update actions/attest-build-provenance action to v2.2.2 ([ce7db99](https://github.com/muhlba91/pulumi-proxmoxve/commit/ce7db992247babdcbc157ec86c8b4e1b2ea3fb53))
* **deps:** update actions/attest-build-provenance action to v2.2.3 ([855d0a0](https://github.com/muhlba91/pulumi-proxmoxve/commit/855d0a04b654fd2a516f5254678759a1e9059357))
* **deps:** update actions/setup-dotnet action to v4.3.0 ([ab31e68](https://github.com/muhlba91/pulumi-proxmoxve/commit/ab31e68332ef3c2c20244b09887e5a0c696a8209))
* **deps:** update actions/setup-dotnet action to v4.3.1 ([25b6a0e](https://github.com/muhlba91/pulumi-proxmoxve/commit/25b6a0edf1f99c2fa7353781376f851dea3a9aca))
* **deps:** update actions/setup-go action to v5.3.0 ([96919f1](https://github.com/muhlba91/pulumi-proxmoxve/commit/96919f14d1e368c684b813b594f16305dd986d56))
* **deps:** update actions/setup-go action to v5.4.0 ([dbb6e2f](https://github.com/muhlba91/pulumi-proxmoxve/commit/dbb6e2f6bbc498a5218b85a4ddf7d0a5c6f74e02))
* **deps:** update actions/setup-java action to v4.7.0 ([c52325a](https://github.com/muhlba91/pulumi-proxmoxve/commit/c52325aa1471a1b594b3183869290a7f708d83b9))
* **deps:** update actions/setup-node action to v4.2.0 ([024e9c8](https://github.com/muhlba91/pulumi-proxmoxve/commit/024e9c8deee3b970594583938cef2f4a7ef0acf0))
* **deps:** update actions/setup-node action to v4.3.0 ([963e1e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/963e1e6e635e9482f79fadec1e0851477c69dfbe))
* **deps:** update actions/setup-python action to v5.4.0 ([711cdbb](https://github.com/muhlba91/pulumi-proxmoxve/commit/711cdbb1dbd4e13b45aec809becb105e7dc0c382))
* **deps:** update actions/setup-python action to v5.5.0 ([65e03c7](https://github.com/muhlba91/pulumi-proxmoxve/commit/65e03c721f9e9ed806889b0c7011a2786c0529fb))
* **deps:** update actions/upload-artifact action to v4.6.0 ([5ea87c9](https://github.com/muhlba91/pulumi-proxmoxve/commit/5ea87c9ae03bf9c5ec4beb188f1c1c2d514cb0c3))
* **deps:** update actions/upload-artifact action to v4.6.1 ([77507c7](https://github.com/muhlba91/pulumi-proxmoxve/commit/77507c7041ed3ff42f9fd05db49e4e85176d267b))
* **deps:** update actions/upload-artifact action to v4.6.2 ([346c2e2](https://github.com/muhlba91/pulumi-proxmoxve/commit/346c2e25610e685741212b031e17f458f64956d1))
* **deps:** update anchore/sbom-action action to v0.18.0 ([077b22f](https://github.com/muhlba91/pulumi-proxmoxve/commit/077b22fdd47fe0f12da17adc210272a5f88934f1))
* **deps:** update dependency go to v1.23.5 ([4cbc7af](https://github.com/muhlba91/pulumi-proxmoxve/commit/4cbc7afc3d3e6f4c7e786d349b903c81a7aca740))
* **deps:** update dependency go to v1.23.6 ([1b6c0e0](https://github.com/muhlba91/pulumi-proxmoxve/commit/1b6c0e0dbc800cb90c2191c69a4ce75f09423b3c))
* **deps:** update dependency go to v1.24.0 ([eb8b820](https://github.com/muhlba91/pulumi-proxmoxve/commit/eb8b82098501451d79c130baacfb4bb4f3f0236f))
* **deps:** update dependency go to v1.24.1 ([f4368d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/f4368d4a15dcde7be458318c514c56de828b783c))
* **deps:** update github/codeql-action action to v3.28.1 ([f2c9dbf](https://github.com/muhlba91/pulumi-proxmoxve/commit/f2c9dbfaf467a769da954a64d02e7c4a49e06735))
* **deps:** update github/codeql-action action to v3.28.10 ([707b4ad](https://github.com/muhlba91/pulumi-proxmoxve/commit/707b4adce41d89516197849a479a7e6f935039f5))
* **deps:** update github/codeql-action action to v3.28.11 ([1bf5efb](https://github.com/muhlba91/pulumi-proxmoxve/commit/1bf5efb2dff8216fe5cb5bebf142ef19ec2e7598))
* **deps:** update github/codeql-action action to v3.28.12 ([797939c](https://github.com/muhlba91/pulumi-proxmoxve/commit/797939c419d62ce34a6f7127f6a8c11e3410c392))
* **deps:** update github/codeql-action action to v3.28.13 ([18abda5](https://github.com/muhlba91/pulumi-proxmoxve/commit/18abda575b3c8bc31932426d2769c2aff1aabd6a))
* **deps:** update github/codeql-action action to v3.28.2 ([05d79ae](https://github.com/muhlba91/pulumi-proxmoxve/commit/05d79ae78a6bc7e4e446c58f0145e75c9352b8f4))
* **deps:** update github/codeql-action action to v3.28.3 ([abe1e33](https://github.com/muhlba91/pulumi-proxmoxve/commit/abe1e33627033e87ea6b5b5e579082a9fa9f21bc))
* **deps:** update github/codeql-action action to v3.28.4 ([7807a42](https://github.com/muhlba91/pulumi-proxmoxve/commit/7807a422d8ecc0c9fb29e43bd148319e2fac7414))
* **deps:** update github/codeql-action action to v3.28.5 ([bca2343](https://github.com/muhlba91/pulumi-proxmoxve/commit/bca2343ec0c806b48e926e831f0403b99427bf1f))
* **deps:** update github/codeql-action action to v3.28.6 ([613a88b](https://github.com/muhlba91/pulumi-proxmoxve/commit/613a88b2958c6a9d043fbecef8d568e1867571f9))
* **deps:** update github/codeql-action action to v3.28.7 ([635aaff](https://github.com/muhlba91/pulumi-proxmoxve/commit/635aaff6557d07f2fd31254ba5b42372f3fe62db))
* **deps:** update github/codeql-action action to v3.28.8 ([6de62eb](https://github.com/muhlba91/pulumi-proxmoxve/commit/6de62eba73127872d7f9b1c1b554590d2f1dd6fb))
* **deps:** update github/codeql-action action to v3.28.9 ([fc1cf73](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc1cf7336b14ddf96efab0ef6705988cb963a5e6))
* **deps:** update golangci/golangci-lint-action action to v6.2.0 ([9355f52](https://github.com/muhlba91/pulumi-proxmoxve/commit/9355f522f7239bdb175cf4358edbb887b441bd27))
* **deps:** update golangci/golangci-lint-action action to v6.3.0 ([44bafb6](https://github.com/muhlba91/pulumi-proxmoxve/commit/44bafb667892924554cc183195d267e6cb444388))
* **deps:** update golangci/golangci-lint-action action to v6.3.1 ([ce86fb2](https://github.com/muhlba91/pulumi-proxmoxve/commit/ce86fb2ed2a51bc6832b408fcde76527d249d341))
* **deps:** update golangci/golangci-lint-action action to v6.3.2 ([c4d0610](https://github.com/muhlba91/pulumi-proxmoxve/commit/c4d061014f97237c39de18d88ec7b3954909d811))
* **deps:** update golangci/golangci-lint-action action to v6.3.3 ([3ee0dc4](https://github.com/muhlba91/pulumi-proxmoxve/commit/3ee0dc40c0c56abeb0f899220d3e5f3e7638044f))
* **deps:** update golangci/golangci-lint-action action to v6.4.0 ([e070b1a](https://github.com/muhlba91/pulumi-proxmoxve/commit/e070b1a31d9adc2dd50bd1350d6452b7490c0849))
* **deps:** update golangci/golangci-lint-action action to v6.4.1 ([4322c52](https://github.com/muhlba91/pulumi-proxmoxve/commit/4322c525377eb855fce9bb237580f6cb927a6611))
* **deps:** update golangci/golangci-lint-action action to v6.5.0 ([7543f3e](https://github.com/muhlba91/pulumi-proxmoxve/commit/7543f3e7f582c97b38033da916cf7bac13a90a4d))
* **deps:** update golangci/golangci-lint-action action to v6.5.1 ([e8d85bf](https://github.com/muhlba91/pulumi-proxmoxve/commit/e8d85bfd8aa8634eec9558c6b237930876536a2c))
* **deps:** update golangci/golangci-lint-action action to v6.5.2 ([b19cb94](https://github.com/muhlba91/pulumi-proxmoxve/commit/b19cb945a491eb8624c8738d3c7bf150bcc0cf3e))
* **deps:** update golangci/golangci-lint-action action to v7 ([e22a444](https://github.com/muhlba91/pulumi-proxmoxve/commit/e22a444f141acf104c65bf12b376af95fbdf1fda))
* **deps:** update googleapis/release-please-action action to v4.1.4 ([f674d6d](https://github.com/muhlba91/pulumi-proxmoxve/commit/f674d6d9527c5bf1e29ccfb93120a8ce13c62e47))
* **deps:** update googleapis/release-please-action action to v4.1.5 ([7ead228](https://github.com/muhlba91/pulumi-proxmoxve/commit/7ead228887e3fe23cfb20b6a05309ff5bd68e096))
* **deps:** update googleapis/release-please-action action to v4.2.0 ([ee7e2c8](https://github.com/muhlba91/pulumi-proxmoxve/commit/ee7e2c82ef5978b272043c4bea56d0e8f51b554a))
* **deps:** update goreleaser/goreleaser-action action to v6.2.1 ([1b55243](https://github.com/muhlba91/pulumi-proxmoxve/commit/1b55243ed290dd12330be0d6a08ad829e372b88a))
* **deps:** update goreleaser/goreleaser-action action to v6.3.0 ([cef1905](https://github.com/muhlba91/pulumi-proxmoxve/commit/cef1905fe0862af76197b62f6248464164399bf1))
* **deps:** update gradle/actions action to v4.3.0 ([fa405da](https://github.com/muhlba91/pulumi-proxmoxve/commit/fa405daffbac591a6109d3c3f48633c7fad1ce17))
* **deps:** update gradle/actions action to v4.3.1 ([6cf05f8](https://github.com/muhlba91/pulumi-proxmoxve/commit/6cf05f81f8c2dbae889087df87ec4a1a09d76194))
* **deps:** update hashicorp/vault-action action to v3.1.0 ([2c63f5a](https://github.com/muhlba91/pulumi-proxmoxve/commit/2c63f5a30068a160cdef8de96025965970fc5f6b))
* **deps:** update hashicorp/vault-action action to v3.3.0 ([8748946](https://github.com/muhlba91/pulumi-proxmoxve/commit/87489469972d5b5564956506c405ea2d95feaacc))
* **deps:** update jaxxstorm/action-install-gh-release action to v2 ([8899029](https://github.com/muhlba91/pulumi-proxmoxve/commit/8899029ab9ea03135b51986dabde45f2b6eaee72))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.70.0 ([c723a61](https://github.com/muhlba91/pulumi-proxmoxve/commit/c723a611a86f85149716031a6721c63d29d787ba))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.100.0 ([9f36035](https://github.com/muhlba91/pulumi-proxmoxve/commit/9f36035b5723bb3e3797c5c4e44237fdf32d7486))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.101.0 ([694feb9](https://github.com/muhlba91/pulumi-proxmoxve/commit/694feb91cc32e63a3131713b031c510ab7e08892))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.102.0 ([54c968f](https://github.com/muhlba91/pulumi-proxmoxve/commit/54c968f56298b6202c1ba6f9cf919bc84d01327a))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.103.0 ([815b717](https://github.com/muhlba91/pulumi-proxmoxve/commit/815b717438600ec734db5ceb4a3ab8448e198072))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.146.0 ([dbbf82c](https://github.com/muhlba91/pulumi-proxmoxve/commit/dbbf82c3f9c80c0d8458459f182ee99f88198de1))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.147.0 ([47c093a](https://github.com/muhlba91/pulumi-proxmoxve/commit/47c093a692c17dcfb7a135c0fb075ecd50ddb427))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.148.0 ([a590dd9](https://github.com/muhlba91/pulumi-proxmoxve/commit/a590dd979e1525523367b89ce350ac5b2d3b7b84))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.149.0 ([e2915f7](https://github.com/muhlba91/pulumi-proxmoxve/commit/e2915f7e33dce66c75af7ce459c76ee1a97efd58))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.150.0 ([42dd366](https://github.com/muhlba91/pulumi-proxmoxve/commit/42dd366acfd7fe7e3fd42a9f6323d0edbc4d0c2a))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.151.0 ([3ea5b09](https://github.com/muhlba91/pulumi-proxmoxve/commit/3ea5b09592e5dea902564988c60529a2d71ce0a8))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.152.0 ([9faaf1e](https://github.com/muhlba91/pulumi-proxmoxve/commit/9faaf1e577d35eca55ff97078b2918dc195d2abe))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.153.0 ([8638ab3](https://github.com/muhlba91/pulumi-proxmoxve/commit/8638ab3a4c481591ec692be01f9cd12f188c7a8f))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.153.1 ([975635f](https://github.com/muhlba91/pulumi-proxmoxve/commit/975635ffe160a76607a6b1f7dfd4c9c1e331cadb))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.154.0 ([1499b8e](https://github.com/muhlba91/pulumi-proxmoxve/commit/1499b8e4de046f5f2407d993395999bd62e483b6))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.155.0 ([a3d8c2b](https://github.com/muhlba91/pulumi-proxmoxve/commit/a3d8c2b84202529eb1692ab919989dea5832a06c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.156.0 ([021a530](https://github.com/muhlba91/pulumi-proxmoxve/commit/021a530bd4b87be9a96c96ba9cec172e7635f315))
* **deps:** update ossf/scorecard-action action to v2.4.1 ([762e2ea](https://github.com/muhlba91/pulumi-proxmoxve/commit/762e2ea6e1c879c0c6636210544eda8392b70726))
* **deps:** update pulumi/actions action to v6.0.1 ([98f675c](https://github.com/muhlba91/pulumi-proxmoxve/commit/98f675c6ab6fcb39f68d182e80196dedb75f8a3c))
* **deps:** update pulumi/actions action to v6.1.0 ([f08c81f](https://github.com/muhlba91/pulumi-proxmoxve/commit/f08c81ffe437e7c9b0838c45b620d8c68a208245))
* **deps:** update pulumi/actions action to v6.2.0 ([83e1699](https://github.com/muhlba91/pulumi-proxmoxve/commit/83e169921a779f7e22e8209356c4fb1fc36c347f))
* **deps:** update pypa/gh-action-pypi-publish digest to 20d40f6 ([ef730b8](https://github.com/muhlba91/pulumi-proxmoxve/commit/ef730b89588d47aa505debc82684f1dadc11929d))
* **deps:** update pypa/gh-action-pypi-publish digest to 31b23f5 ([4c68930](https://github.com/muhlba91/pulumi-proxmoxve/commit/4c689303c52a4784e549a689c3540a655e52f88c))
* **deps:** update pypa/gh-action-pypi-publish digest to db8f07d ([21afcf5](https://github.com/muhlba91/pulumi-proxmoxve/commit/21afcf55bd14198b45bea04a92a4d5232aa48af0))
* **deps:** update pypa/gh-action-pypi-publish digest to e1dad8a ([2c96cba](https://github.com/muhlba91/pulumi-proxmoxve/commit/2c96cbad0ee277187174ee7300ea51b814827f6b))
* **deps:** update sigstore/cosign-installer action to v3.8.0 ([16fe125](https://github.com/muhlba91/pulumi-proxmoxve/commit/16fe1259d6d2d12825a3c1b673119e087d11b09b))
* **deps:** update sigstore/cosign-installer action to v3.8.1 ([d31a8b1](https://github.com/muhlba91/pulumi-proxmoxve/commit/d31a8b1e6fd5459e12cf40b3aea83c06f8badf73))
* **deps:** update step-security/harden-runner action to v2.10.3 ([24c2ca9](https://github.com/muhlba91/pulumi-proxmoxve/commit/24c2ca9120c9632291be6c3430ca81bbe48b4a66))
* **deps:** update step-security/harden-runner action to v2.10.4 ([cca300e](https://github.com/muhlba91/pulumi-proxmoxve/commit/cca300e58303aef9d90fd486dd3d5fab546c52f8))
* **deps:** update step-security/harden-runner action to v2.11.0 ([d472828](https://github.com/muhlba91/pulumi-proxmoxve/commit/d472828276f7d2d5a4dd153c437446d43f57ee48))
* fix renamed property in goreleaser ([5a8bdb8](https://github.com/muhlba91/pulumi-proxmoxve/commit/5a8bdb8465b7260ba70cd1b7d53cd8f27711300e))
* update golangci to v2 ([e42a7ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/e42a7ee6931b1eebc6d750d8d5dd6d2bb23ea98e))
* update pulumi-java to v1.0.0 ([7649c63](https://github.com/muhlba91/pulumi-proxmoxve/commit/7649c636a98ab0df382d541855f894a06640bad1))

## [6.18.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.18.0...v6.18.1) (2025-01-07)


### Bug Fixes

* prepare for upstream release v0.69.1 ([f3408f4](https://github.com/muhlba91/pulumi-proxmoxve/commit/f3408f4c646d53bcedd1b090b1c1a462d7157012))


### Miscellaneous Chores

* **deps:** update actions/setup-dotnet action to v4.2.0 ([e4922da](https://github.com/muhlba91/pulumi-proxmoxve/commit/e4922da4fae636bd4e946ac4a06ddf3d10c91c61))
* **deps:** update github/codeql-action action to v3.28.0 ([a2d6c2a](https://github.com/muhlba91/pulumi-proxmoxve/commit/a2d6c2a599b67409135b827e3d5bbb5ef1283b3a))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.69.1 ([172296b](https://github.com/muhlba91/pulumi-proxmoxve/commit/172296b742c2c2e3d08c60771e2dd6ae337ea36d))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.99.0 ([755656a](https://github.com/muhlba91/pulumi-proxmoxve/commit/755656a0d9ebbcf5ef2d758cf5d94a1b8c752d89))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.144.0 ([aa629e3](https://github.com/muhlba91/pulumi-proxmoxve/commit/aa629e35229d574779928e0e046beee256b933b7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.144.1 ([21e5703](https://github.com/muhlba91/pulumi-proxmoxve/commit/21e57037dd91d44155f29adcca8fa6e0e5b420ad))
* **deps:** update pypa/gh-action-pypi-publish digest to 8cafb5c ([c56809c](https://github.com/muhlba91/pulumi-proxmoxve/commit/c56809c585501d2962c47b64f2accf751e1d727d))

## [6.18.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.17.1...v6.18.0) (2024-12-18)


### Features

* prepare for upstream release v0.69.0 ([4f57bdd](https://github.com/muhlba91/pulumi-proxmoxve/commit/4f57bdd24a3d69a373d62604fe8b1414b777487d))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v2.1.0 ([f59f0db](https://github.com/muhlba91/pulumi-proxmoxve/commit/f59f0dbb2227c87b221c8f2a3becf666f6195c3d))
* **deps:** update actions/setup-go action to v5.2.0 ([161f47a](https://github.com/muhlba91/pulumi-proxmoxve/commit/161f47a8656095e3b0d56320cbdc9698a724589d))
* **deps:** update actions/setup-java action to v4.6.0 ([522d58a](https://github.com/muhlba91/pulumi-proxmoxve/commit/522d58a0423904dd71602e1a312e9bb4492999cc))
* **deps:** update actions/upload-artifact action to v4.5.0 ([529f46e](https://github.com/muhlba91/pulumi-proxmoxve/commit/529f46e94432f27869949fd461f067aa68a38e7a))
* **deps:** update anchore/sbom-action action to v0.17.9 ([7db7dc2](https://github.com/muhlba91/pulumi-proxmoxve/commit/7db7dc24b9376c6e37edfc36f8e070ee36786985))
* **deps:** update github/codeql-action action to v3.27.7 ([1435050](https://github.com/muhlba91/pulumi-proxmoxve/commit/143505092e9473e65300cf23e3cd6f8d0bf09ca0))
* **deps:** update github/codeql-action action to v3.27.8 ([4a266f5](https://github.com/muhlba91/pulumi-proxmoxve/commit/4a266f546f8f013229024b93c78f9321b10b78d0))
* **deps:** update github/codeql-action action to v3.27.9 ([2cbf4b8](https://github.com/muhlba91/pulumi-proxmoxve/commit/2cbf4b847a0bbe1950c8813dd1cf32aa094fe867))
* **deps:** update gradle/actions action to v4.2.2 ([265d199](https://github.com/muhlba91/pulumi-proxmoxve/commit/265d199f0a08aa9d3b6241f3d8756efe95da4055))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.69.0 ([e9be4eb](https://github.com/muhlba91/pulumi-proxmoxve/commit/e9be4ebab001a65fb0839055348a92d0cc9cda56))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.97.0 ([f9decf7](https://github.com/muhlba91/pulumi-proxmoxve/commit/f9decf7b4612f87e446430fc48a548c3e81290fe))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.97.1 ([5304383](https://github.com/muhlba91/pulumi-proxmoxve/commit/53043833197a3e60c2af0f648006c71faed71692))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.98.0 ([a2c5a5a](https://github.com/muhlba91/pulumi-proxmoxve/commit/a2c5a5a7cc63114865aa710c772d0726cc8b4e4b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.143.0 ([7c27a81](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c27a818ed0279b35d737fbd29c02945309ea1eb))
* **deps:** update pypa/gh-action-pypi-publish digest to 67339c7 ([f18e8e9](https://github.com/muhlba91/pulumi-proxmoxve/commit/f18e8e9b28e7eacb79eed0e0e22eabb34b971fa4))
* **deps:** update pypa/gh-action-pypi-publish digest to 916e576 ([b031e84](https://github.com/muhlba91/pulumi-proxmoxve/commit/b031e8423360ccb60f90f41893fc5a6dd74ad3b6))
* **deps:** update pypa/gh-action-pypi-publish digest to cbd6d01 ([2240ee6](https://github.com/muhlba91/pulumi-proxmoxve/commit/2240ee6ae69a55e1ab6dca507cb5fcecdbd39ad1))
* **deps:** update pypa/gh-action-pypi-publish digest to daa8997 ([49fe7d2](https://github.com/muhlba91/pulumi-proxmoxve/commit/49fe7d2a7521175587622bdbaec4e2c504494a8a))

## [6.17.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.17.0...v6.17.1) (2024-12-07)


### Bug Fixes

* **ci:** change environment variable access for release pipeline tagging ([ed3c4c4](https://github.com/muhlba91/pulumi-proxmoxve/commit/ed3c4c44f512f0c452ca5849416efe79f48ff8a3))
* prepare for upstream release v0.68.1 ([6b43f2a](https://github.com/muhlba91/pulumi-proxmoxve/commit/6b43f2abcb40444c60e8f0e898c1bebc30bc691f))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v2 ([ce9f58b](https://github.com/muhlba91/pulumi-proxmoxve/commit/ce9f58b77c1304daec5fe83c27b32cd8eb61ebe2))
* **deps:** update actions/attest-build-provenance action to v2.0.1 ([1efce34](https://github.com/muhlba91/pulumi-proxmoxve/commit/1efce340e748af0cd4446cfc200db17626b27ef3))
* **deps:** update dependency go to v1.23.4 ([c158efd](https://github.com/muhlba91/pulumi-proxmoxve/commit/c158efd9b17e4f89008624c3ebc9c12ef3386a5e))
* **deps:** update github/codeql-action action to v3.27.6 ([623b304](https://github.com/muhlba91/pulumi-proxmoxve/commit/623b3046f63e0d6f717331fdd8ea9d5a9656c2a0))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.68.1 ([083761d](https://github.com/muhlba91/pulumi-proxmoxve/commit/083761d6a5c490b3b8575799df998d828779b335))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.142.0 ([cf9777d](https://github.com/muhlba91/pulumi-proxmoxve/commit/cf9777d7abffff81ef92db382cfcfae5988223c2))
* **deps:** update pulumi-java to v0.18.0 ([c0e794b](https://github.com/muhlba91/pulumi-proxmoxve/commit/c0e794b42305d6053922f8e7c63e7bfbbf0390f0))
* **deps:** update pypa/gh-action-pypi-publish digest to a536fa9 ([01ba150](https://github.com/muhlba91/pulumi-proxmoxve/commit/01ba1508eb77924f8f5cf17d51640c361bd1b3fd))
* **deps:** update pypa/gh-action-pypi-publish digest to e7723a4 ([37293d1](https://github.com/muhlba91/pulumi-proxmoxve/commit/37293d10d5ebabbe4c6d0bc2c3637bac02568a19))
* **deps:** update pypa/gh-action-pypi-publish digest to f371c3d ([1cc5449](https://github.com/muhlba91/pulumi-proxmoxve/commit/1cc54498c275aabf55707f25b79b3715038a5312))

## [6.17.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.16.0...v6.17.0) (2024-11-26)


### Features

* prepare for upstream release v0.68.0 ([6539b95](https://github.com/muhlba91/pulumi-proxmoxve/commit/6539b951ccd3c07869c2afba226c5c3e913b2f6e))
* update pulumi-terraform-bridge ([8ce3feb](https://github.com/muhlba91/pulumi-proxmoxve/commit/8ce3feb4b1cce03993fc2e61da1180120abd3835))


### Miscellaneous Chores

* **ci:** migrate renovate config ([4785896](https://github.com/muhlba91/pulumi-proxmoxve/commit/4785896e1e77c26e6b102bf69df251a44c50f560))
* **deps:** update anchore/sbom-action action to v0.17.8 ([16a2657](https://github.com/muhlba91/pulumi-proxmoxve/commit/16a2657465e81cbbb66225b652e2d191bc76dc23))
* **deps:** update jaxxstorm/action-install-gh-release action to v1.14.0 ([a9d2f95](https://github.com/muhlba91/pulumi-proxmoxve/commit/a9d2f95e606166afc78c86cbecf8c94b219103a9))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.68.0 ([a4d36d2](https://github.com/muhlba91/pulumi-proxmoxve/commit/a4d36d28c7b609c16401331ebc5df6f8c7f2999f))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.96.0 ([ad418b6](https://github.com/muhlba91/pulumi-proxmoxve/commit/ad418b6af107e190e8d0b3bceab6ce530e7c69d3))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.140.0 ([26fa8a3](https://github.com/muhlba91/pulumi-proxmoxve/commit/26fa8a302c9582ed799d0394759c9a30c567a971))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.141.0 ([7c4b3bf](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c4b3bf53c7ee893ee86d5618697c04350858081))
* **deps:** update pulumi-java to 0.17.0 ([456cdbb](https://github.com/muhlba91/pulumi-proxmoxve/commit/456cdbbf877c6cbe3f87ec5d15855d274d53ee67))
* **deps:** update pypa/gh-action-pypi-publish digest to 218af42 ([221eec8](https://github.com/muhlba91/pulumi-proxmoxve/commit/221eec8ae0ca833bb14b18b06120227cce5bcb6b))

## [6.16.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.15.3...v6.16.0) (2024-11-21)


### Features

* prepare for upstream release v0.67.1 ([45ca9ba](https://github.com/muhlba91/pulumi-proxmoxve/commit/45ca9ba887c5c14cfb98d5ec025b881f26c5fe11))


### Miscellaneous Chores

* **deps:** update actions/dependency-review-action action to v4.5.0 ([add16ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/add16eee931067fe3c4037ddc2a2046a59a3e730))
* **deps:** update github/codeql-action action to v3.27.2 ([0c8742a](https://github.com/muhlba91/pulumi-proxmoxve/commit/0c8742a0570fe96a6b5e17144f3de6c7d6a94b6c))
* **deps:** update github/codeql-action action to v3.27.3 ([7202640](https://github.com/muhlba91/pulumi-proxmoxve/commit/720264074ef3afed12d8f1e2771edb5632b25016))
* **deps:** update github/codeql-action action to v3.27.4 ([9b8dccd](https://github.com/muhlba91/pulumi-proxmoxve/commit/9b8dccd099ce47cd33dd7889feef3ba4b51a9fe2))
* **deps:** update github/codeql-action action to v3.27.5 ([9944406](https://github.com/muhlba91/pulumi-proxmoxve/commit/994440646ad703cb473eb30b1e90a22a74dd0a38))
* **deps:** update gradle/actions action to v4.2.0 ([3f8610f](https://github.com/muhlba91/pulumi-proxmoxve/commit/3f8610f9b0996dc5531b8cd284578aa62aadfa8e))
* **deps:** update gradle/actions action to v4.2.1 ([fa86007](https://github.com/muhlba91/pulumi-proxmoxve/commit/fa8600792ec426a42e75ae7032113dd5fdb3c191))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.67.0 ([6a85af6](https://github.com/muhlba91/pulumi-proxmoxve/commit/6a85af65a47729341cba6ff7ce3607e9daf266b0))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.67.1 ([eea5eae](https://github.com/muhlba91/pulumi-proxmoxve/commit/eea5eaed786e1690ad8a0f6d7473300aa9276718))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.48.0 ([e46b85f](https://github.com/muhlba91/pulumi-proxmoxve/commit/e46b85f38d24e47f3dc13e5ab73f579346f6435d))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.95.0 ([55df87c](https://github.com/muhlba91/pulumi-proxmoxve/commit/55df87ce710c535384e2cecfb393dd576c69eae3))
* **deps:** update pypa/gh-action-pypi-publish digest to 93e8795 ([c9c9c8f](https://github.com/muhlba91/pulumi-proxmoxve/commit/c9c9c8f49c67a59f1f613ecea6c0de7a1efd52b4))
* **deps:** update step-security/harden-runner action to v2.10.2 ([9e50e1e](https://github.com/muhlba91/pulumi-proxmoxve/commit/9e50e1eb632467b5ad36e0e85db9fcf8c221aba7))

## [6.15.3](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.15.2...v6.15.3) (2024-11-11)


### Bug Fixes

* fix id property of acme provider ([81f6619](https://github.com/muhlba91/pulumi-proxmoxve/commit/81f66198f232df671b3e4182a51cd080fa299b54))


### Miscellaneous Chores

* **deps:** update actions/attest-build-provenance action to v1.4.4 ([ead7496](https://github.com/muhlba91/pulumi-proxmoxve/commit/ead749663939903671997d1c7716dbd232e53f1a))
* **deps:** update actions/dependency-review-action action to v4.4.0 ([53e83d3](https://github.com/muhlba91/pulumi-proxmoxve/commit/53e83d34b6f9ccca5906e6f5d7371dfd609f562d))
* **deps:** update anchore/sbom-action action to v0.17.6 ([1aa28bd](https://github.com/muhlba91/pulumi-proxmoxve/commit/1aa28bd4f2e2f5b6e0e8dc61290f5bd0c4f1e718))
* **deps:** update anchore/sbom-action action to v0.17.7 ([5c19b23](https://github.com/muhlba91/pulumi-proxmoxve/commit/5c19b2308aeed968d75ae193e63b83a8e025cba4))
* **deps:** update dependency go to v1.23.3 ([aa1090c](https://github.com/muhlba91/pulumi-proxmoxve/commit/aa1090c739e5cb2697763c4bc9de60264c360654))
* **deps:** update github/codeql-action action to v3.27.1 ([fc3c338](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc3c338ac240d9990674b063e3e266b7b77143c5))
* **deps:** update goreleaser/goreleaser-action action to v6.1.0 ([505a7d6](https://github.com/muhlba91/pulumi-proxmoxve/commit/505a7d64fb3ebd88f712e74f377470b5b9950430))
* **deps:** update jaxxstorm/action-install-gh-release action to v1.13.0 ([0181fbe](https://github.com/muhlba91/pulumi-proxmoxve/commit/0181fbec7a22007bbfe70e9a5dd9d11a26d4a18e))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.47.0 ([ea639be](https://github.com/muhlba91/pulumi-proxmoxve/commit/ea639be3c12f3622ff0cc285a4676a6a6910f458))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.138.0 ([836b9f5](https://github.com/muhlba91/pulumi-proxmoxve/commit/836b9f508f9a8f3f3fc42a1c5eb3a6bc7292f28b))
* **deps:** update pypa/gh-action-pypi-publish digest to 0d02f37 ([33fa818](https://github.com/muhlba91/pulumi-proxmoxve/commit/33fa8188fc269f11ef149232a61fe14a29ce7a4c))
* **deps:** update pypa/gh-action-pypi-publish digest to 15c56db ([deef9c6](https://github.com/muhlba91/pulumi-proxmoxve/commit/deef9c6fd8faefc150dfe690395c5b1c33ab4b66))
* **deps:** update pypa/gh-action-pypi-publish digest to 1f5d4ec ([9cf82a4](https://github.com/muhlba91/pulumi-proxmoxve/commit/9cf82a458a102597a4ba75f41de33ff0b93f80cf))
* **deps:** update pypa/gh-action-pypi-publish digest to 61da13d ([f7434d1](https://github.com/muhlba91/pulumi-proxmoxve/commit/f7434d1275b926fd816128ba72890c7cb85497fc))
* **deps:** update pypa/gh-action-pypi-publish digest to a8b73a6 ([989ebd1](https://github.com/muhlba91/pulumi-proxmoxve/commit/989ebd1a8d1f3b2ffdba1a531717e57ab868c562))
* **deps:** update pypa/gh-action-pypi-publish digest to fb13cb3 ([a749eb9](https://github.com/muhlba91/pulumi-proxmoxve/commit/a749eb9357cb573fbbbd8610f2841e3d4e1a5304))
* introduce repository and project security scanning ([fe7a6ea](https://github.com/muhlba91/pulumi-proxmoxve/commit/fe7a6eae4350b1455ed045e5f9140455f1d956e7))

## [6.15.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.15.1...v6.15.2) (2024-10-26)


### Bug Fixes

* prepare for upstream release v0.66.3 ([a152033](https://github.com/muhlba91/pulumi-proxmoxve/commit/a1520330b40e0a65abddc661971021c39666991c))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.17.4 ([90dbcb0](https://github.com/muhlba91/pulumi-proxmoxve/commit/90dbcb086fd265a3a90f980ea0029f712ae95e39))
* **deps:** update anchore/sbom-action action to v0.17.5 ([5f8df48](https://github.com/muhlba91/pulumi-proxmoxve/commit/5f8df48395e26a66d8aef43eeba2074597952a1b))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.66.3 ([6548f51](https://github.com/muhlba91/pulumi-proxmoxve/commit/6548f51907258b9b19d581faa3aa71ca49a223f3))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.46.0 ([5858505](https://github.com/muhlba91/pulumi-proxmoxve/commit/585850560fe8a77fe7e726f20d6e53af0740ba42))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.93.1 ([90d3ed2](https://github.com/muhlba91/pulumi-proxmoxve/commit/90d3ed29493469dcc50a5823c1497a03f832f5de))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.137.0 ([336b1b4](https://github.com/muhlba91/pulumi-proxmoxve/commit/336b1b45bd0b7af9ab99999b0907681d11469041))

## [6.15.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.15.0...v6.15.1) (2024-10-13)


### Bug Fixes

* prepare for upstream release v0.66.2 ([9ee0989](https://github.com/muhlba91/pulumi-proxmoxve/commit/9ee09890eff748f6de2c36eeb677237146573ac6))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.17.3 ([cba6e6f](https://github.com/muhlba91/pulumi-proxmoxve/commit/cba6e6fc764ff96bc95e57c0dcca8b4f77b5cb5c))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.66.1 ([3c6d536](https://github.com/muhlba91/pulumi-proxmoxve/commit/3c6d5363aea1df1dc9d05c81a86f6ebe5168ad85))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.66.2 ([94627ba](https://github.com/muhlba91/pulumi-proxmoxve/commit/94627bad555a4df5731637e96f5761eb54d42214))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.45.0 ([e5f5922](https://github.com/muhlba91/pulumi-proxmoxve/commit/e5f592286aa071e409238131b0e74b8724d8b282))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.92.0 ([2a99ae4](https://github.com/muhlba91/pulumi-proxmoxve/commit/2a99ae4cfa5cb6723ae673219ae0c99869e45de3))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.136.0 ([96f8efc](https://github.com/muhlba91/pulumi-proxmoxve/commit/96f8efc0dc92c9a73d258395ca553be7b4669bec))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.136.1 ([ee57fff](https://github.com/muhlba91/pulumi-proxmoxve/commit/ee57fff0587188e087dc2c46e12c4f74c3055ed9))
* **deps:** update sigstore/cosign-installer action to v3.7.0 ([8b665a5](https://github.com/muhlba91/pulumi-proxmoxve/commit/8b665a54e786c5cf118847205b452e58cbcd9056))

## [6.15.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.14.0...v6.15.0) (2024-10-04)


### Features

* prepare for upstream release v0.65.0 ([3609db8](https://github.com/muhlba91/pulumi-proxmoxve/commit/3609db81877c0f657feafd1288b9c56ac6642ae8))
* prepare for upstream release v0.66.0 ([797b36a](https://github.com/muhlba91/pulumi-proxmoxve/commit/797b36ae6a3aed4f763bccfcc2da51647f3b9883))


### Miscellaneous Chores

* **deps:** update dependency go to v1.23.2 ([f9b845c](https://github.com/muhlba91/pulumi-proxmoxve/commit/f9b845c82b3e4bff956167caac5ce6d40b704712))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.65.0 ([c07aaaa](https://github.com/muhlba91/pulumi-proxmoxve/commit/c07aaaa40c5117ee4d68f4a683cf5e57811bd9c6))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.66.0 ([a1adf05](https://github.com/muhlba91/pulumi-proxmoxve/commit/a1adf05bbfb0d85b6fd05bff9e90d89c45289ca6))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.44.0 ([15bde4f](https://github.com/muhlba91/pulumi-proxmoxve/commit/15bde4f0ec2ca2960bffad9ef02a9a68a8b60eae))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.44.1 ([32bde71](https://github.com/muhlba91/pulumi-proxmoxve/commit/32bde713092754e213c4a8c882d500c44be41435))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.91.1 ([da5d2a9](https://github.com/muhlba91/pulumi-proxmoxve/commit/da5d2a90b80b66ac69af172597a0829624a64fa4))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.133.0 ([a5785e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/a5785e6ca1e980b743156134da76dda5203bc07d))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.134.0 ([1897d29](https://github.com/muhlba91/pulumi-proxmoxve/commit/1897d29d1a5a87b4cbc0991df5d3cd19be4822e0))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.134.1 ([5f0849e](https://github.com/muhlba91/pulumi-proxmoxve/commit/5f0849ef3080764ea4eacc4166d8ce2b85274b87))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.135.0 ([76f0560](https://github.com/muhlba91/pulumi-proxmoxve/commit/76f056052b193e93c837067d1e1c2514c018f91a))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.135.1 ([62cd3c7](https://github.com/muhlba91/pulumi-proxmoxve/commit/62cd3c74e3ca491afc97fc7fc3e4e91d28669b76))
* **deps:** update pulumi/actions action to v6 ([d4491ea](https://github.com/muhlba91/pulumi-proxmoxve/commit/d4491ea333cadd5dc61497d244414ed21d97da82))

## [6.14.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.13.0...v6.14.0) (2024-09-09)


### Features

* update upstream provider to v0.64.0 ([580a94c](https://github.com/muhlba91/pulumi-proxmoxve/commit/580a94cf73cea06001c1d8229ec4ea5810c06f4e))


### Miscellaneous Chores

* **deps:** update dependency go to v1.23.1 ([a61bf81](https://github.com/muhlba91/pulumi-proxmoxve/commit/a61bf81e2566f8fcb802146463f4f34d05e71545))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.43.0 ([9c97eb1](https://github.com/muhlba91/pulumi-proxmoxve/commit/9c97eb1c4b88937de949fdbea4869288aad8816d))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.90.0 ([c52ca90](https://github.com/muhlba91/pulumi-proxmoxve/commit/c52ca90cb0a078dc910c82b313f2312faf210830))

## [6.13.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.12.0...v6.13.0) (2024-08-22)


### Features

* prepare for upstream release v0.63.0 ([44ffa73](https://github.com/muhlba91/pulumi-proxmoxve/commit/44ffa738f820056ac684c013d443263aca2d12c9))


### Miscellaneous Chores

* **ci:** migrate release-please-action ([12f89ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/12f89eef80bd811276e839f13722a87c4a48d4ed))
* **ci:** move attestations to stable ([ac4b1d6](https://github.com/muhlba91/pulumi-proxmoxve/commit/ac4b1d66d2f54aa53273931eca6793ce74df2034))
* **ci:** update golangci-lint ([f16615f](https://github.com/muhlba91/pulumi-proxmoxve/commit/f16615f125be354ed40d6a3c19cf9f4b9f47b198))
* **ci:** update golangci-lint ([eee67ab](https://github.com/muhlba91/pulumi-proxmoxve/commit/eee67ab60524d658dac8b7d8953355d31aa29d40))
* **ci:** update java package version ([20eafc4](https://github.com/muhlba91/pulumi-proxmoxve/commit/20eafc4ae4c4da544df9c73c775af687dac63b62))
* **deps:** update anchore/sbom-action action to v0.17.1 ([2ba61d6](https://github.com/muhlba91/pulumi-proxmoxve/commit/2ba61d6ee5f743462da51dc475d58477902a2a71))
* **deps:** update anchore/sbom-action action to v0.17.2 ([2e9a783](https://github.com/muhlba91/pulumi-proxmoxve/commit/2e9a7835a872563dc6c835ace44faef730a92937))
* **deps:** update dependencies ([bd6288f](https://github.com/muhlba91/pulumi-proxmoxve/commit/bd6288fb509fa333586b42846c3fcf95070257e7))
* **deps:** update dependency go to v1.23.0 ([eefe8bd](https://github.com/muhlba91/pulumi-proxmoxve/commit/eefe8bd9e50acff4eedbaaa41565ca332a5a863f))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.42.0 ([ec1d267](https://github.com/muhlba91/pulumi-proxmoxve/commit/ec1d267b24ca11b82e8244e8e62960c0ad95db11))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.42.1 ([a299efc](https://github.com/muhlba91/pulumi-proxmoxve/commit/a299efc7d09742cfcfa859a0c4f0ab28ecc40607))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.89.1 ([10d155a](https://github.com/muhlba91/pulumi-proxmoxve/commit/10d155a7f48a13218a6350d0833e0503183aaae7))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.129.0 ([d913376](https://github.com/muhlba91/pulumi-proxmoxve/commit/d9133765396587c77ce3fa031530f5c39b1e0f9b))

## [6.12.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.11.1...v6.12.0) (2024-08-08)


### Features

* enable java sdk ([d85b972](https://github.com/muhlba91/pulumi-proxmoxve/commit/d85b972800c8fada1a2f181ee874f8fa4033b6de))
* upgrade to upstream provider v0.62.0 ([5750a4e](https://github.com/muhlba91/pulumi-proxmoxve/commit/5750a4e1bb63ad8966cb84c1a706e7f57c8146f6))


### Miscellaneous Chores

* **ci:** allow attestations to fail on release ([443427c](https://github.com/muhlba91/pulumi-proxmoxve/commit/443427c874b174d85b91c715019b7c666993f822))
* **ci:** allow java publishing action to fail for releases ([e3bb8b7](https://github.com/muhlba91/pulumi-proxmoxve/commit/e3bb8b79e440fe4a5fbb3dd52ba3898036f7ca12))
* **deps:** update anchore/sbom-action action to v0.17.0 ([b4c2423](https://github.com/muhlba91/pulumi-proxmoxve/commit/b4c2423205dcc5fe632999ea605e9da7007c94b3))
* **deps:** update dependency go to v1.22.6 ([f7af2f7](https://github.com/muhlba91/pulumi-proxmoxve/commit/f7af2f71461a38592a68458fbbc07a3c434b66a7))
* **deps:** update gradle/actions action to v4 ([9ed6ff8](https://github.com/muhlba91/pulumi-proxmoxve/commit/9ed6ff81918e77b8520d69eaa32226bd70ea5689))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.40.0 ([33349df](https://github.com/muhlba91/pulumi-proxmoxve/commit/33349df3601de78508bea9dc9ec9ef4031891125))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.41.0 ([f249246](https://github.com/muhlba91/pulumi-proxmoxve/commit/f249246856cd941fa962177fd6d515d624cbd280))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.87.0 ([1e144fd](https://github.com/muhlba91/pulumi-proxmoxve/commit/1e144fde3ca0fa947b9beb0667b57c6b17db743f))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 ([59353eb](https://github.com/muhlba91/pulumi-proxmoxve/commit/59353eb536ac798af698c2cd89aaee5f372a293a))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.125.0 ([396ff28](https://github.com/muhlba91/pulumi-proxmoxve/commit/396ff28d5cd4cd45df939d15206818368d76f1f9))
* **deps:** update sdk dependencies ([74e6848](https://github.com/muhlba91/pulumi-proxmoxve/commit/74e6848372bdc715e3ef6db144652a634db984eb))
* **deps:** update sigstore/cosign-installer action to v3.6.0 ([7e295d8](https://github.com/muhlba91/pulumi-proxmoxve/commit/7e295d88c4e3066690f63ede322e30ae06b67959))

## [6.11.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.11.0...v6.11.1) (2024-07-12)


### Bug Fixes

* prepare upstream update to v0.61.1 ([788e168](https://github.com/muhlba91/pulumi-proxmoxve/commit/788e168af6bff6f45e91d99d49b30a765341ac05))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.16.1 ([905c9c8](https://github.com/muhlba91/pulumi-proxmoxve/commit/905c9c80d5b844b668957feef28160c3734ab52e))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.61.1 ([d14b0d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/d14b0d465d816046fcf23bfa65492ab38e250c26))

## [6.11.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.10.1...v6.11.0) (2024-07-06)


### Features

* prepare upstream update to v0.61.0 ([d58949d](https://github.com/muhlba91/pulumi-proxmoxve/commit/d58949d38567b1b7927baa0d99b71c4f82ed3748))


### Miscellaneous Chores

* **deps:** update dependency go to v1.22.5 ([a171007](https://github.com/muhlba91/pulumi-proxmoxve/commit/a1710077ebe4aab9fe4c1cacb8f209161bdfa096))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.61.0 ([c4f187c](https://github.com/muhlba91/pulumi-proxmoxve/commit/c4f187c2e73018b46726cad3c57c7e29ec4bb9f7))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.39.0 ([d8409de](https://github.com/muhlba91/pulumi-proxmoxve/commit/d8409de52e5a68ee1a09f600eb0620e6baff4575))

## [6.10.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.10.0...v6.10.1) (2024-06-28)


### Bug Fixes

* prepare upstream update to v0.60.1 ([dcbeb95](https://github.com/muhlba91/pulumi-proxmoxve/commit/dcbeb95fcfaf49685834add3ae6d3cdf456e30a9))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.60.1 ([f475dd4](https://github.com/muhlba91/pulumi-proxmoxve/commit/f475dd4bec804816e8c3bb636b8077a1568b7fb7))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.38.0 ([f1bb476](https://github.com/muhlba91/pulumi-proxmoxve/commit/f1bb4766750a8a3e386e1cb8f6a023e5f5668e3b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 ([3d9d91f](https://github.com/muhlba91/pulumi-proxmoxve/commit/3d9d91fd72be128156ad4c785a1d16a25a30958c))

## [6.10.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.9.1...v6.10.0) (2024-06-14)


### Features

* prepare upstream update to v0.60.0 ([ca13d4d](https://github.com/muhlba91/pulumi-proxmoxve/commit/ca13d4d1893f195b748fd30e326ff7b21ff44968))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.60.0 ([9c53131](https://github.com/muhlba91/pulumi-proxmoxve/commit/9c53131fc34a1e71737b02d6b48e2be0118d2209))

## [6.9.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.9.0...v6.9.1) (2024-06-11)


### Bug Fixes

* fix goreleaser update to v2 ([c97dd5e](https://github.com/muhlba91/pulumi-proxmoxve/commit/c97dd5ee97c1e5e123d124058944d7270936cdcf))

## [6.9.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.8.1...v6.9.0) (2024-06-10)


### Features

* prepare upstream update to v0.59.0; update pulumi dependencies ([f108f78](https://github.com/muhlba91/pulumi-proxmoxve/commit/f108f78f5a40f603cdfc418e4a39a99192e3a8aa))


### Bug Fixes

* prepare for upstream release 0.59.1 ([7b9f5b2](https://github.com/muhlba91/pulumi-proxmoxve/commit/7b9f5b2a911e0b0bd13aa612498429a6a564479c))


### Miscellaneous Chores

* **deps:** update goreleaser/goreleaser-action action to v6 ([b8132be](https://github.com/muhlba91/pulumi-proxmoxve/commit/b8132be62147a2429a7ce909c27dba430ea35ac8))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.59.0 ([240572f](https://github.com/muhlba91/pulumi-proxmoxve/commit/240572fed3cd6694ef3173658dd83b67e812bb3b))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.59.1 ([64a7176](https://github.com/muhlba91/pulumi-proxmoxve/commit/64a7176f68909043924da065f47874b27d8b567a))

## [6.8.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.8.0...v6.8.1) (2024-05-30)


### Bug Fixes

* prepare for upstream release 0.58.1 ([343c6e4](https://github.com/muhlba91/pulumi-proxmoxve/commit/343c6e4e0650819fcc4b44c2af897f4e40e074e0))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.58.1 ([e4ee524](https://github.com/muhlba91/pulumi-proxmoxve/commit/e4ee5240637d9452536f7b3b46d9456e16e0cb29))

## [6.8.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.7.1...v6.8.0) (2024-05-28)


### Features

* prepare upstream update to v0.58.0 ([0d6dbf5](https://github.com/muhlba91/pulumi-proxmoxve/commit/0d6dbf56e590c9cafa73c5c44b4a8194130bdbd2))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.58.0 ([5051e97](https://github.com/muhlba91/pulumi-proxmoxve/commit/5051e9712cd40eda670bd9bf7bb149b6b581af67))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.36.0 ([4dfef49](https://github.com/muhlba91/pulumi-proxmoxve/commit/4dfef4979dbb303af9259037f99d9e526a7aa034))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.83.0 ([5d0d2ff](https://github.com/muhlba91/pulumi-proxmoxve/commit/5d0d2ff02eb7155616ff4ab7a051e08677b3f9a1))

## [6.7.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.7.0...v6.7.1) (2024-05-22)


### Bug Fixes

* prepare for upstream release 0.57.1 ([504c90d](https://github.com/muhlba91/pulumi-proxmoxve/commit/504c90d81f88c2316f70c7c65747285453a06853))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.16.0 ([4a3738f](https://github.com/muhlba91/pulumi-proxmoxve/commit/4a3738f6926bd9d734107833e3bdb71a24f96800))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.57.1 ([77a41a7](https://github.com/muhlba91/pulumi-proxmoxve/commit/77a41a7c55f995b1d7c46149dc746452d4a0372c))

## [6.7.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.6.0...v6.7.0) (2024-05-18)


### Features

* prepare upstream update to v0.57.0 ([0d17b4b](https://github.com/muhlba91/pulumi-proxmoxve/commit/0d17b4b6995a47290338a3b61308ad3a6a867c8d))


### Miscellaneous Chores

* **deps:** update jaxxstorm/action-install-gh-release action to v1.12.0 ([794aa0e](https://github.com/muhlba91/pulumi-proxmoxve/commit/794aa0e64d5fe7ca8e98ebc2e9e59398d9e04125))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.57.0 ([20b088c](https://github.com/muhlba91/pulumi-proxmoxve/commit/20b088cb0fc1f000a1f6b17ebd1bf4fbed615d16))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.116.0 ([cc2e62a](https://github.com/muhlba91/pulumi-proxmoxve/commit/cc2e62a6fa5a5be2ec080629183ae8221c0c8bef))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.116.1 ([69dadf1](https://github.com/muhlba91/pulumi-proxmoxve/commit/69dadf170641d9015dc90fc7dbc8907f30cc8417))

## [6.6.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.5.1...v6.6.0) (2024-05-13)


### Features

* prepare upstream update to v0.56.1 ([c8462bc](https://github.com/muhlba91/pulumi-proxmoxve/commit/c8462bc1245fa3e35605d0588dd698b218833a4a))


### Miscellaneous Chores

* **deps:** update dependency go to v1.22.3 ([d2c4e7d](https://github.com/muhlba91/pulumi-proxmoxve/commit/d2c4e7d50a1539d65de959290a20a577ffcc8a7c))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.56.1 ([11ef58e](https://github.com/muhlba91/pulumi-proxmoxve/commit/11ef58e49386619cbfbeea973774c715c415a2b7))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.35.0 ([6637896](https://github.com/muhlba91/pulumi-proxmoxve/commit/663789661ea8d542a4e24d79b6228dc2b90be392))

## [6.5.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.5.0...v6.5.1) (2024-05-07)


### Bug Fixes

* prepare for upstream release 0.55.1 ([bd41ce2](https://github.com/muhlba91/pulumi-proxmoxve/commit/bd41ce2077ef0e42a0524706955c61270997d5f0))


### Miscellaneous Chores

* **deps:** update golangci/golangci-lint-action action to v6 ([752bb62](https://github.com/muhlba91/pulumi-proxmoxve/commit/752bb62d54c80957d70bbf2403f05f16ab332ad1))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.55.1 ([f802e62](https://github.com/muhlba91/pulumi-proxmoxve/commit/f802e6291e0c24e3975958abab476e685ad926d6))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.115.0 ([6128aae](https://github.com/muhlba91/pulumi-proxmoxve/commit/6128aae00adc0c0e853c6339d75c631b9e48c6ac))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.115.1 ([5b0aa00](https://github.com/muhlba91/pulumi-proxmoxve/commit/5b0aa00fe025f41aeb3e22e5e78f2aead9802790))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.115.2 ([dc64ad9](https://github.com/muhlba91/pulumi-proxmoxve/commit/dc64ad908e24cf4005b58f9f2a59529193da4300))

## [6.5.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.4.1...v6.5.0) (2024-04-30)


### Features

* prepare upstream update to v0.55.0 ([5598fc0](https://github.com/muhlba91/pulumi-proxmoxve/commit/5598fc05c2b394d2df134ce3fa17340e12c052ca))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.11 ([9afed11](https://github.com/muhlba91/pulumi-proxmoxve/commit/9afed112e2d5b2d59684bc356d9591670107cae2))
* **deps:** update golangci/golangci-lint-action action to v5 ([1c05e46](https://github.com/muhlba91/pulumi-proxmoxve/commit/1c05e46ef3a930dc7f42ca50deaa6f67b7ab6baa))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.55.0 ([220b439](https://github.com/muhlba91/pulumi-proxmoxve/commit/220b43961e646555cdbb73eb9c812d66cad011d6))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.114.0 ([7c324a0](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c324a006244b0b015b6cd802390952f0b6383b2))

## [6.4.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.4.0...v6.4.1) (2024-04-21)


### Miscellaneous Chores

* **ci:** enable go cache ([cb9ccfc](https://github.com/muhlba91/pulumi-proxmoxve/commit/cb9ccfc29f535be4d71b8d1afd3d83ac38ba3897))
* **ci:** replace deprecated gradle action ([a7a8511](https://github.com/muhlba91/pulumi-proxmoxve/commit/a7a851134da2f7da8125bfe4f0b7d48c50ee8549))
* **ci:** update go version ([9886a2e](https://github.com/muhlba91/pulumi-proxmoxve/commit/9886a2e1f8d5283962a2199ba12da78d2346f230))
* **deps:** update pulumi-java ([4c5840c](https://github.com/muhlba91/pulumi-proxmoxve/commit/4c5840c5325a60dd65f6cc038cec9c8e88480f19))

## [6.4.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.3.1...v6.4.0) (2024-04-20)


### Features

* **ci:** move from actions secrets to vault ([1cdda8d](https://github.com/muhlba91/pulumi-proxmoxve/commit/1cdda8d56f633e09af735046dfe6132f680af3e5))
* prepare upstream update to v0.54.0 ([b7fbc63](https://github.com/muhlba91/pulumi-proxmoxve/commit/b7fbc63570c1dbdccbd95a7320671eb861095dd5))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.54.0 ([592b112](https://github.com/muhlba91/pulumi-proxmoxve/commit/592b1124a65debd41bb0f8604b56ef14fd85647e))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.113.0 ([2d78ab0](https://github.com/muhlba91/pulumi-proxmoxve/commit/2d78ab0191f5c0ad3979ba916eb02902cd11b2af))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.113.1 ([8618f87](https://github.com/muhlba91/pulumi-proxmoxve/commit/8618f87c3289fc59c94f595888ded70c0b16bda6))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.113.2 ([c4f36ff](https://github.com/muhlba91/pulumi-proxmoxve/commit/c4f36ff07515d07fe76ef6a25b817d3cd909ebfc))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.113.3 ([ab88d4c](https://github.com/muhlba91/pulumi-proxmoxve/commit/ab88d4c8aac41e9f3a974c5e4be83756cf883af1))

## [6.3.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.3.0...v6.3.1) (2024-04-12)


### Bug Fixes

* prepare for upstream release 0.53.1 ([8926786](https://github.com/muhlba91/pulumi-proxmoxve/commit/892678621b925e7019d942aab1c31745907339a7))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.53.1 ([e5014ce](https://github.com/muhlba91/pulumi-proxmoxve/commit/e5014ce93833d654b2d83e526d76bf1b2e1f558b))

## [6.3.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.2.1...v6.3.0) (2024-04-11)


### Features

* **deps:** prepare for upstream release v0.53.0 ([6610b89](https://github.com/muhlba91/pulumi-proxmoxve/commit/6610b891956a2740df065a51c63f6fa54d1e96f0))
* prepare upstream update to v0.52.0 ([5c8005e](https://github.com/muhlba91/pulumi-proxmoxve/commit/5c8005ee45ba666329c9a808fa7436babe6bc4a0))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.52.0 ([fd9790f](https://github.com/muhlba91/pulumi-proxmoxve/commit/fd9790f94f2013b52353442650f64bb2d6d33e41))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.53.0 ([1665327](https://github.com/muhlba91/pulumi-proxmoxve/commit/1665327283d83bf5c4ed356a5016568093615c83))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.33.0 ([9c93adc](https://github.com/muhlba91/pulumi-proxmoxve/commit/9c93adc7464b7be4af62824be2def6bf6c011072))
* **deps:** update sigstore/cosign-installer action to v3.5.0 ([9dfc03c](https://github.com/muhlba91/pulumi-proxmoxve/commit/9dfc03c8200a5f92586d62bd095a7134bb518e2a))

## [6.2.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.2.0...v6.2.1) (2024-04-05)


### Bug Fixes

* prepare for upstream release 0.51.1 ([b0840ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/b0840eec31a080166e1e0385caf8e8f90b2c97f9))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.51.1 ([119787a](https://github.com/muhlba91/pulumi-proxmoxve/commit/119787a94da341a36cf5d2a06abc6dd4bd196e27))

## [6.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.1.0...v6.2.0) (2024-03-30)


### Features

* prepare upstream update to v0.51.0 ([0a84d87](https://github.com/muhlba91/pulumi-proxmoxve/commit/0a84d8722437b7ef0c7418671e7e147286d20d47))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.10 ([a2f3d5f](https://github.com/muhlba91/pulumi-proxmoxve/commit/a2f3d5f48bd4e11c4935ca1c4c4453210ac7a1dd))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.51.0 ([6f36001](https://github.com/muhlba91/pulumi-proxmoxve/commit/6f36001909befea55f326ec6e30460e643b551ff))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.32.0 ([43f23e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/43f23e6234b46a9af38599845cbaa5478e241304))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.112.0 ([998947b](https://github.com/muhlba91/pulumi-proxmoxve/commit/998947b20ffba879bd674f08d146e834f32348e9))

## [6.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.0.2...v6.1.0) (2024-03-24)


### Features

* prepare upstream update to v0.50.0 ([b2b478d](https://github.com/muhlba91/pulumi-proxmoxve/commit/b2b478d91068370739535e52452f90ab59308a37))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.48.4 ([f33a3d6](https://github.com/muhlba91/pulumi-proxmoxve/commit/f33a3d6cf53b0f5efe16cde0dea796a44a78c4fd))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.49.0 ([4899e79](https://github.com/muhlba91/pulumi-proxmoxve/commit/4899e79f0b7ac67718a4f55be7f2176a9bb1d5ca))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.50.0 ([f7d7727](https://github.com/muhlba91/pulumi-proxmoxve/commit/f7d772742803b3282049ef11e0834f90b2252ce3))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/pf to v0.31.0 ([fb1d4d9](https://github.com/muhlba91/pulumi-proxmoxve/commit/fb1d4d921f8397e35e608d47f4e21b3ded6c2186))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.78.0 ([1276428](https://github.com/muhlba91/pulumi-proxmoxve/commit/1276428a46974b1bfa70bd619039bd10bcb4f37b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.110.0 ([a0e086d](https://github.com/muhlba91/pulumi-proxmoxve/commit/a0e086dba919567dfef62cb4a7e9c49e04bab4e8))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.111.0 ([14d418c](https://github.com/muhlba91/pulumi-proxmoxve/commit/14d418ccc4687c84bbb481c5441c2ef952851670))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.111.1 ([249b67f](https://github.com/muhlba91/pulumi-proxmoxve/commit/249b67fa6f1293d5678530c4dceb4ce94f080666))

## [6.0.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.0.1...v6.0.2) (2024-03-12)


### Bug Fixes

* fix go sdk version; fix [#276](https://github.com/muhlba91/pulumi-proxmoxve/issues/276) ([21b5975](https://github.com/muhlba91/pulumi-proxmoxve/commit/21b59755c053d47269c53af5ab95f24e3805ec60))

## [6.0.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v6.0.0...v6.0.1) (2024-03-12)


### Miscellaneous Chores

* **deps:** update pulumi dependencies ([3ee252c](https://github.com/muhlba91/pulumi-proxmoxve/commit/3ee252c09e9a59fc6028783c6e2ef865c5901c16))

## [6.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.25.0...v6.0.0) (2024-03-12)


### ⚠ BREAKING CHANGES

* new way to generate resources and inclusion of fwprovider; some package/class names in .NET, Go, and Java have changed (Pulumi resource names did not)

### Features

* mux fwprovider with tfprovider ([959c891](https://github.com/muhlba91/pulumi-proxmoxve/commit/959c8915d26175c076fc0fe1e45db820db52f3d6))
* prepare upstream update to v0.48.0 ([8733d55](https://github.com/muhlba91/pulumi-proxmoxve/commit/8733d557d67c0ff69be01ca4ee28eb1ed59ed8c8))
* prepare upstream update to v0.48.3 ([1b9c032](https://github.com/muhlba91/pulumi-proxmoxve/commit/1b9c03226799aeb3f9899b708a7e133327a39ba4))


### Bug Fixes

* fix provider runtime ([5712f63](https://github.com/muhlba91/pulumi-proxmoxve/commit/5712f63f56a08b1364c209821a590138ce8c07d9))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.48.0 ([617a14f](https://github.com/muhlba91/pulumi-proxmoxve/commit/617a14fbcd096c9aab4ee93fb07efcbc2933c2ad))
* **deps:** update module github.com/ettle/strcase to v0.2.0 ([b687223](https://github.com/muhlba91/pulumi-proxmoxve/commit/b6872237ec9df4b7ea05068bb2d56b6df1854144))
* **deps:** update module github.com/ettle/strcase to v0.2.0 ([4efa0d8](https://github.com/muhlba91/pulumi-proxmoxve/commit/4efa0d85172c887cb0896b39f8532684cd7c4c94))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.76.0 ([df5887d](https://github.com/muhlba91/pulumi-proxmoxve/commit/df5887d21c23a968709ce38551b010ccbb7ce336))
* **deps:** update module github.com/pulumi/pulumi/pkg/v3 to v3.108.1 ([a3d7a23](https://github.com/muhlba91/pulumi-proxmoxve/commit/a3d7a2327c8e1d5f7b6f447ef427c82011fa44ae))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.107.0 ([527799f](https://github.com/muhlba91/pulumi-proxmoxve/commit/527799f413049d2053a2685391d7b778760a087d))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.108.1 ([1eb7681](https://github.com/muhlba91/pulumi-proxmoxve/commit/1eb768153e753f9b920e5629d7829217ce7328da))

## [5.25.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.24.4...v5.25.0) (2024-02-27)


### Features

* prepare upstream update to v0.47.0 ([bbc930c](https://github.com/muhlba91/pulumi-proxmoxve/commit/bbc930c0f2af264f0bfb9decb9d129bf4f13afcb))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.47.0 ([11a0919](https://github.com/muhlba91/pulumi-proxmoxve/commit/11a09196526a4f51c746a83848549284af940198))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.75.0 ([e12cda4](https://github.com/muhlba91/pulumi-proxmoxve/commit/e12cda42bbb98a7dc41bac12865c6c76567854c2))

## [5.24.4](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.24.3...v5.24.4) (2024-02-21)


### Bug Fixes

* prepare for upstream release 0.46.6 ([f21e227](https://github.com/muhlba91/pulumi-proxmoxve/commit/f21e22788b2c4579cae01f526ae039c55f97a5d2))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.5 ([4978cec](https://github.com/muhlba91/pulumi-proxmoxve/commit/4978cecd9ff32b28de5f13a3e5ca013859ec0b7c))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.6 ([19cd6c0](https://github.com/muhlba91/pulumi-proxmoxve/commit/19cd6c0031b8fb32dd190f0f0edf5ecde03b32cb))

## [5.24.3](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.24.2...v5.24.3) (2024-02-16)


### Bug Fixes

* prepare for upstream release 0.46.4 ([4a90e2d](https://github.com/muhlba91/pulumi-proxmoxve/commit/4a90e2d8dec2b3b472df91a47f40eba1ef5731c6))


### Miscellaneous Chores

* **deps:** update gradle/gradle-build-action action to v3 ([52df736](https://github.com/muhlba91/pulumi-proxmoxve/commit/52df7361b4896f1f606bb83fe248c834895a91d2))

## [5.24.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.24.1...v5.24.2) (2024-02-16)


### Miscellaneous Chores

* **deps:** update golangci/golangci-lint-action action to v4 ([34dbc51](https://github.com/muhlba91/pulumi-proxmoxve/commit/34dbc51f4a174dbe9f5d4ecc48c24dbbfc080788))
* **deps:** update jaxxstorm/action-install-gh-release action to v1.11.0 ([328e40e](https://github.com/muhlba91/pulumi-proxmoxve/commit/328e40ed281eff98334b61a901c8d0c91556c07c))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.4 ([5e3dbb9](https://github.com/muhlba91/pulumi-proxmoxve/commit/5e3dbb909d46696e045794fd1973d17a20943576))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.74.0 ([29c7c65](https://github.com/muhlba91/pulumi-proxmoxve/commit/29c7c651eadcc59503a1e7397e18cf288c8d8936))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.105.0 ([d193cb3](https://github.com/muhlba91/pulumi-proxmoxve/commit/d193cb390f3291153ba6284c435963eae37caa67))

## [5.24.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.24.0...v5.24.1) (2024-02-07)


### Miscellaneous Chores

* **deps:** prepare update to upstream v0.46.3 ([db53e91](https://github.com/muhlba91/pulumi-proxmoxve/commit/db53e91d42c2bda63e45754f2bcba614f4f7e7a6))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.3 ([ccdc601](https://github.com/muhlba91/pulumi-proxmoxve/commit/ccdc6016066936f9705464500aabfcc1e7cdae17))

## [5.24.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.23.0...v5.24.0) (2024-02-06)


### Features

* update pulumi dependencies ([2296ee8](https://github.com/muhlba91/pulumi-proxmoxve/commit/2296ee8c001479ea1ceae5e6358102415f929b9e))
* update pulumi java ([27ec93c](https://github.com/muhlba91/pulumi-proxmoxve/commit/27ec93c7cd3481c2a1bf8ab4b48634a1bc6e4b1c))


### Bug Fixes

* **deps:** prepare for upstream release 0.46.2 ([d9fbcdb](https://github.com/muhlba91/pulumi-proxmoxve/commit/d9fbcdbf2e4ab893f6804294f8e8cb6c046a5834))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.6 ([7194d55](https://github.com/muhlba91/pulumi-proxmoxve/commit/7194d559bbe20d61ad615c6c801e5a40dfcdd436))
* **deps:** update anchore/sbom-action action to v0.15.7 ([5bcd26c](https://github.com/muhlba91/pulumi-proxmoxve/commit/5bcd26c54c8bfad8e075c6d7b04e92b541bcffd3))
* **deps:** update anchore/sbom-action action to v0.15.8 ([f27b450](https://github.com/muhlba91/pulumi-proxmoxve/commit/f27b4509e79e934203972ac4054045a865940866))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.2 ([a552435](https://github.com/muhlba91/pulumi-proxmoxve/commit/a55243592fcf317dbb470a1994e93ba2ada6aaf4))
* **deps:** update sigstore/cosign-installer action to v3.4.0 ([53e1846](https://github.com/muhlba91/pulumi-proxmoxve/commit/53e184671044d12885bfd8aba39e09f356fef11c))

## [5.23.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.22.0...v5.23.0) (2024-01-28)


### Features

* **deps:** prepare for upstream release 0.46.1 ([790045a](https://github.com/muhlba91/pulumi-proxmoxve/commit/790045a7c79e679bb6bd8e6f3bfd90f0d2fde162))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.5 ([debb2ab](https://github.com/muhlba91/pulumi-proxmoxve/commit/debb2abd1617d7cfc19c3523bbd72635903b9c9d))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.45.1 ([e032996](https://github.com/muhlba91/pulumi-proxmoxve/commit/e032996f7d8098b7a83915b2cfa7c9114e04cf9f))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.46.1 ([fa05905](https://github.com/muhlba91/pulumi-proxmoxve/commit/fa05905606681e4709aa68cab604d291eba24c18))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.72.0 ([1e53799](https://github.com/muhlba91/pulumi-proxmoxve/commit/1e53799e8259b0a207a0a508278be879cc38b33a))

## [5.22.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.21.0...v5.22.0) (2024-01-22)


### Features

* **deps:** prepare for upstream release 0.45.0 ([88033e9](https://github.com/muhlba91/pulumi-proxmoxve/commit/88033e942411b17974a7eb85bd569a99c8191da8))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.4 ([fb7aa6e](https://github.com/muhlba91/pulumi-proxmoxve/commit/fb7aa6e13473480fa069f366f28a0c2ac8e33e56))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.43.1 ([17349ab](https://github.com/muhlba91/pulumi-proxmoxve/commit/17349ab803b57ab6af4bfd6edceeb198339f6e0e))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.43.2 ([f1d28e2](https://github.com/muhlba91/pulumi-proxmoxve/commit/f1d28e20ccfa7d7fbec375f30a72a6447fd77a42))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.43.3 ([066f807](https://github.com/muhlba91/pulumi-proxmoxve/commit/066f807d4b926eb13fd8d9a75b6e8488aaf03a70))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.44.0 ([720118e](https://github.com/muhlba91/pulumi-proxmoxve/commit/720118e6fa72cd0a6b0b60d148dbde014d28d36b))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.45.0 ([8a222d8](https://github.com/muhlba91/pulumi-proxmoxve/commit/8a222d8b0c7300199f21613c5a438f8adae122db))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.71.0 ([122c651](https://github.com/muhlba91/pulumi-proxmoxve/commit/122c65182b931b827a9b912aec08061bf7fec651))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.101.0 ([14d0223](https://github.com/muhlba91/pulumi-proxmoxve/commit/14d02234c9f3e507944e9c1932fb7308ab27a7eb))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.101.1 ([8db81f8](https://github.com/muhlba91/pulumi-proxmoxve/commit/8db81f8cbd83d0cec5ff4fdf3431845213d39c2c))

## [5.21.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.20.0...v5.21.0) (2024-01-09)


### Features

* **deps:** prepare for upstream release 0.43.0 ([58b2e22](https://github.com/muhlba91/pulumi-proxmoxve/commit/58b2e22ff382fa8716e435e51063a591af7408e3))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.2 ([27ffffd](https://github.com/muhlba91/pulumi-proxmoxve/commit/27ffffd528a8000cca603ba1f727489e8a9e775c))
* **deps:** update anchore/sbom-action action to v0.15.3 ([98b62a5](https://github.com/muhlba91/pulumi-proxmoxve/commit/98b62a5791968a99652a54a5036b8d00f43b86f1))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.42.1 ([421e755](https://github.com/muhlba91/pulumi-proxmoxve/commit/421e7558be81083682214e1b63f9db7e6bdc3287))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.43.0 ([ffa35f2](https://github.com/muhlba91/pulumi-proxmoxve/commit/ffa35f27a52c08009bef175eecc359eaa6916967))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.70.0 ([eb1da3a](https://github.com/muhlba91/pulumi-proxmoxve/commit/eb1da3aa91b289269478016236236a4148086687))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.100.0 ([50010a9](https://github.com/muhlba91/pulumi-proxmoxve/commit/50010a968459b9acaa8583708ef8ef8b6e1858d5))
* **deps:** update pulumi/actions action to v5 ([1bf09ee](https://github.com/muhlba91/pulumi-proxmoxve/commit/1bf09ee873c5a9703c33b3f6da3b53e4ece25e1f))

## [5.20.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.19.0...v5.20.0) (2023-12-23)


### Features

* prepare upstream update to v0.42.0 ([d963f0e](https://github.com/muhlba91/pulumi-proxmoxve/commit/d963f0e4f19153a8e3cb0a7de2fc0182f28396b0))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.42.0 ([34f317c](https://github.com/muhlba91/pulumi-proxmoxve/commit/34f317cfafd937c1b2b847ba399580ac6caddbeb))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.69.0 ([ff881bb](https://github.com/muhlba91/pulumi-proxmoxve/commit/ff881bb4ed62ca2c86c5ac4c5e9b98fa756e25b5))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.99.0 ([80d10c1](https://github.com/muhlba91/pulumi-proxmoxve/commit/80d10c13ff480971ebf1ffcd7716e07bd3b99bf4))

## [5.19.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.18.0...v5.19.0) (2023-12-19)


### Features

* prepare upstream update to v0.41.0 ([1752b75](https://github.com/muhlba91/pulumi-proxmoxve/commit/1752b75a3cb36706351e2d8eda31251a3f79513e))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.41.0 ([f7eac22](https://github.com/muhlba91/pulumi-proxmoxve/commit/f7eac22165aa1c0cb25e4435cc124c511074a473))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.68.0 ([cba86f2](https://github.com/muhlba91/pulumi-proxmoxve/commit/cba86f2ffea9e8d04a3774752f19af9ec92fd47e))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.96.2 ([feea7b6](https://github.com/muhlba91/pulumi-proxmoxve/commit/feea7b61ff645beb74b0ed9b09d2f5c7e9d7951b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.98.0 ([7c7ddb5](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c7ddb54642de26911fc01fd8c0f7a08e3a88ece))
* **deps:** update sigstore/cosign-installer action to v3.3.0 ([9d7d888](https://github.com/muhlba91/pulumi-proxmoxve/commit/9d7d888c75351b73e970bc9abff4e8d4139078a2))

## [5.18.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.17.0...v5.18.0) (2023-12-11)


### Features

* prepare for upstream release v0.40.0 ([b5653dd](https://github.com/muhlba91/pulumi-proxmoxve/commit/b5653ddb4e397e2e0b22c6bc2cc4e199c6469b71))


### Miscellaneous Chores

* **ci:** adopt release please for v4 ([e12cf32](https://github.com/muhlba91/pulumi-proxmoxve/commit/e12cf3269b810b4e0dcb202889c158850a9de63c))
* **deps:** update actions/setup-dotnet action to v4 ([28ff826](https://github.com/muhlba91/pulumi-proxmoxve/commit/28ff826d6c6a07c5e52128051bc94f9e9545f09e))
* **deps:** update actions/setup-go action to v5 ([5942766](https://github.com/muhlba91/pulumi-proxmoxve/commit/5942766c1ae3092f4cd454e2c680893fac875d4e))
* **deps:** update actions/setup-python action to v5 ([6797b04](https://github.com/muhlba91/pulumi-proxmoxve/commit/6797b04de86be54e6a22041f5c7cea0c346baeae))
* **deps:** update anchore/sbom-action action to v0.15.1 ([de6fe7d](https://github.com/muhlba91/pulumi-proxmoxve/commit/de6fe7da624acc7cae4cea0aa0686a07af524805))
* **deps:** update google-github-actions/release-please-action action to v4 ([22a2092](https://github.com/muhlba91/pulumi-proxmoxve/commit/22a209249fe42f051102946ffffe01c07f2099f3))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.40.0 ([93858ac](https://github.com/muhlba91/pulumi-proxmoxve/commit/93858ac82b5b723e7ac60ebf142bb2b6282bba37))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.67.0 ([a09b6f3](https://github.com/muhlba91/pulumi-proxmoxve/commit/a09b6f3cb3d37b77c6fd5d76587055b3dbf8f670))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.95.0 ([1e027bf](https://github.com/muhlba91/pulumi-proxmoxve/commit/1e027bf4807fa4dfa0bd76607358409f4a6842c6))

## [5.17.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.16.0...v5.17.0) (2023-12-01)


### Features

* prepare for upstream 0.39.0 ([dadc856](https://github.com/muhlba91/pulumi-proxmoxve/commit/dadc8560ba85f758b4979c5e19d9e8b865a73fe3))


### Miscellaneous Chores

* **deps:** update actions/setup-java action to v4 ([8b08064](https://github.com/muhlba91/pulumi-proxmoxve/commit/8b0806487e9bca0c4bccfcb79ed4441a6a1371ef))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.39.0 ([d8b8b0e](https://github.com/muhlba91/pulumi-proxmoxve/commit/d8b8b0eebeecb646b1ec014c8a9c4ab9f3004798))

## [5.16.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.15.1...v5.16.0) (2023-11-22)


### Features

* **release:** prepare for upstream release 0.38.1 ([adf4e3f](https://github.com/muhlba91/pulumi-proxmoxve/commit/adf4e3fe644c390160d7d39ad0315fa2ab93f149))


### Miscellaneous Chores

* **deps:** update anchore/sbom-action action to v0.15.0 ([bf3de07](https://github.com/muhlba91/pulumi-proxmoxve/commit/bf3de070c33a83e17ea1494cc46db9bfb67c7483))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.38.0 ([9f93585](https://github.com/muhlba91/pulumi-proxmoxve/commit/9f93585a6136f3c5ff78e210d7366e6aa56eccf7))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.38.1 ([8694e15](https://github.com/muhlba91/pulumi-proxmoxve/commit/8694e15d92bd1822e43c998aeb2ed43748a7b0f8))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.64.0 ([50450c3](https://github.com/muhlba91/pulumi-proxmoxve/commit/50450c320180bd000144807d7e3167fe27c97a53))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.65.0 ([09f9597](https://github.com/muhlba91/pulumi-proxmoxve/commit/09f959734d7978804fba53c593d446851126dc6d))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.66.0 ([adb0a5e](https://github.com/muhlba91/pulumi-proxmoxve/commit/adb0a5e13f9c0ce648e6c1642e20cba50ee0b093))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.94.0 ([3c3c751](https://github.com/muhlba91/pulumi-proxmoxve/commit/3c3c75150423d640a8fe2efd15769fd0eecda62b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.94.1 ([6cde60e](https://github.com/muhlba91/pulumi-proxmoxve/commit/6cde60e72624b19f69fd0fe1c9d544f302726bca))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.94.2 ([b105eb1](https://github.com/muhlba91/pulumi-proxmoxve/commit/b105eb1edac9ada195c466d5a9d3e924fe6e1052))

## [5.15.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.15.0...v5.15.1) (2023-11-12)


### Bug Fixes

* update upstream to v0.37.1 ([d533d88](https://github.com/muhlba91/pulumi-proxmoxve/commit/d533d88d4d5e43da49b6c7fc255623328df9b3e8))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.37.1 ([e566bf3](https://github.com/muhlba91/pulumi-proxmoxve/commit/e566bf38ab0a5302e535a7737e2f28607b53da3e))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.92.0 ([20768b0](https://github.com/muhlba91/pulumi-proxmoxve/commit/20768b0520105a9b7a306cb878b87d74085cd32c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.93.0 ([89c665b](https://github.com/muhlba91/pulumi-proxmoxve/commit/89c665b5aaf423fe81891773b7fb2ef717be770c))
* **deps:** update sigstore/cosign-installer action to v3.2.0 ([ad2ab34](https://github.com/muhlba91/pulumi-proxmoxve/commit/ad2ab3481b88e90de1a80cd6e98cc4c1a84459aa))

## [5.15.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.14.0...v5.15.0) (2023-10-31)


### Features

* prepare upstream 0.37.0 release ([71e8ae6](https://github.com/muhlba91/pulumi-proxmoxve/commit/71e8ae69d746d16bc25da61a1a3100670d63ddf1))


### Bug Fixes

* **ct:** sanitize non set features on import ([385add2](https://github.com/muhlba91/pulumi-proxmoxve/commit/385add23148cc1bfc23ef78fb687bcf956b703d4))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.37.0 ([bbdf358](https://github.com/muhlba91/pulumi-proxmoxve/commit/bbdf358ede738f4ca1ec63c56386202a63117fb7))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.63.2 ([407a61b](https://github.com/muhlba91/pulumi-proxmoxve/commit/407a61b8f69ef930a8bf70fe96fa005517280a08))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.91.1 ([707b388](https://github.com/muhlba91/pulumi-proxmoxve/commit/707b388f41f99396b0a3a3f68a5aa60943ab794f))

## [5.14.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.13.1...v5.14.0) (2023-10-26)


### Features

* prepare upstream 0.36.0 release ([b3d5dd9](https://github.com/muhlba91/pulumi-proxmoxve/commit/b3d5dd96e82fe2222629ab337412347937540a94))


### Miscellaneous Chores

* **deps:** update actions/setup-node action to v4 ([f3c73c9](https://github.com/muhlba91/pulumi-proxmoxve/commit/f3c73c9565ff8c36d9e6ce6eea68f5ab29a4a230))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.35.1 ([6541a69](https://github.com/muhlba91/pulumi-proxmoxve/commit/6541a69627322806dad83c3159d6f40fd63827c9))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.36.0 ([7665f3e](https://github.com/muhlba91/pulumi-proxmoxve/commit/7665f3e80ece1775214f760c5205f7fab519f467))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.63.1 ([f16e69b](https://github.com/muhlba91/pulumi-proxmoxve/commit/f16e69b531bb7fc364a12a315348d749c20e6735))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.90.1 ([ea50709](https://github.com/muhlba91/pulumi-proxmoxve/commit/ea50709b72a7f9939956b5cb489087eb0bb7f54a))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.91.0 ([f6484e3](https://github.com/muhlba91/pulumi-proxmoxve/commit/f6484e31f13ad22a023fc84e70c34a5e5d149df0))

## [5.13.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.13.0...v5.13.1) (2023-10-21)


### Miscellaneous Chores

* **deps:** update js-devtools/npm-publish action to v3 ([46dd139](https://github.com/muhlba91/pulumi-proxmoxve/commit/46dd139954addcbf2cd07cc2da353e3cbd1106b4))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.35.0 ([79514f0](https://github.com/muhlba91/pulumi-proxmoxve/commit/79514f0540c4894dc0fd6e706d9408a4af5a456c))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.62.0 ([71d2572](https://github.com/muhlba91/pulumi-proxmoxve/commit/71d25721f9786eb282686a787e76140e6d3174f2))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.89.0 ([871cb65](https://github.com/muhlba91/pulumi-proxmoxve/commit/871cb65d416d20f001937d1366a491054b89f617))
* **release:** prepare for upstream 0.35.0 ([60678e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/60678e6dd2c398ffac095eef25d2b14c636a695e))

## [5.13.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.12.3...v5.13.0) (2023-10-12)


### Features

* prepare upstream 0.34.0 release ([8a6729b](https://github.com/muhlba91/pulumi-proxmoxve/commit/8a6729b9d7a45cb20b66c5d8c9d62f72915a3c23))


### Miscellaneous Chores

* add devcontainer configuration ([16133f4](https://github.com/muhlba91/pulumi-proxmoxve/commit/16133f44a6139378cc8eb46001d4851d65319dd8))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.34.0 ([7dfad80](https://github.com/muhlba91/pulumi-proxmoxve/commit/7dfad807143ba2b7bfdc92548f3d20fd74a7515c))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.61.0 ([00a9154](https://github.com/muhlba91/pulumi-proxmoxve/commit/00a9154a757afeed560b78dcc915763075ab918e))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.86.0 ([6a91c33](https://github.com/muhlba91/pulumi-proxmoxve/commit/6a91c3305b413c17bcbfa65a3d4b3f259d03b659))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.87.0 ([a6d44ab](https://github.com/muhlba91/pulumi-proxmoxve/commit/a6d44abbc27bfbf2a8e98089866d5a425674895a))

## [5.12.3](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.12.2...v5.12.3) (2023-10-02)


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.32.2 ([572b39f](https://github.com/muhlba91/pulumi-proxmoxve/commit/572b39fa63b5d8800064f8a95ee206e0e197c470))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.33.0 ([39d5247](https://github.com/muhlba91/pulumi-proxmoxve/commit/39d5247aa19e0fac2e598d541ca7d9dce8c0d661))
* prepare for next release ([2bf5c20](https://github.com/muhlba91/pulumi-proxmoxve/commit/2bf5c2041dd0e98fc5f4423855a31a59a064ea47))

## [5.12.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.12.1...v5.12.2) (2023-09-25)


### Bug Fixes

* update upstream to 0.32.1 ([2d23e10](https://github.com/muhlba91/pulumi-proxmoxve/commit/2d23e1077055e4a77fc5688a8b7685b13e65ee0a))


### Miscellaneous Chores

* **deps:** update sdk dependencies ([62b5bd9](https://github.com/muhlba91/pulumi-proxmoxve/commit/62b5bd9a68ef7e10186484886137a96cce49c7f9))
* **deps:** update sdk toolchain to go 1.21 ([e2bb11a](https://github.com/muhlba91/pulumi-proxmoxve/commit/e2bb11a2b34502c3c9e90c580d83844dff4b5384))

## [5.12.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.12.0...v5.12.1) (2023-09-23)


### Bug Fixes

* fix pipeline for releasing sdks ([67e16cf](https://github.com/muhlba91/pulumi-proxmoxve/commit/67e16cfed902fe070a262b514a3ca1fd6f2e3c5b))

## [5.12.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.11.1...v5.12.0) (2023-09-23)


### Features

* update upstream to 0.32.0 ([45198a3](https://github.com/muhlba91/pulumi-proxmoxve/commit/45198a362dcfccbb69729103858be648e3aee155))


### Miscellaneous Chores

* **deps:** update goreleaser/goreleaser-action action to v5 ([8fb8a00](https://github.com/muhlba91/pulumi-proxmoxve/commit/8fb8a0086aa756e483ceebbaa849b1a40843ad6a))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.59.0 ([a783b0a](https://github.com/muhlba91/pulumi-proxmoxve/commit/a783b0a5d8a54c91edff2a13f79967ebf3911f0b))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.60.0 ([9b0f8f5](https://github.com/muhlba91/pulumi-proxmoxve/commit/9b0f8f5f8f803fe4f1f3d67600c12c33c9390149))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.60.1 ([c863401](https://github.com/muhlba91/pulumi-proxmoxve/commit/c863401e49b8a5c83d529c333689fdb40f5ba69b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.81.0 ([0c5506e](https://github.com/muhlba91/pulumi-proxmoxve/commit/0c5506e2ea8ef90da7342cf762f824869ebc2a5c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.82.0 ([bf49d3b](https://github.com/muhlba91/pulumi-proxmoxve/commit/bf49d3becb009b85bad182e9ea367d2d6664cb92))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.82.1 ([c59fb0b](https://github.com/muhlba91/pulumi-proxmoxve/commit/c59fb0b917685f18c9b9c43cc32cba44cc3dedaa))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.83.0 ([5c2b2ae](https://github.com/muhlba91/pulumi-proxmoxve/commit/5c2b2ae5617ff74d71c8f8630124c45d0beb1ce4))

## [5.11.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.11.0...v5.11.1) (2023-09-06)


### Miscellaneous Chores

* **deps:** update actions/checkout action to v4 ([752f4d4](https://github.com/muhlba91/pulumi-proxmoxve/commit/752f4d461b1ab756be42b85471a0cd0212e40793))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.30.2 ([65caa7f](https://github.com/muhlba91/pulumi-proxmoxve/commit/65caa7fc1a7f838c16f7dbd542c52444c2c79abc))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.30.3 ([5bf6493](https://github.com/muhlba91/pulumi-proxmoxve/commit/5bf649367447ea63ff155d926b3c393c0a7b9810))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.31.0 ([8563636](https://github.com/muhlba91/pulumi-proxmoxve/commit/85636361f8ef76311c2c6e1bd7afcf2e56622252))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.58.0 ([beeb38e](https://github.com/muhlba91/pulumi-proxmoxve/commit/beeb38ec3e423cf382dbd7f329b19de96e2847d5))
* **deps:** update sigstore/cosign-installer action to v3.1.2 ([a2ed85f](https://github.com/muhlba91/pulumi-proxmoxve/commit/a2ed85f0ec28f4b2d72a4ea74682b2e29af5d4d9))
* prepare for release upstream 0.31.0 ([41a2aa1](https://github.com/muhlba91/pulumi-proxmoxve/commit/41a2aa169e2026b7484201976280e2147a7d8283))

## [5.11.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.10.0...v5.11.0) (2023-08-29)


### Features

* prepare upstream 0.30.1 release ([eec5e37](https://github.com/muhlba91/pulumi-proxmoxve/commit/eec5e37bc56fa79f60fa02fb65b52dc29a8a1125))


### Miscellaneous Chores

* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.28.0 ([c1c0f9a](https://github.com/muhlba91/pulumi-proxmoxve/commit/c1c0f9a9a9fc855d7b52ee2c44ad722a190b4b28))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.29.0 ([a9eef32](https://github.com/muhlba91/pulumi-proxmoxve/commit/a9eef328828a30089afb52936d710783f2d17892))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.30.0 ([a34e451](https://github.com/muhlba91/pulumi-proxmoxve/commit/a34e4511c607fb9d2cc2cddf1b74d18a9d99601d))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.30.1 ([7c16770](https://github.com/muhlba91/pulumi-proxmoxve/commit/7c16770a8aecb8d42f790517695c99ccbf091a26))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.56.0 ([c864964](https://github.com/muhlba91/pulumi-proxmoxve/commit/c864964831bbef744052a4036a6834e8097bdc1e))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.56.1 ([e1ee6b7](https://github.com/muhlba91/pulumi-proxmoxve/commit/e1ee6b7e9ded4941c8c54fa3464cd2b7f0a4f413))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.56.2 ([712de90](https://github.com/muhlba91/pulumi-proxmoxve/commit/712de909c5b85d2a84a3aa3cac4a0646f439c066))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.57.0 ([1174a79](https://github.com/muhlba91/pulumi-proxmoxve/commit/1174a795128d7554edba8748d05eff4490ecfeb9))

## [5.10.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.9.0...v5.10.0) (2023-08-02)


### Features

* prepare for release upstream 0.27.0 ([0c20ee4](https://github.com/muhlba91/pulumi-proxmoxve/commit/0c20ee48217a5ffd93721d551a392ba4b1ea57cb))


### Miscellaneous Chores

* **deps:** update all dependencies ([261b6d1](https://github.com/muhlba91/pulumi-proxmoxve/commit/261b6d13e9b798a2049b44ad23a023beb907f53e))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.25.0 ([f4a3486](https://github.com/muhlba91/pulumi-proxmoxve/commit/f4a348610ba9220a4b6ad6126fe5633f71910b49))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.26.0 ([0b40977](https://github.com/muhlba91/pulumi-proxmoxve/commit/0b4097773b482ffa4ab2144db6f21025697a9c65))
* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.27.0 ([f6e5864](https://github.com/muhlba91/pulumi-proxmoxve/commit/f6e58649569c740b68b539b177c9ac7fd30ba25b))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.76.0 ([d783adc](https://github.com/muhlba91/pulumi-proxmoxve/commit/d783adceeb176cbdb3ea1532dc59c9cce9440dc9))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.76.1 ([57a3c11](https://github.com/muhlba91/pulumi-proxmoxve/commit/57a3c11aa162f4f6b17de3c0cb8ab2214cce6392))

## [5.9.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.8.0...v5.9.0) (2023-07-10)


### Features

* update to upstream 0.24.0 ([68b9587](https://github.com/muhlba91/pulumi-proxmoxve/commit/68b95872a98f79fbe8dac73582a1964d5c15a784))

## [5.8.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.7.0...v5.8.0) (2023-07-04)


### Features

* update to upstream 0.23.0 ([562ba40](https://github.com/muhlba91/pulumi-proxmoxve/commit/562ba40f9c5389a55d9c47e428c757d997d0cc72))


### Miscellaneous Chores

* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.51.0 ([17f5ff1](https://github.com/muhlba91/pulumi-proxmoxve/commit/17f5ff1ce5b4cee952930abb7adfe0312779fcff))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.51.1 ([d2fbdc8](https://github.com/muhlba91/pulumi-proxmoxve/commit/d2fbdc8e5afe068b29b28f76d9162df25e9eacfd))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.52.0 ([6be4369](https://github.com/muhlba91/pulumi-proxmoxve/commit/6be4369e84e82691dba1c14ec325ab81f947fec6))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.53.0 ([6b4a197](https://github.com/muhlba91/pulumi-proxmoxve/commit/6b4a197b596bb917ba490143964b0025c9048237))
* **deps:** update sigstore/cosign-installer action to v3.1.1 ([19c5979](https://github.com/muhlba91/pulumi-proxmoxve/commit/19c59795b86138c9d499f843c04a70f0b29cebd4))

## [5.7.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.6.0...v5.7.0) (2023-06-25)


### Features

* **deps:** update to upstream 0.22.0 ([221dc8d](https://github.com/muhlba91/pulumi-proxmoxve/commit/221dc8d0a3c3312fe127d505d9fec23107e258c1))


### Bug Fixes

* **ci:** add renovate post upgrade commands to allow list ([a932823](https://github.com/muhlba91/pulumi-proxmoxve/commit/a9328238eafc7d53c7f98c97e8a847f7acb95021))
* **ci:** add renovate post upgrade commands to allow list ([b4274f9](https://github.com/muhlba91/pulumi-proxmoxve/commit/b4274f94d2589dd7d18f8a17b90add29595b47ac))
* **ci:** cleanup renovate config ([a206ee9](https://github.com/muhlba91/pulumi-proxmoxve/commit/a206ee98edd32a72c9f087d9422803bf10182154))


### Miscellaneous Chores

* **ci:** add post upgrade tasks to renovate ([aa55717](https://github.com/muhlba91/pulumi-proxmoxve/commit/aa5571787562c7c69d8b86f1a6779c606085704c))
* **ci:** do not update release changelog with goreleaser ([da675a2](https://github.com/muhlba91/pulumi-proxmoxve/commit/da675a2f2b06483adb5fd92010cf3bff0cb229d4))
* **ci:** leverage pypi trusted publishers ([6c42869](https://github.com/muhlba91/pulumi-proxmoxve/commit/6c42869ef70966c35e202d918c420c31bc2b5302))
* **deps:** update anchore/sbom-action action to v0.14.3 ([25a060a](https://github.com/muhlba91/pulumi-proxmoxve/commit/25a060af47f74d92415a49df4f01d8f5144abbf2))
* **deps:** update dependencies ([1c97ee5](https://github.com/muhlba91/pulumi-proxmoxve/commit/1c97ee5b27ec16e07bf46a96bae91bb3bf91eb1c))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.72.1 ([ec588a1](https://github.com/muhlba91/pulumi-proxmoxve/commit/ec588a167ec7071311cba66e3f21f2d82da2aaab))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.72.2 ([af79b9b](https://github.com/muhlba91/pulumi-proxmoxve/commit/af79b9b08fd9076fc9c4d3cf9e3dd4a1da7455dc))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.73.0 ([cdf7592](https://github.com/muhlba91/pulumi-proxmoxve/commit/cdf7592524105e05d0ad10e9712544185fad9db6))
* **deps:** update sigstore/cosign-installer action to v3.1.0 ([fc47a9b](https://github.com/muhlba91/pulumi-proxmoxve/commit/fc47a9b1d73cf4716d0f54c087cd2c9f3b7c077c))

## [5.6.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.5.0...v5.6.0) (2023-06-15)


### Features

* update all dependencies; add susanev@ as contributor ([e1ff272](https://github.com/muhlba91/pulumi-proxmoxve/commit/e1ff272d384dce78b5155af2c1f1a172c9d61eb2))


### Bug Fixes

* **ci:** add tagging for go sdk ([4ef687f](https://github.com/muhlba91/pulumi-proxmoxve/commit/4ef687f86df585c2de5be98bd70850a3c225c70d))


### Miscellaneous Chores

* **ci:** add sdk/go.mod for version bumps ([3e2ffd9](https://github.com/muhlba91/pulumi-proxmoxve/commit/3e2ffd9f85b7c6e0bf17a9f10fd456c6c44b56e0))
* **ci:** allow commit messages with up to 200 characters ([56feb82](https://github.com/muhlba91/pulumi-proxmoxve/commit/56feb82fe7516224308a1d3f08ead3907817063a))
* **ci:** fix release-please commit message ([dd6e539](https://github.com/muhlba91/pulumi-proxmoxve/commit/dd6e5391440bcef1c88cdaec80300beaef2de91c))
* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.50.1 ([d7f1769](https://github.com/muhlba91/pulumi-proxmoxve/commit/d7f176901cf2b87d62ee9a691ed9c1ab5c3d34ef))
* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.71.0 ([b3a8f1e](https://github.com/muhlba91/pulumi-proxmoxve/commit/b3a8f1e4ceae6ac641ba66335dd4f2775ac9158d))
* replace standard-version with release-please; update dependencies ([c605c58](https://github.com/muhlba91/pulumi-proxmoxve/commit/c605c585fd60fc26ce40d5a6b36fa1ecd7ee2a14))

## [5.5.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.4.0...v5.5.0) (2023-06-08)


### Features

* upgrade to upstream 0.21.1 ([381e8c5](https://github.com/muhlba91/pulumi-proxmoxve/commit/381e8c5a3a5a359b43e6dd6c8436c5337c39827a))

## [5.4.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.3.0...v5.4.0) (2023-06-05)


### Features

* upgrade node version 18 for builds ([b3f4ebb](https://github.com/muhlba91/pulumi-proxmoxve/commit/b3f4ebbccaeb3b4f112996d6ae89c88f89bb3d63))

## [5.3.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.2.0...v5.3.0) (2023-06-05)


### Features

* add java sdk ([9802ffd](https://github.com/muhlba91/pulumi-proxmoxve/commit/9802ffd0848bacabf5cc7af8aeb5595c62f7c2a7))


### Bug Fixes

* **ci:** add permissions for npm provenance ([3eefd6a](https://github.com/muhlba91/pulumi-proxmoxve/commit/3eefd6ad95a2fd27ddd2dc68c2948893625f8065))
* **ci:** ignore sdk paths for renovate ([2a09b41](https://github.com/muhlba91/pulumi-proxmoxve/commit/2a09b414cb59d5b8af2a9f2acdc5f84bb641827c))

## [5.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.1.2...v5.2.0) (2023-06-05)


### Features

* update dependencies; unignore sdks ([8ab72c7](https://github.com/muhlba91/pulumi-proxmoxve/commit/8ab72c7c0d87e5188b14a0a4ddc0368e39d85869))

### [5.1.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.1.1...v5.1.2) (2023-06-04)


### Bug Fixes

* change logo from svg to png for nuget ([2049b2a](https://github.com/muhlba91/pulumi-proxmoxve/commit/2049b2a2273c4ec3cd68057bf1938074e08c1d49))

### [5.1.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.1.0...v5.1.1) (2023-06-04)


### Bug Fixes

* **ci:** add permissions for release workflow ([ac79e47](https://github.com/muhlba91/pulumi-proxmoxve/commit/ac79e47c7da68b77d3147d077ca1ce33df2af4bf))
* **ci:** fix renovate commit message ([206ee1d](https://github.com/muhlba91/pulumi-proxmoxve/commit/206ee1daf016f083901de7ae0ea42f73c21b9cb8))
* fix resource descriptions ([f386c97](https://github.com/muhlba91/pulumi-proxmoxve/commit/f386c979e67746f125797714c298db68e525a79c))

### [5.1.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.1.0...v5.1.1) (2023-06-04)


### Bug Fixes

* **ci:** add permissions for release workflow ([ac79e47](https://github.com/muhlba91/pulumi-proxmoxve/commit/ac79e47c7da68b77d3147d077ca1ce33df2af4bf))
* **ci:** fix renovate commit message ([206ee1d](https://github.com/muhlba91/pulumi-proxmoxve/commit/206ee1daf016f083901de7ae0ea42f73c21b9cb8))
* fix resource descriptions ([5e47209](https://github.com/muhlba91/pulumi-proxmoxve/commit/5e47209a36173503c2c653cbaff4e47939a747cb))

## [5.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.0.1...v5.1.0) (2023-06-01)


### Features

* update dependencies ([17f4a78](https://github.com/muhlba91/pulumi-proxmoxve/commit/17f4a78f0af6b336facb86d7b3b38d958e1aa092))
* update upstream to 0.21.0 ([95d1022](https://github.com/muhlba91/pulumi-proxmoxve/commit/95d10224be995cdb0279e05c09ee0dc3f118df68))

### [5.0.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.0.0...v5.0.1) (2023-05-27)


### Bug Fixes

* revert ignoring schema files; fix [#49](https://github.com/muhlba91/pulumi-proxmoxve/issues/49) ([6492ae3](https://github.com/muhlba91/pulumi-proxmoxve/commit/6492ae3dde3c09ce6872ab30b64e8d0cff27b2a7))

## [5.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.1.1...v5.0.0) (2023-05-24)


### ⚠ BREAKING CHANGES

* upgrades upstream to 0.20.1 and refactors auto-generation

### Features

* update to upstream 0.20.1 ([471a5e2](https://github.com/muhlba91/pulumi-proxmoxve/commit/471a5e2a3b6ac5d579d536e378e0335fb936f07f))


### Bug Fixes

* cleanup auto-generated resources ([27aad91](https://github.com/muhlba91/pulumi-proxmoxve/commit/27aad9111a84fbbf9fb11949264152570455c43f))

## [5.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.1.1...v5.0.0) (2023-05-24)


### ⚠ BREAKING CHANGES

* upgrades upstream to 0.20.1 and refactors auto-generation

### Features

* update to upstream 0.20.1 ([75cc397](https://github.com/muhlba91/pulumi-proxmoxve/commit/75cc397bb37186138702adb8ca2d63a2438966cc))


### Bug Fixes

* cleanup auto-generated resources ([27aad91](https://github.com/muhlba91/pulumi-proxmoxve/commit/27aad9111a84fbbf9fb11949264152570455c43f))

## [5.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.1.1...v5.0.0) (2023-05-24)


### ⚠ BREAKING CHANGES

* upgrades upstream to 0.20.1 and refactors auto-generation

### Features

* update to upstream 0.20.1 ([5c4db93](https://github.com/muhlba91/pulumi-proxmoxve/commit/5c4db93dffedd54e3ac8ae6533f9d735766834f0))


### Bug Fixes

* cleanup auto-generated resources ([27aad91](https://github.com/muhlba91/pulumi-proxmoxve/commit/27aad9111a84fbbf9fb11949264152570455c43f))

### [4.1.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.1.0...v4.1.1) (2023-05-14)


### Bug Fixes

* upgrade to upstream 0.19.1 ([ed6ce56](https://github.com/muhlba91/pulumi-proxmoxve/commit/ed6ce566d400d046e64684a59eb98ae464243b39))

## [4.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.0.1...v4.1.0) (2023-05-11)


### Features

* upgrade to upstream 0.19.0 ([f7b672d](https://github.com/muhlba91/pulumi-proxmoxve/commit/f7b672d837915f2bccc383e6cc7d606534271741))

### [4.0.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v4.0.0...v4.0.1) (2023-05-05)


### Bug Fixes

* upgrade to upstrean 0.18.2; fix [#37](https://github.com/muhlba91/pulumi-proxmoxve/issues/37) ([b3eaf2f](https://github.com/muhlba91/pulumi-proxmoxve/commit/b3eaf2fb3b17d251c7512e28aa8be73bb654c178))

## [4.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v3.1.0...v4.0.0) (2023-04-25)


### ⚠ BREAKING CHANGES

* dependency and upstream updates

### Features

* upgrade upstream to 0.18.1 ([d1f6c9d](https://github.com/muhlba91/pulumi-proxmoxve/commit/d1f6c9dcf6322f156fd8358f45e640e506eca1b2))

## [3.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v3.0.0...v3.1.0) (2023-04-04)


### Features

* upgrade to upstream 0.16.0 ([1c4979c](https://github.com/muhlba91/pulumi-proxmoxve/commit/1c4979c784c7b3bbc0aa1705b176b0a57bf433d7))

## [3.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.5.1...v3.0.0) (2023-03-26)


### ⚠ BREAKING CHANGES

* **deps:** upgrade to go 1.19
* add datasource for vm and vms

### Features

* **deps:** upgrade to go 1.19 ([b543b05](https://github.com/muhlba91/pulumi-proxmoxve/commit/b543b05a7c885db7d3e6619755aa46b9235de6ae))
* upgrade to upstream 0.15.0 ([f572f48](https://github.com/muhlba91/pulumi-proxmoxve/commit/f572f4850b88726ba0f72871ae3695aafe3659ef))

### [2.5.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.5.0...v2.5.1) (2023-03-25)


### Bug Fixes

* upgrade upstream to 0.14.1 ([598a29f](https://github.com/muhlba91/pulumi-proxmoxve/commit/598a29fd5d3e565e138c622b0ddb8bbb0cd69371))

## [2.5.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.4.1...v2.5.0) (2023-03-14)


### Features

* update upstream to v0.14.0 ([e66670d](https://github.com/muhlba91/pulumi-proxmoxve/commit/e66670d7ff85c76f396d0f3cbc92bf7249e776d7))

### [2.4.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.4.0...v2.4.1) (2023-03-07)


### Bug Fixes

* update upstream to 0.13.1 ([a35b0f2](https://github.com/muhlba91/pulumi-proxmoxve/commit/a35b0f2fb85c7a6eb3a57bf0703ec77375ed2bc0))

## [2.4.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.3.1...v2.4.0) (2023-02-22)


### Features

* update upstream to 0.13.0 ([4220ca6](https://github.com/muhlba91/pulumi-proxmoxve/commit/4220ca690e571238c8697fb52436f8299b9fe27f))

### [2.3.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.3.0...v2.3.1) (2023-02-10)


### Bug Fixes

* **ci:** push only sdk tag ([7d80903](https://github.com/muhlba91/pulumi-proxmoxve/commit/7d809036da1fdd801f3fb46592a9a5ee77a1c209))
* update upstream to 0.12.1 ([feda997](https://github.com/muhlba91/pulumi-proxmoxve/commit/feda99795b359edf8636a7ae3578a4563a2c7de6))

## [2.3.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.2.0...v2.3.0) (2023-01-24)


### Features

* update upstream to v0.11.0 ([728fd14](https://github.com/muhlba91/pulumi-proxmoxve/commit/728fd14bdcd918c47b2c2841d5ca521b1213830c))


### Bug Fixes

* **ci:** update github actions; fix [#23](https://github.com/muhlba91/pulumi-proxmoxve/issues/23) ([bacfc72](https://github.com/muhlba91/pulumi-proxmoxve/commit/bacfc720e86ef03cd8c2652850675e32773be1ea))

## [2.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.1.0...v2.2.0) (2022-12-15)


### Features

* update upstream terraform provider to 0.8.0 ([bdee441](https://github.com/muhlba91/pulumi-proxmoxve/commit/bdee4410e5ca89e4a709c3b0cd61b9ffc88bde74))

## [2.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v2.0.0...v2.1.0) (2022-12-02)


### Features

* update proxmoxve terraform provider to v0.7.0 ([54f4d9c](https://github.com/muhlba91/pulumi-proxmoxve/commit/54f4d9c40ab354d267b631222613c4e498c3af4f))


### Bug Fixes

* **ci:** create tag for go sdk on release ([9af7301](https://github.com/muhlba91/pulumi-proxmoxve/commit/9af730101af90cd92092643c4c48c7da4513caf2))

## [2.0.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.2.0...v2.0.0) (2022-07-15)


### ⚠ BREAKING CHANGES

* update to new boilerplate and terraform provider

### Features

* add documentation; update dependencies; fix [#5](https://github.com/muhlba91/pulumi-proxmoxve/issues/5) ([01814f6](https://github.com/muhlba91/pulumi-proxmoxve/commit/01814f6dff8893697fc586757908bde05d6d780f))


### Bug Fixes

* **ci:** checkout master of registry ([378af01](https://github.com/muhlba91/pulumi-proxmoxve/commit/378af01b4d9562041e2037864b8d23b973a70dcd))
* regenerate from tf ([c56e237](https://github.com/muhlba91/pulumi-proxmoxve/commit/c56e237090efde03d60e5a65df607304cacffa25))

## [1.2.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.4...v1.2.0) (2022-01-16)


### Features

* add PluginDownloadUrl for GitHub releases ([5ae5a31](https://github.com/muhlba91/pulumi-proxmoxve/commit/5ae5a31f06d8cc8c212fe916ab638b30c9413bb0))

### [1.1.4](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.3...v1.1.4) (2021-12-16)


### Bug Fixes

* **ci:** fix goreleaser config ([42ef167](https://github.com/muhlba91/pulumi-proxmoxve/commit/42ef167275d343c7e0e7fb12a1e106335d05f018))

### [1.1.3](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.2...v1.1.3) (2021-12-16)


### Bug Fixes

* update dependencies and boilerplate ([baf4d26](https://github.com/muhlba91/pulumi-proxmoxve/commit/baf4d26d3affd9c2c22ce201a6c6153cac14bfdb))

### [1.1.2](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.1...v1.1.2) (2021-11-21)

### [1.1.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v1.1.0...v1.1.1) (2021-11-21)

## 1.1.0 (2021-11-21)


### Features

* initial commit ([57c334c](https://github.com/muhlba91/pulumi-proxmoxve/commit/57c334c538f42686f9d2d03267cd1f787a8528ff))


================================================
FILE: CODE-OF-CONDUCT.md
================================================
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
education, socio-economic status, nationality, personal appearance, race,
religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
  advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
  address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
  professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at code-of-conduct@pulumi.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org


================================================
FILE: COPYRIGHT
================================================
Except as otherwise noted below and/or in individual files, this
project is licensed under the Apache License, Version 2.0 (see
LICENSE or <http://www.apache.org/licenses/LICENSE-2.0>).

This project is a larger work that combines with software written
by third parties, licensed under their own terms.

Notably, this larger work combines with the Terraform Proxmox Provider,
which is licensed under the Mozilla Public License 2.0 (see
<https://www.mozilla.org/en-US/MPL/2.0/> or the project itself at
<https://github.com/bpg/terraform-provider-proxmox>).


================================================
FILE: LICENSE
================================================
                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of t
Download .txt
gitextract_ovzgu0k3/

├── .all-contributorsrc
├── .conform.yaml
├── .devcontainer/
│   └── devcontainer.json
├── .github/
│   ├── CODEOWNERS
│   ├── FUNDING.yml
│   └── workflows/
│       ├── codeql.yml
│       ├── dependency_review.yml
│       ├── release.yml
│       ├── scorecard.yml
│       └── verify.yml
├── .gitignore
├── .golangci.yml
├── .goreleaser.yml
├── .pre-commit-config.yaml
├── .pulumi-java-gen.version
├── .release-please-manifest.json
├── CHANGELOG.md
├── CODE-OF-CONDUCT.md
├── COPYRIGHT
├── LICENSE
├── Makefile
├── README.md
├── docs/
│   ├── _index.md
│   └── installation-configuration.md
├── examples/
│   ├── .gitignore
│   ├── go.mod
│   └── go.sum
├── provider/
│   ├── cmd/
│   │   ├── pulumi-resource-proxmoxve/
│   │   │   ├── .gitignore
│   │   │   ├── Pulumi.yaml
│   │   │   ├── bridge-metadata.json
│   │   │   ├── generate.go
│   │   │   ├── main.go
│   │   │   ├── schema-embed.json
│   │   │   └── schema.json
│   │   └── pulumi-tfgen-proxmoxve/
│   │       └── main.go
│   ├── go.mod
│   ├── go.sum
│   ├── pkg/
│   │   └── version/
│   │       └── version.go
│   └── resources.go
├── release-please-config.json
├── renovate.json
└── sdk/
    ├── .gitignore
    ├── dotnet/
    │   ├── .gitattributes
    │   ├── .gitignore
    │   ├── Acl.cs
    │   ├── AclLegacy.cs
    │   ├── Acme/
    │   │   ├── Account.cs
    │   │   ├── AccountLegacy.cs
    │   │   ├── Certificate.cs
    │   │   ├── CertificateLegacy.cs
    │   │   ├── Dns/
    │   │   │   ├── Plugin.cs
    │   │   │   ├── PluginLegacy.cs
    │   │   │   └── README.md
    │   │   ├── GetAccount.cs
    │   │   ├── GetAccountLegacy.cs
    │   │   ├── GetAccounts.cs
    │   │   ├── GetAccountsLegacy.cs
    │   │   ├── GetPlugin.cs
    │   │   ├── GetPluginLegacy.cs
    │   │   ├── GetPlugins.cs
    │   │   ├── GetPluginsLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── CertificateDomainArgs.cs
    │   │   │   ├── CertificateDomainGetArgs.cs
    │   │   │   ├── CertificateLegacyDomainArgs.cs
    │   │   │   └── CertificateLegacyDomainGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── CertificateDomain.cs
    │   │   │   ├── CertificateLegacyDomain.cs
    │   │   │   ├── GetAccountAccountResult.cs
    │   │   │   ├── GetAccountLegacyAccountResult.cs
    │   │   │   ├── GetPluginsLegacyPluginResult.cs
    │   │   │   └── GetPluginsPluginResult.cs
    │   │   └── README.md
    │   ├── Apt/
    │   │   ├── GetRepository.cs
    │   │   ├── GetRepositoryLegacy.cs
    │   │   ├── README.md
    │   │   ├── Repository.cs
    │   │   ├── RepositoryLegacy.cs
    │   │   └── Standard/
    │   │       ├── GetRepository.cs
    │   │       ├── GetRepositoryLegacy.cs
    │   │       ├── README.md
    │   │       ├── Repository.cs
    │   │       └── RepositoryLegacy.cs
    │   ├── Backup/
    │   │   ├── GetJobs.cs
    │   │   ├── Inputs/
    │   │   │   ├── JobFleecingArgs.cs
    │   │   │   ├── JobFleecingGetArgs.cs
    │   │   │   ├── JobPerformanceArgs.cs
    │   │   │   └── JobPerformanceGetArgs.cs
    │   │   ├── Job.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetJobsJobResult.cs
    │   │   │   ├── JobFleecing.cs
    │   │   │   └── JobPerformance.cs
    │   │   └── README.md
    │   ├── CertificateLegacy.cs
    │   ├── Cloned/
    │   │   ├── Inputs/
    │   │   │   ├── VmCdromArgs.cs
    │   │   │   ├── VmCdromGetArgs.cs
    │   │   │   ├── VmCloneArgs.cs
    │   │   │   ├── VmCloneGetArgs.cs
    │   │   │   ├── VmCpuArgs.cs
    │   │   │   ├── VmCpuGetArgs.cs
    │   │   │   ├── VmDeleteArgs.cs
    │   │   │   ├── VmDeleteGetArgs.cs
    │   │   │   ├── VmDiskArgs.cs
    │   │   │   ├── VmDiskGetArgs.cs
    │   │   │   ├── VmLegacyCdromArgs.cs
    │   │   │   ├── VmLegacyCdromGetArgs.cs
    │   │   │   ├── VmLegacyCloneArgs.cs
    │   │   │   ├── VmLegacyCloneGetArgs.cs
    │   │   │   ├── VmLegacyCpuArgs.cs
    │   │   │   ├── VmLegacyCpuGetArgs.cs
    │   │   │   ├── VmLegacyDeleteArgs.cs
    │   │   │   ├── VmLegacyDeleteGetArgs.cs
    │   │   │   ├── VmLegacyDiskArgs.cs
    │   │   │   ├── VmLegacyDiskGetArgs.cs
    │   │   │   ├── VmLegacyMemoryArgs.cs
    │   │   │   ├── VmLegacyMemoryGetArgs.cs
    │   │   │   ├── VmLegacyNetworkArgs.cs
    │   │   │   ├── VmLegacyNetworkGetArgs.cs
    │   │   │   ├── VmLegacyRngArgs.cs
    │   │   │   ├── VmLegacyRngGetArgs.cs
    │   │   │   ├── VmLegacyTimeoutsArgs.cs
    │   │   │   ├── VmLegacyTimeoutsGetArgs.cs
    │   │   │   ├── VmLegacyVgaArgs.cs
    │   │   │   ├── VmLegacyVgaGetArgs.cs
    │   │   │   ├── VmMemoryArgs.cs
    │   │   │   ├── VmMemoryGetArgs.cs
    │   │   │   ├── VmNetworkArgs.cs
    │   │   │   ├── VmNetworkGetArgs.cs
    │   │   │   ├── VmRngArgs.cs
    │   │   │   ├── VmRngGetArgs.cs
    │   │   │   ├── VmTimeoutsArgs.cs
    │   │   │   ├── VmTimeoutsGetArgs.cs
    │   │   │   ├── VmVgaArgs.cs
    │   │   │   └── VmVgaGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── VmCdrom.cs
    │   │   │   ├── VmClone.cs
    │   │   │   ├── VmCpu.cs
    │   │   │   ├── VmDelete.cs
    │   │   │   ├── VmDisk.cs
    │   │   │   ├── VmLegacyCdrom.cs
    │   │   │   ├── VmLegacyClone.cs
    │   │   │   ├── VmLegacyCpu.cs
    │   │   │   ├── VmLegacyDelete.cs
    │   │   │   ├── VmLegacyDisk.cs
    │   │   │   ├── VmLegacyMemory.cs
    │   │   │   ├── VmLegacyNetwork.cs
    │   │   │   ├── VmLegacyRng.cs
    │   │   │   ├── VmLegacyTimeouts.cs
    │   │   │   ├── VmLegacyVga.cs
    │   │   │   ├── VmMemory.cs
    │   │   │   ├── VmNetwork.cs
    │   │   │   ├── VmRng.cs
    │   │   │   ├── VmTimeouts.cs
    │   │   │   └── VmVga.cs
    │   │   ├── README.md
    │   │   ├── Vm.cs
    │   │   └── VmLegacy.cs
    │   ├── Cluster/
    │   │   ├── Firewall/
    │   │   │   ├── README.md
    │   │   │   └── Security/
    │   │   │       ├── GroupLegacy.cs
    │   │   │       ├── Inputs/
    │   │   │       │   ├── GroupLegacyRuleArgs.cs
    │   │   │       │   └── GroupLegacyRuleGetArgs.cs
    │   │   │       ├── Outputs/
    │   │   │       │   └── GroupLegacyRule.cs
    │   │   │       └── README.md
    │   │   ├── FirewallLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── FirewallLegacyLogRatelimitArgs.cs
    │   │   │   ├── FirewallLegacyLogRatelimitGetArgs.cs
    │   │   │   ├── OptionsLegacyNextIdArgs.cs
    │   │   │   ├── OptionsLegacyNextIdGetArgs.cs
    │   │   │   ├── OptionsLegacyNotifyArgs.cs
    │   │   │   ├── OptionsLegacyNotifyGetArgs.cs
    │   │   │   ├── OptionsNextIdArgs.cs
    │   │   │   ├── OptionsNextIdGetArgs.cs
    │   │   │   ├── OptionsNotifyArgs.cs
    │   │   │   └── OptionsNotifyGetArgs.cs
    │   │   ├── Options.cs
    │   │   ├── OptionsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── FirewallLegacyLogRatelimit.cs
    │   │   │   ├── OptionsLegacyNextId.cs
    │   │   │   ├── OptionsLegacyNotify.cs
    │   │   │   ├── OptionsNextId.cs
    │   │   │   └── OptionsNotify.cs
    │   │   └── README.md
    │   ├── Config/
    │   │   ├── Config.cs
    │   │   └── README.md
    │   ├── ContainerLegacy.cs
    │   ├── DnsLegacy.cs
    │   ├── Download/
    │   │   ├── File.cs
    │   │   ├── FileLegacy.cs
    │   │   └── README.md
    │   ├── FileLegacy.cs
    │   ├── Firewall/
    │   │   ├── AliasLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── IpsetLegacyCidrArgs.cs
    │   │   │   ├── IpsetLegacyCidrGetArgs.cs
    │   │   │   ├── RulesLegacyRuleArgs.cs
    │   │   │   └── RulesLegacyRuleGetArgs.cs
    │   │   ├── IpsetLegacy.cs
    │   │   ├── OptionsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── IpsetLegacyCidr.cs
    │   │   │   └── RulesLegacyRule.cs
    │   │   ├── README.md
    │   │   └── RulesLegacy.cs
    │   ├── GetContainerLegacy.cs
    │   ├── GetContainersLegacy.cs
    │   ├── GetDatastores.cs
    │   ├── GetDatastoresLegacy.cs
    │   ├── GetDnsLegacy.cs
    │   ├── GetFile.cs
    │   ├── GetFileLegacy.cs
    │   ├── GetFiles.cs
    │   ├── GetGroupLegacy.cs
    │   ├── GetGroupsLegacy.cs
    │   ├── GetHagroup.cs
    │   ├── GetHagroupLegacy.cs
    │   ├── GetHagroups.cs
    │   ├── GetHagroupsLegacy.cs
    │   ├── GetHaresource.cs
    │   ├── GetHaresourceLegacy.cs
    │   ├── GetHaresources.cs
    │   ├── GetHaresourcesLegacy.cs
    │   ├── GetHostsLegacy.cs
    │   ├── GetNodeLegacy.cs
    │   ├── GetNodesLegacy.cs
    │   ├── GetPoolLegacy.cs
    │   ├── GetPoolsLegacy.cs
    │   ├── GetReplication.cs
    │   ├── GetReplicationLegacy.cs
    │   ├── GetReplications.cs
    │   ├── GetReplicationsLegacy.cs
    │   ├── GetRoleLegacy.cs
    │   ├── GetRolesLegacy.cs
    │   ├── GetTimeLegacy.cs
    │   ├── GetUserLegacy.cs
    │   ├── GetUsersLegacy.cs
    │   ├── GetVersion.cs
    │   ├── GetVersionLegacy.cs
    │   ├── GetVm.cs
    │   ├── GetVm2Legacy.cs
    │   ├── GetVmLegacy.cs
    │   ├── GetVmsLegacy.cs
    │   ├── GroupLegacy.cs
    │   ├── Hagroup.cs
    │   ├── HagroupLegacy.cs
    │   ├── Hardware/
    │   │   ├── GetMappings.cs
    │   │   ├── GetMappingsLegacy.cs
    │   │   ├── GetPci.cs
    │   │   ├── Inputs/
    │   │   │   ├── GetPciFilters.cs
    │   │   │   └── GetPciFiltersArgs.cs
    │   │   ├── Mapping/
    │   │   │   ├── Dir.cs
    │   │   │   ├── DirLegacy.cs
    │   │   │   ├── GetDir.cs
    │   │   │   ├── GetDirLegacy.cs
    │   │   │   ├── GetPci.cs
    │   │   │   ├── GetPciLegacy.cs
    │   │   │   ├── GetUsb.cs
    │   │   │   ├── GetUsbLegacy.cs
    │   │   │   ├── Inputs/
    │   │   │   │   ├── DirLegacyMapArgs.cs
    │   │   │   │   ├── DirLegacyMapGetArgs.cs
    │   │   │   │   ├── DirMapArgs.cs
    │   │   │   │   ├── DirMapGetArgs.cs
    │   │   │   │   ├── PciLegacyMapArgs.cs
    │   │   │   │   ├── PciLegacyMapGetArgs.cs
    │   │   │   │   ├── PciMapArgs.cs
    │   │   │   │   ├── PciMapGetArgs.cs
    │   │   │   │   ├── UsbLegacyMapArgs.cs
    │   │   │   │   ├── UsbLegacyMapGetArgs.cs
    │   │   │   │   ├── UsbMapArgs.cs
    │   │   │   │   └── UsbMapGetArgs.cs
    │   │   │   ├── Outputs/
    │   │   │   │   ├── DirLegacyMap.cs
    │   │   │   │   ├── DirMap.cs
    │   │   │   │   ├── GetDirLegacyMapResult.cs
    │   │   │   │   ├── GetDirMapResult.cs
    │   │   │   │   ├── GetPciLegacyMapResult.cs
    │   │   │   │   ├── GetPciMapResult.cs
    │   │   │   │   ├── GetUsbLegacyMapResult.cs
    │   │   │   │   ├── GetUsbMapResult.cs
    │   │   │   │   ├── PciLegacyMap.cs
    │   │   │   │   ├── PciMap.cs
    │   │   │   │   ├── UsbLegacyMap.cs
    │   │   │   │   └── UsbMap.cs
    │   │   │   ├── Pci.cs
    │   │   │   ├── PciLegacy.cs
    │   │   │   ├── README.md
    │   │   │   ├── Usb.cs
    │   │   │   └── UsbLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetMappingsCheckResult.cs
    │   │   │   ├── GetMappingsLegacyCheckResult.cs
    │   │   │   ├── GetPciDeviceResult.cs
    │   │   │   └── GetPciFiltersResult.cs
    │   │   └── README.md
    │   ├── Haresource.cs
    │   ├── HaresourceLegacy.cs
    │   ├── Harule.cs
    │   ├── HaruleLegacy.cs
    │   ├── HostsLegacy.cs
    │   ├── Inputs/
    │   │   ├── ContainerLegacyCloneArgs.cs
    │   │   ├── ContainerLegacyCloneGetArgs.cs
    │   │   ├── ContainerLegacyConsoleArgs.cs
    │   │   ├── ContainerLegacyConsoleGetArgs.cs
    │   │   ├── ContainerLegacyCpuArgs.cs
    │   │   ├── ContainerLegacyCpuGetArgs.cs
    │   │   ├── ContainerLegacyDevicePassthroughArgs.cs
    │   │   ├── ContainerLegacyDevicePassthroughGetArgs.cs
    │   │   ├── ContainerLegacyDiskArgs.cs
    │   │   ├── ContainerLegacyDiskGetArgs.cs
    │   │   ├── ContainerLegacyFeaturesArgs.cs
    │   │   ├── ContainerLegacyFeaturesGetArgs.cs
    │   │   ├── ContainerLegacyIdmapArgs.cs
    │   │   ├── ContainerLegacyIdmapGetArgs.cs
    │   │   ├── ContainerLegacyInitializationArgs.cs
    │   │   ├── ContainerLegacyInitializationDnsArgs.cs
    │   │   ├── ContainerLegacyInitializationDnsGetArgs.cs
    │   │   ├── ContainerLegacyInitializationGetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigGetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4Args.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4GetArgs.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6Args.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6GetArgs.cs
    │   │   ├── ContainerLegacyInitializationUserAccountArgs.cs
    │   │   ├── ContainerLegacyInitializationUserAccountGetArgs.cs
    │   │   ├── ContainerLegacyMemoryArgs.cs
    │   │   ├── ContainerLegacyMemoryGetArgs.cs
    │   │   ├── ContainerLegacyMountPointArgs.cs
    │   │   ├── ContainerLegacyMountPointGetArgs.cs
    │   │   ├── ContainerLegacyNetworkInterfaceArgs.cs
    │   │   ├── ContainerLegacyNetworkInterfaceGetArgs.cs
    │   │   ├── ContainerLegacyOperatingSystemArgs.cs
    │   │   ├── ContainerLegacyOperatingSystemGetArgs.cs
    │   │   ├── ContainerLegacyStartupArgs.cs
    │   │   ├── ContainerLegacyStartupGetArgs.cs
    │   │   ├── ContainerLegacyWaitForIpArgs.cs
    │   │   ├── ContainerLegacyWaitForIpGetArgs.cs
    │   │   ├── FileLegacySourceFileArgs.cs
    │   │   ├── FileLegacySourceFileGetArgs.cs
    │   │   ├── FileLegacySourceRawArgs.cs
    │   │   ├── FileLegacySourceRawGetArgs.cs
    │   │   ├── GetContainersLegacyFilter.cs
    │   │   ├── GetContainersLegacyFilterArgs.cs
    │   │   ├── GetDatastoresDatastore.cs
    │   │   ├── GetDatastoresDatastoreArgs.cs
    │   │   ├── GetDatastoresFilters.cs
    │   │   ├── GetDatastoresFiltersArgs.cs
    │   │   ├── GetDatastoresLegacyDatastore.cs
    │   │   ├── GetDatastoresLegacyDatastoreArgs.cs
    │   │   ├── GetDatastoresLegacyFilters.cs
    │   │   ├── GetDatastoresLegacyFiltersArgs.cs
    │   │   ├── GetVm2LegacyTimeouts.cs
    │   │   ├── GetVm2LegacyTimeoutsArgs.cs
    │   │   ├── GetVmTimeouts.cs
    │   │   ├── GetVmTimeoutsArgs.cs
    │   │   ├── GetVmsLegacyFilter.cs
    │   │   ├── GetVmsLegacyFilterArgs.cs
    │   │   ├── GroupLegacyAclArgs.cs
    │   │   ├── GroupLegacyAclGetArgs.cs
    │   │   ├── HostsLegacyEntryArgs.cs
    │   │   ├── HostsLegacyEntryGetArgs.cs
    │   │   ├── PoolLegacyMemberArgs.cs
    │   │   ├── PoolLegacyMemberGetArgs.cs
    │   │   ├── ProviderSshArgs.cs
    │   │   ├── ProviderSshNodeArgs.cs
    │   │   ├── UserLegacyAclArgs.cs
    │   │   ├── UserLegacyAclGetArgs.cs
    │   │   ├── Vm2LegacyCdromArgs.cs
    │   │   ├── Vm2LegacyCdromGetArgs.cs
    │   │   ├── Vm2LegacyCpuArgs.cs
    │   │   ├── Vm2LegacyCpuGetArgs.cs
    │   │   ├── Vm2LegacyRngArgs.cs
    │   │   ├── Vm2LegacyRngGetArgs.cs
    │   │   ├── Vm2LegacyTimeoutsArgs.cs
    │   │   ├── Vm2LegacyTimeoutsGetArgs.cs
    │   │   ├── Vm2LegacyVgaArgs.cs
    │   │   ├── Vm2LegacyVgaGetArgs.cs
    │   │   ├── VmCdromArgs.cs
    │   │   ├── VmCdromGetArgs.cs
    │   │   ├── VmCpuArgs.cs
    │   │   ├── VmCpuGetArgs.cs
    │   │   ├── VmLegacyAgentArgs.cs
    │   │   ├── VmLegacyAgentGetArgs.cs
    │   │   ├── VmLegacyAgentWaitForIpArgs.cs
    │   │   ├── VmLegacyAgentWaitForIpGetArgs.cs
    │   │   ├── VmLegacyAmdSevArgs.cs
    │   │   ├── VmLegacyAmdSevGetArgs.cs
    │   │   ├── VmLegacyAudioDeviceArgs.cs
    │   │   ├── VmLegacyAudioDeviceGetArgs.cs
    │   │   ├── VmLegacyCdromArgs.cs
    │   │   ├── VmLegacyCdromGetArgs.cs
    │   │   ├── VmLegacyCloneArgs.cs
    │   │   ├── VmLegacyCloneGetArgs.cs
    │   │   ├── VmLegacyCpuArgs.cs
    │   │   ├── VmLegacyCpuGetArgs.cs
    │   │   ├── VmLegacyDiskArgs.cs
    │   │   ├── VmLegacyDiskGetArgs.cs
    │   │   ├── VmLegacyDiskSpeedArgs.cs
    │   │   ├── VmLegacyDiskSpeedGetArgs.cs
    │   │   ├── VmLegacyEfiDiskArgs.cs
    │   │   ├── VmLegacyEfiDiskGetArgs.cs
    │   │   ├── VmLegacyHostpciArgs.cs
    │   │   ├── VmLegacyHostpciGetArgs.cs
    │   │   ├── VmLegacyInitializationArgs.cs
    │   │   ├── VmLegacyInitializationDnsArgs.cs
    │   │   ├── VmLegacyInitializationDnsGetArgs.cs
    │   │   ├── VmLegacyInitializationGetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigGetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4Args.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4GetArgs.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6Args.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6GetArgs.cs
    │   │   ├── VmLegacyInitializationUserAccountArgs.cs
    │   │   ├── VmLegacyInitializationUserAccountGetArgs.cs
    │   │   ├── VmLegacyMemoryArgs.cs
    │   │   ├── VmLegacyMemoryGetArgs.cs
    │   │   ├── VmLegacyNetworkDeviceArgs.cs
    │   │   ├── VmLegacyNetworkDeviceGetArgs.cs
    │   │   ├── VmLegacyNumaArgs.cs
    │   │   ├── VmLegacyNumaGetArgs.cs
    │   │   ├── VmLegacyOperatingSystemArgs.cs
    │   │   ├── VmLegacyOperatingSystemGetArgs.cs
    │   │   ├── VmLegacyRngArgs.cs
    │   │   ├── VmLegacyRngGetArgs.cs
    │   │   ├── VmLegacySerialDeviceArgs.cs
    │   │   ├── VmLegacySerialDeviceGetArgs.cs
    │   │   ├── VmLegacySmbiosArgs.cs
    │   │   ├── VmLegacySmbiosGetArgs.cs
    │   │   ├── VmLegacyStartupArgs.cs
    │   │   ├── VmLegacyStartupGetArgs.cs
    │   │   ├── VmLegacyTpmStateArgs.cs
    │   │   ├── VmLegacyTpmStateGetArgs.cs
    │   │   ├── VmLegacyUsbArgs.cs
    │   │   ├── VmLegacyUsbGetArgs.cs
    │   │   ├── VmLegacyVgaArgs.cs
    │   │   ├── VmLegacyVgaGetArgs.cs
    │   │   ├── VmLegacyVirtiofArgs.cs
    │   │   ├── VmLegacyVirtiofGetArgs.cs
    │   │   ├── VmLegacyWatchdogArgs.cs
    │   │   ├── VmLegacyWatchdogGetArgs.cs
    │   │   ├── VmRngArgs.cs
    │   │   ├── VmRngGetArgs.cs
    │   │   ├── VmTimeoutsArgs.cs
    │   │   ├── VmTimeoutsGetArgs.cs
    │   │   ├── VmVgaArgs.cs
    │   │   └── VmVgaGetArgs.cs
    │   ├── Metrics/
    │   │   ├── GetServer.cs
    │   │   ├── GetServerLegacy.cs
    │   │   ├── README.md
    │   │   ├── Server.cs
    │   │   └── ServerLegacy.cs
    │   ├── Network/
    │   │   ├── Linux/
    │   │   │   ├── Bond.cs
    │   │   │   ├── Bridge.cs
    │   │   │   ├── BridgeLegacy.cs
    │   │   │   ├── README.md
    │   │   │   ├── Vlan.cs
    │   │   │   └── VlanLegacy.cs
    │   │   └── README.md
    │   ├── Node/
    │   │   ├── Firewall.cs
    │   │   ├── FirewallLegacy.cs
    │   │   └── README.md
    │   ├── Oci/
    │   │   ├── Image.cs
    │   │   ├── ImageLegacy.cs
    │   │   └── README.md
    │   ├── Outputs/
    │   │   ├── ContainerLegacyClone.cs
    │   │   ├── ContainerLegacyConsole.cs
    │   │   ├── ContainerLegacyCpu.cs
    │   │   ├── ContainerLegacyDevicePassthrough.cs
    │   │   ├── ContainerLegacyDisk.cs
    │   │   ├── ContainerLegacyFeatures.cs
    │   │   ├── ContainerLegacyIdmap.cs
    │   │   ├── ContainerLegacyInitialization.cs
    │   │   ├── ContainerLegacyInitializationDns.cs
    │   │   ├── ContainerLegacyInitializationIpConfig.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv4.cs
    │   │   ├── ContainerLegacyInitializationIpConfigIpv6.cs
    │   │   ├── ContainerLegacyInitializationUserAccount.cs
    │   │   ├── ContainerLegacyMemory.cs
    │   │   ├── ContainerLegacyMountPoint.cs
    │   │   ├── ContainerLegacyNetworkInterface.cs
    │   │   ├── ContainerLegacyOperatingSystem.cs
    │   │   ├── ContainerLegacyStartup.cs
    │   │   ├── ContainerLegacyWaitForIp.cs
    │   │   ├── FileLegacySourceFile.cs
    │   │   ├── FileLegacySourceRaw.cs
    │   │   ├── GetContainersLegacyContainerResult.cs
    │   │   ├── GetContainersLegacyFilterResult.cs
    │   │   ├── GetDatastoresDatastoreResult.cs
    │   │   ├── GetDatastoresFiltersResult.cs
    │   │   ├── GetDatastoresLegacyDatastoreResult.cs
    │   │   ├── GetDatastoresLegacyFiltersResult.cs
    │   │   ├── GetFilesFileResult.cs
    │   │   ├── GetGroupLegacyAclResult.cs
    │   │   ├── GetHostsLegacyEntryResult.cs
    │   │   ├── GetPoolLegacyMemberResult.cs
    │   │   ├── GetReplicationsLegacyReplicationResult.cs
    │   │   ├── GetReplicationsReplicationResult.cs
    │   │   ├── GetUserLegacyAclResult.cs
    │   │   ├── GetVm2LegacyCdromResult.cs
    │   │   ├── GetVm2LegacyCpuResult.cs
    │   │   ├── GetVm2LegacyRngResult.cs
    │   │   ├── GetVm2LegacyTimeoutsResult.cs
    │   │   ├── GetVm2LegacyVgaResult.cs
    │   │   ├── GetVmCdromResult.cs
    │   │   ├── GetVmCpuResult.cs
    │   │   ├── GetVmRngResult.cs
    │   │   ├── GetVmTimeoutsResult.cs
    │   │   ├── GetVmVgaResult.cs
    │   │   ├── GetVmsLegacyFilterResult.cs
    │   │   ├── GetVmsLegacyVmResult.cs
    │   │   ├── GroupLegacyAcl.cs
    │   │   ├── HostsLegacyEntry.cs
    │   │   ├── PoolLegacyMember.cs
    │   │   ├── UserLegacyAcl.cs
    │   │   ├── Vm2LegacyCdrom.cs
    │   │   ├── Vm2LegacyCpu.cs
    │   │   ├── Vm2LegacyRng.cs
    │   │   ├── Vm2LegacyTimeouts.cs
    │   │   ├── Vm2LegacyVga.cs
    │   │   ├── VmCdrom.cs
    │   │   ├── VmCpu.cs
    │   │   ├── VmLegacyAgent.cs
    │   │   ├── VmLegacyAgentWaitForIp.cs
    │   │   ├── VmLegacyAmdSev.cs
    │   │   ├── VmLegacyAudioDevice.cs
    │   │   ├── VmLegacyCdrom.cs
    │   │   ├── VmLegacyClone.cs
    │   │   ├── VmLegacyCpu.cs
    │   │   ├── VmLegacyDisk.cs
    │   │   ├── VmLegacyDiskSpeed.cs
    │   │   ├── VmLegacyEfiDisk.cs
    │   │   ├── VmLegacyHostpci.cs
    │   │   ├── VmLegacyInitialization.cs
    │   │   ├── VmLegacyInitializationDns.cs
    │   │   ├── VmLegacyInitializationIpConfig.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv4.cs
    │   │   ├── VmLegacyInitializationIpConfigIpv6.cs
    │   │   ├── VmLegacyInitializationUserAccount.cs
    │   │   ├── VmLegacyMemory.cs
    │   │   ├── VmLegacyNetworkDevice.cs
    │   │   ├── VmLegacyNuma.cs
    │   │   ├── VmLegacyOperatingSystem.cs
    │   │   ├── VmLegacyRng.cs
    │   │   ├── VmLegacySerialDevice.cs
    │   │   ├── VmLegacySmbios.cs
    │   │   ├── VmLegacyStartup.cs
    │   │   ├── VmLegacyTpmState.cs
    │   │   ├── VmLegacyUsb.cs
    │   │   ├── VmLegacyVga.cs
    │   │   ├── VmLegacyVirtiof.cs
    │   │   ├── VmLegacyWatchdog.cs
    │   │   ├── VmRng.cs
    │   │   ├── VmTimeouts.cs
    │   │   └── VmVga.cs
    │   ├── Pool/
    │   │   ├── Membership.cs
    │   │   ├── MembershipLegacy.cs
    │   │   └── README.md
    │   ├── PoolLegacy.cs
    │   ├── Provider.cs
    │   ├── Pulumi.ProxmoxVE.csproj
    │   ├── Pulumi.yaml
    │   ├── README.md
    │   ├── Realm/
    │   │   ├── Ldap.cs
    │   │   ├── LdapLegacy.cs
    │   │   ├── Openid.cs
    │   │   ├── OpenidLegacy.cs
    │   │   ├── README.md
    │   │   ├── Sync.cs
    │   │   └── SyncLegacy.cs
    │   ├── Replication.cs
    │   ├── ReplicationLegacy.cs
    │   ├── RoleLegacy.cs
    │   ├── Sdn/
    │   │   ├── Applier.cs
    │   │   ├── ApplierLegacy.cs
    │   │   ├── Fabric/
    │   │   │   ├── GetOpenfabric.cs
    │   │   │   ├── GetOpenfabricLegacy.cs
    │   │   │   ├── GetOspf.cs
    │   │   │   ├── GetOspfLegacy.cs
    │   │   │   ├── Node/
    │   │   │   │   ├── GetOpenfabric.cs
    │   │   │   │   ├── GetOpenfabricLegacy.cs
    │   │   │   │   ├── GetOspf.cs
    │   │   │   │   ├── GetOspfLegacy.cs
    │   │   │   │   ├── Openfabric.cs
    │   │   │   │   ├── OpenfabricLegacy.cs
    │   │   │   │   ├── Ospf.cs
    │   │   │   │   ├── OspfLegacy.cs
    │   │   │   │   └── README.md
    │   │   │   ├── Openfabric.cs
    │   │   │   ├── OpenfabricLegacy.cs
    │   │   │   ├── Ospf.cs
    │   │   │   ├── OspfLegacy.cs
    │   │   │   └── README.md
    │   │   ├── GetSubnet.cs
    │   │   ├── GetSubnetLegacy.cs
    │   │   ├── GetVnet.cs
    │   │   ├── GetVnetLegacy.cs
    │   │   ├── GetVnets.cs
    │   │   ├── GetVnetsLegacy.cs
    │   │   ├── GetZones.cs
    │   │   ├── GetZonesLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── GetSubnetDhcpRange.cs
    │   │   │   ├── GetSubnetDhcpRangeArgs.cs
    │   │   │   ├── GetSubnetLegacyDhcpRange.cs
    │   │   │   ├── GetSubnetLegacyDhcpRangeArgs.cs
    │   │   │   ├── SubnetDhcpRangeArgs.cs
    │   │   │   ├── SubnetDhcpRangeGetArgs.cs
    │   │   │   ├── SubnetLegacyDhcpRangeArgs.cs
    │   │   │   └── SubnetLegacyDhcpRangeGetArgs.cs
    │   │   ├── Outputs/
    │   │   │   ├── GetSubnetDhcpRangeResult.cs
    │   │   │   ├── GetSubnetLegacyDhcpRangeResult.cs
    │   │   │   ├── GetVnetsLegacyVnetResult.cs
    │   │   │   ├── GetVnetsVnetResult.cs
    │   │   │   ├── GetZonesLegacyZoneResult.cs
    │   │   │   ├── GetZonesZoneResult.cs
    │   │   │   ├── SubnetDhcpRange.cs
    │   │   │   └── SubnetLegacyDhcpRange.cs
    │   │   ├── README.md
    │   │   ├── Subnet.cs
    │   │   ├── SubnetLegacy.cs
    │   │   ├── Vnet.cs
    │   │   ├── VnetLegacy.cs
    │   │   └── Zone/
    │   │       ├── Evpn.cs
    │   │       ├── EvpnLegacy.cs
    │   │       ├── GetEvpn.cs
    │   │       ├── GetEvpnLegacy.cs
    │   │       ├── GetQinq.cs
    │   │       ├── GetQinqLegacy.cs
    │   │       ├── GetSimple.cs
    │   │       ├── GetSimpleLegacy.cs
    │   │       ├── GetVlan.cs
    │   │       ├── GetVlanLegacy.cs
    │   │       ├── GetVxlan.cs
    │   │       ├── GetVxlanLegacy.cs
    │   │       ├── Qinq.cs
    │   │       ├── QinqLegacy.cs
    │   │       ├── README.md
    │   │       ├── Simple.cs
    │   │       ├── SimpleLegacy.cs
    │   │       ├── Vlan.cs
    │   │       ├── VlanLegacy.cs
    │   │       ├── Vxlan.cs
    │   │       └── VxlanLegacy.cs
    │   ├── Storage/
    │   │   ├── CIFS.cs
    │   │   ├── CifsLegacy.cs
    │   │   ├── Directory.cs
    │   │   ├── DirectoryLegacy.cs
    │   │   ├── Inputs/
    │   │   │   ├── CIFSBackupsArgs.cs
    │   │   │   ├── CIFSBackupsGetArgs.cs
    │   │   │   ├── CifsLegacyBackupsArgs.cs
    │   │   │   ├── CifsLegacyBackupsGetArgs.cs
    │   │   │   ├── DirectoryBackupsArgs.cs
    │   │   │   ├── DirectoryBackupsGetArgs.cs
    │   │   │   ├── DirectoryLegacyBackupsArgs.cs
    │   │   │   ├── DirectoryLegacyBackupsGetArgs.cs
    │   │   │   ├── NFSBackupsArgs.cs
    │   │   │   ├── NFSBackupsGetArgs.cs
    │   │   │   ├── NfsLegacyBackupsArgs.cs
    │   │   │   ├── NfsLegacyBackupsGetArgs.cs
    │   │   │   ├── PBSBackupsArgs.cs
    │   │   │   ├── PBSBackupsGetArgs.cs
    │   │   │   ├── PbsLegacyBackupsArgs.cs
    │   │   │   └── PbsLegacyBackupsGetArgs.cs
    │   │   ├── LVM.cs
    │   │   ├── LVMThin.cs
    │   │   ├── LvmLegacy.cs
    │   │   ├── LvmthinLegacy.cs
    │   │   ├── NFS.cs
    │   │   ├── NfsLegacy.cs
    │   │   ├── Outputs/
    │   │   │   ├── CIFSBackups.cs
    │   │   │   ├── CifsLegacyBackups.cs
    │   │   │   ├── DirectoryBackups.cs
    │   │   │   ├── DirectoryLegacyBackups.cs
    │   │   │   ├── NFSBackups.cs
    │   │   │   ├── NfsLegacyBackups.cs
    │   │   │   ├── PBSBackups.cs
    │   │   │   └── PbsLegacyBackups.cs
    │   │   ├── PBS.cs
    │   │   ├── PbsLegacy.cs
    │   │   ├── README.md
    │   │   ├── ZFSPool.cs
    │   │   └── ZfspoolLegacy.cs
    │   ├── TimeLegacy.cs
    │   ├── User/
    │   │   ├── README.md
    │   │   ├── Token.cs
    │   │   └── TokenLegacy.cs
    │   ├── UserLegacy.cs
    │   ├── Utilities.cs
    │   ├── Vm.cs
    │   ├── Vm2Legacy.cs
    │   ├── VmLegacy.cs
    │   └── pulumi-plugin.json
    ├── go/
    │   ├── .gitattributes
    │   ├── Pulumi.yaml
    │   └── proxmoxve/
    │       ├── acl.go
    │       ├── aclLegacy.go
    │       ├── acme/
    │       │   ├── account.go
    │       │   ├── accountLegacy.go
    │       │   ├── certificate.go
    │       │   ├── certificateLegacy.go
    │       │   ├── dns/
    │       │   │   ├── init.go
    │       │   │   ├── plugin.go
    │       │   │   └── pluginLegacy.go
    │       │   ├── getAccount.go
    │       │   ├── getAccountLegacy.go
    │       │   ├── getAccounts.go
    │       │   ├── getAccountsLegacy.go
    │       │   ├── getPlugin.go
    │       │   ├── getPluginLegacy.go
    │       │   ├── getPlugins.go
    │       │   ├── getPluginsLegacy.go
    │       │   ├── init.go
    │       │   └── pulumiTypes.go
    │       ├── apt/
    │       │   ├── getRepository.go
    │       │   ├── getRepositoryLegacy.go
    │       │   ├── init.go
    │       │   ├── repository.go
    │       │   ├── repositoryLegacy.go
    │       │   └── standard/
    │       │       ├── getRepository.go
    │       │       ├── getRepositoryLegacy.go
    │       │       ├── init.go
    │       │       ├── repository.go
    │       │       └── repositoryLegacy.go
    │       ├── backup/
    │       │   ├── getJobs.go
    │       │   ├── init.go
    │       │   ├── job.go
    │       │   └── pulumiTypes.go
    │       ├── certificateLegacy.go
    │       ├── cloned/
    │       │   ├── init.go
    │       │   ├── pulumiTypes.go
    │       │   ├── vm.go
    │       │   └── vmLegacy.go
    │       ├── cluster/
    │       │   ├── firewall/
    │       │   │   └── security/
    │       │   │       ├── groupLegacy.go
    │       │   │       ├── init.go
    │       │   │       └── pulumiTypes.go
    │       │   ├── firewallLegacy.go
    │       │   ├── init.go
    │       │   ├── options.go
    │       │   ├── optionsLegacy.go
    │       │   └── pulumiTypes.go
    │       ├── config/
    │       │   ├── config.go
    │       │   └── pulumiTypes.go
    │       ├── containerLegacy.go
    │       ├── dnsLegacy.go
    │       ├── doc.go
    │       ├── download/
    │       │   ├── file.go
    │       │   ├── fileLegacy.go
    │       │   └── init.go
    │       ├── fileLegacy.go
    │       ├── firewall/
    │       │   ├── aliasLegacy.go
    │       │   ├── init.go
    │       │   ├── ipsetLegacy.go
    │       │   ├── optionsLegacy.go
    │       │   ├── pulumiTypes.go
    │       │   └── rulesLegacy.go
    │       ├── getContainerLegacy.go
    │       ├── getContainersLegacy.go
    │       ├── getDatastores.go
    │       ├── getDatastoresLegacy.go
    │       ├── getDnsLegacy.go
    │       ├── getFile.go
    │       ├── getFileLegacy.go
    │       ├── getFiles.go
    │       ├── getGroupLegacy.go
    │       ├── getGroupsLegacy.go
    │       ├── getHagroup.go
    │       ├── getHagroupLegacy.go
    │       ├── getHagroups.go
    │       ├── getHagroupsLegacy.go
    │       ├── getHaresource.go
    │       ├── getHaresourceLegacy.go
    │       ├── getHaresources.go
    │       ├── getHaresourcesLegacy.go
    │       ├── getHostsLegacy.go
    │       ├── getNodeLegacy.go
    │       ├── getNodesLegacy.go
    │       ├── getPoolLegacy.go
    │       ├── getPoolsLegacy.go
    │       ├── getReplication.go
    │       ├── getReplicationLegacy.go
    │       ├── getReplications.go
    │       ├── getReplicationsLegacy.go
    │       ├── getRoleLegacy.go
    │       ├── getRolesLegacy.go
    │       ├── getTimeLegacy.go
    │       ├── getUserLegacy.go
    │       ├── getUsersLegacy.go
    │       ├── getVersion.go
    │       ├── getVersionLegacy.go
    │       ├── getVm.go
    │       ├── getVm2Legacy.go
    │       ├── getVmLegacy.go
    │       ├── getVmsLegacy.go
    │       ├── groupLegacy.go
    │       ├── hagroup.go
    │       ├── hagroupLegacy.go
    │       ├── hardware/
    │       │   ├── getMappings.go
    │       │   ├── getMappingsLegacy.go
    │       │   ├── getPci.go
    │       │   ├── mapping/
    │       │   │   ├── dir.go
    │       │   │   ├── dirLegacy.go
    │       │   │   ├── getDir.go
    │       │   │   ├── getDirLegacy.go
    │       │   │   ├── getPci.go
    │       │   │   ├── getPciLegacy.go
    │       │   │   ├── getUsb.go
    │       │   │   ├── getUsbLegacy.go
    │       │   │   ├── init.go
    │       │   │   ├── pci.go
    │       │   │   ├── pciLegacy.go
    │       │   │   ├── pulumiTypes.go
    │       │   │   ├── usb.go
    │       │   │   └── usbLegacy.go
    │       │   └── pulumiTypes.go
    │       ├── haresource.go
    │       ├── haresourceLegacy.go
    │       ├── harule.go
    │       ├── haruleLegacy.go
    │       ├── hostsLegacy.go
    │       ├── init.go
    │       ├── internal/
    │       │   ├── pulumiUtilities.go
    │       │   └── pulumiVersion.go
    │       ├── metrics/
    │       │   ├── getServer.go
    │       │   ├── getServerLegacy.go
    │       │   ├── init.go
    │       │   ├── server.go
    │       │   └── serverLegacy.go
    │       ├── network/
    │       │   └── linux/
    │       │       ├── bond.go
    │       │       ├── bridge.go
    │       │       ├── bridgeLegacy.go
    │       │       ├── init.go
    │       │       ├── vlan.go
    │       │       └── vlanLegacy.go
    │       ├── node/
    │       │   ├── firewall.go
    │       │   ├── firewallLegacy.go
    │       │   └── init.go
    │       ├── oci/
    │       │   ├── image.go
    │       │   ├── imageLegacy.go
    │       │   └── init.go
    │       ├── pool/
    │       │   ├── init.go
    │       │   ├── membership.go
    │       │   └── membershipLegacy.go
    │       ├── poolLegacy.go
    │       ├── provider.go
    │       ├── pulumi-plugin.json
    │       ├── pulumiTypes.go
    │       ├── realm/
    │       │   ├── init.go
    │       │   ├── ldap.go
    │       │   ├── ldapLegacy.go
    │       │   ├── openid.go
    │       │   ├── openidLegacy.go
    │       │   ├── sync.go
    │       │   └── syncLegacy.go
    │       ├── replication.go
    │       ├── replicationLegacy.go
    │       ├── roleLegacy.go
    │       ├── sdn/
    │       │   ├── applier.go
    │       │   ├── applierLegacy.go
    │       │   ├── fabric/
    │       │   │   ├── getOpenfabric.go
    │       │   │   ├── getOpenfabricLegacy.go
    │       │   │   ├── getOspf.go
    │       │   │   ├── getOspfLegacy.go
    │       │   │   ├── init.go
    │       │   │   ├── node/
    │       │   │   │   ├── getOpenfabric.go
    │       │   │   │   ├── getOpenfabricLegacy.go
    │       │   │   │   ├── getOspf.go
    │       │   │   │   ├── getOspfLegacy.go
    │       │   │   │   ├── init.go
    │       │   │   │   ├── openfabric.go
    │       │   │   │   ├── openfabricLegacy.go
    │       │   │   │   ├── ospf.go
    │       │   │   │   └── ospfLegacy.go
    │       │   │   ├── openfabric.go
    │       │   │   ├── openfabricLegacy.go
    │       │   │   ├── ospf.go
    │       │   │   └── ospfLegacy.go
    │       │   ├── getSubnet.go
    │       │   ├── getSubnetLegacy.go
    │       │   ├── getVnet.go
    │       │   ├── getVnetLegacy.go
    │       │   ├── getVnets.go
    │       │   ├── getVnetsLegacy.go
    │       │   ├── getZones.go
    │       │   ├── getZonesLegacy.go
    │       │   ├── init.go
    │       │   ├── pulumiTypes.go
    │       │   ├── subnet.go
    │       │   ├── subnetLegacy.go
    │       │   ├── vnet.go
    │       │   ├── vnetLegacy.go
    │       │   └── zone/
    │       │       ├── evpn.go
    │       │       ├── evpnLegacy.go
    │       │       ├── getEvpn.go
    │       │       ├── getEvpnLegacy.go
    │       │       ├── getQinq.go
    │       │       ├── getQinqLegacy.go
    │       │       ├── getSimple.go
    │       │       ├── getSimpleLegacy.go
    │       │       ├── getVlan.go
    │       │       ├── getVlanLegacy.go
    │       │       ├── getVxlan.go
    │       │       ├── getVxlanLegacy.go
    │       │       ├── init.go
    │       │       ├── qinq.go
    │       │       ├── qinqLegacy.go
    │       │       ├── simple.go
    │       │       ├── simpleLegacy.go
    │       │       ├── vlan.go
    │       │       ├── vlanLegacy.go
    │       │       ├── vxlan.go
    │       │       └── vxlanLegacy.go
    │       ├── storage/
    │       │   ├── cifs.go
    │       │   ├── cifsLegacy.go
    │       │   ├── directory.go
    │       │   ├── directoryLegacy.go
    │       │   ├── init.go
    │       │   ├── lvm.go
    │       │   ├── lvmLegacy.go
    │       │   ├── lvmthin.go
    │       │   ├── lvmthinLegacy.go
    │       │   ├── nfs.go
    │       │   ├── nfsLegacy.go
    │       │   ├── pbs.go
    │       │   ├── pbsLegacy.go
    │       │   ├── pulumiTypes.go
    │       │   ├── zfspool.go
    │       │   └── zfspoolLegacy.go
    │       ├── timeLegacy.go
    │       ├── user/
    │       │   ├── init.go
    │       │   ├── token.go
    │       │   └── tokenLegacy.go
    │       ├── userLegacy.go
    │       ├── vm.go
    │       ├── vm2Legacy.go
    │       └── vmLegacy.go
    ├── go.mod
    ├── go.sum
    ├── java/
    │   ├── .gitattributes
    │   ├── README.md
    │   ├── build.gradle
    │   ├── go.mod
    │   ├── settings.gradle
    │   └── src/
    │       └── main/
    │           └── java/
    │               └── io/
    │                   └── muehlbachler/
    │                       └── pulumi/
    │                           └── proxmoxve/
    │                               ├── Acl.java
    │                               ├── AclArgs.java
    │                               ├── AclLegacy.java
    │                               ├── AclLegacyArgs.java
    │                               ├── Acme/
    │                               │   ├── Account.java
    │                               │   ├── AccountArgs.java
    │                               │   ├── AccountLegacy.java
    │                               │   ├── AccountLegacyArgs.java
    │                               │   ├── AcmeFunctions.java
    │                               │   ├── Certificate.java
    │                               │   ├── CertificateArgs.java
    │                               │   ├── CertificateLegacy.java
    │                               │   ├── CertificateLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── AccountLegacyState.java
    │                               │   │   ├── AccountState.java
    │                               │   │   ├── CertificateDomainArgs.java
    │                               │   │   ├── CertificateLegacyDomainArgs.java
    │                               │   │   ├── CertificateLegacyState.java
    │                               │   │   ├── CertificateState.java
    │                               │   │   ├── GetAccountArgs.java
    │                               │   │   ├── GetAccountLegacyArgs.java
    │                               │   │   ├── GetAccountLegacyPlainArgs.java
    │                               │   │   ├── GetAccountPlainArgs.java
    │                               │   │   ├── GetPluginArgs.java
    │                               │   │   ├── GetPluginLegacyArgs.java
    │                               │   │   ├── GetPluginLegacyPlainArgs.java
    │                               │   │   └── GetPluginPlainArgs.java
    │                               │   └── outputs/
    │                               │       ├── CertificateDomain.java
    │                               │       ├── CertificateLegacyDomain.java
    │                               │       ├── GetAccountAccount.java
    │                               │       ├── GetAccountLegacyAccount.java
    │                               │       ├── GetAccountLegacyResult.java
    │                               │       ├── GetAccountResult.java
    │                               │       ├── GetAccountsLegacyResult.java
    │                               │       ├── GetAccountsResult.java
    │                               │       ├── GetPluginLegacyResult.java
    │                               │       ├── GetPluginResult.java
    │                               │       ├── GetPluginsLegacyPlugin.java
    │                               │       ├── GetPluginsLegacyResult.java
    │                               │       ├── GetPluginsPlugin.java
    │                               │       └── GetPluginsResult.java
    │                               ├── Apt/
    │                               │   ├── AptFunctions.java
    │                               │   ├── Repository.java
    │                               │   ├── RepositoryArgs.java
    │                               │   ├── RepositoryLegacy.java
    │                               │   ├── RepositoryLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetRepositoryArgs.java
    │                               │   │   ├── GetRepositoryLegacyArgs.java
    │                               │   │   ├── GetRepositoryLegacyPlainArgs.java
    │                               │   │   ├── GetRepositoryPlainArgs.java
    │                               │   │   ├── RepositoryLegacyState.java
    │                               │   │   └── RepositoryState.java
    │                               │   └── outputs/
    │                               │       ├── GetRepositoryLegacyResult.java
    │                               │       └── GetRepositoryResult.java
    │                               ├── Apt_standard/
    │                               │   ├── Apt_standardFunctions.java
    │                               │   ├── Repository.java
    │                               │   ├── RepositoryArgs.java
    │                               │   ├── RepositoryLegacy.java
    │                               │   ├── RepositoryLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetRepositoryArgs.java
    │                               │   │   ├── GetRepositoryLegacyArgs.java
    │                               │   │   ├── GetRepositoryLegacyPlainArgs.java
    │                               │   │   ├── GetRepositoryPlainArgs.java
    │                               │   │   ├── RepositoryLegacyState.java
    │                               │   │   └── RepositoryState.java
    │                               │   └── outputs/
    │                               │       ├── GetRepositoryLegacyResult.java
    │                               │       └── GetRepositoryResult.java
    │                               ├── CertificateLegacy.java
    │                               ├── CertificateLegacyArgs.java
    │                               ├── Config.java
    │                               ├── ContainerLegacy.java
    │                               ├── ContainerLegacyArgs.java
    │                               ├── DnsLegacy.java
    │                               ├── DnsLegacyArgs.java
    │                               ├── FileLegacy.java
    │                               ├── FileLegacyArgs.java
    │                               ├── GroupLegacy.java
    │                               ├── GroupLegacyArgs.java
    │                               ├── Hagroup.java
    │                               ├── HagroupArgs.java
    │                               ├── HagroupLegacy.java
    │                               ├── HagroupLegacyArgs.java
    │                               ├── Hardware/
    │                               │   ├── HardwareFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetMappingsArgs.java
    │                               │   │   ├── GetMappingsLegacyArgs.java
    │                               │   │   ├── GetMappingsLegacyPlainArgs.java
    │                               │   │   ├── GetMappingsPlainArgs.java
    │                               │   │   ├── GetPciArgs.java
    │                               │   │   ├── GetPciFilters.java
    │                               │   │   ├── GetPciFiltersArgs.java
    │                               │   │   └── GetPciPlainArgs.java
    │                               │   └── outputs/
    │                               │       ├── GetMappingsCheck.java
    │                               │       ├── GetMappingsLegacyCheck.java
    │                               │       ├── GetMappingsLegacyResult.java
    │                               │       ├── GetMappingsResult.java
    │                               │       ├── GetPciDevice.java
    │                               │       ├── GetPciFilters.java
    │                               │       └── GetPciResult.java
    │                               ├── Hardware_mapping/
    │                               │   ├── Dir.java
    │                               │   ├── DirArgs.java
    │                               │   ├── DirLegacy.java
    │                               │   ├── DirLegacyArgs.java
    │                               │   ├── Hardware_mappingFunctions.java
    │                               │   ├── Pci.java
    │                               │   ├── PciArgs.java
    │                               │   ├── PciLegacy.java
    │                               │   ├── PciLegacyArgs.java
    │                               │   ├── Usb.java
    │                               │   ├── UsbArgs.java
    │                               │   ├── UsbLegacy.java
    │                               │   ├── UsbLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── DirLegacyMapArgs.java
    │                               │   │   ├── DirLegacyState.java
    │                               │   │   ├── DirMapArgs.java
    │                               │   │   ├── DirState.java
    │                               │   │   ├── GetDirArgs.java
    │                               │   │   ├── GetDirLegacyArgs.java
    │                               │   │   ├── GetDirLegacyPlainArgs.java
    │                               │   │   ├── GetDirPlainArgs.java
    │                               │   │   ├── GetPciArgs.java
    │                               │   │   ├── GetPciLegacyArgs.java
    │                               │   │   ├── GetPciLegacyPlainArgs.java
    │                               │   │   ├── GetPciPlainArgs.java
    │                               │   │   ├── GetUsbArgs.java
    │                               │   │   ├── GetUsbLegacyArgs.java
    │                               │   │   ├── GetUsbLegacyPlainArgs.java
    │                               │   │   ├── GetUsbPlainArgs.java
    │                               │   │   ├── PciLegacyMapArgs.java
    │                               │   │   ├── PciLegacyState.java
    │                               │   │   ├── PciMapArgs.java
    │                               │   │   ├── PciState.java
    │                               │   │   ├── UsbLegacyMapArgs.java
    │                               │   │   ├── UsbLegacyState.java
    │                               │   │   ├── UsbMapArgs.java
    │                               │   │   └── UsbState.java
    │                               │   └── outputs/
    │                               │       ├── DirLegacyMap.java
    │                               │       ├── DirMap.java
    │                               │       ├── GetDirLegacyMap.java
    │                               │       ├── GetDirLegacyResult.java
    │                               │       ├── GetDirMap.java
    │                               │       ├── GetDirResult.java
    │                               │       ├── GetPciLegacyMap.java
    │                               │       ├── GetPciLegacyResult.java
    │                               │       ├── GetPciMap.java
    │                               │       ├── GetPciResult.java
    │                               │       ├── GetUsbLegacyMap.java
    │                               │       ├── GetUsbLegacyResult.java
    │                               │       ├── GetUsbMap.java
    │                               │       ├── GetUsbResult.java
    │                               │       ├── PciLegacyMap.java
    │                               │       ├── PciMap.java
    │                               │       ├── UsbLegacyMap.java
    │                               │       └── UsbMap.java
    │                               ├── Haresource.java
    │                               ├── HaresourceArgs.java
    │                               ├── HaresourceLegacy.java
    │                               ├── HaresourceLegacyArgs.java
    │                               ├── Harule.java
    │                               ├── HaruleArgs.java
    │                               ├── HaruleLegacy.java
    │                               ├── HaruleLegacyArgs.java
    │                               ├── HostsLegacy.java
    │                               ├── HostsLegacyArgs.java
    │                               ├── Metrics/
    │                               │   ├── MetricsFunctions.java
    │                               │   ├── Server.java
    │                               │   ├── ServerArgs.java
    │                               │   ├── ServerLegacy.java
    │                               │   ├── ServerLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetServerArgs.java
    │                               │   │   ├── GetServerLegacyArgs.java
    │                               │   │   ├── GetServerLegacyPlainArgs.java
    │                               │   │   ├── GetServerPlainArgs.java
    │                               │   │   ├── ServerLegacyState.java
    │                               │   │   └── ServerState.java
    │                               │   └── outputs/
    │                               │       ├── GetServerLegacyResult.java
    │                               │       └── GetServerResult.java
    │                               ├── Node/
    │                               │   ├── Firewall.java
    │                               │   ├── FirewallArgs.java
    │                               │   ├── FirewallLegacy.java
    │                               │   ├── FirewallLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── FirewallLegacyState.java
    │                               │       └── FirewallState.java
    │                               ├── Oci/
    │                               │   ├── Image.java
    │                               │   ├── ImageArgs.java
    │                               │   ├── ImageLegacy.java
    │                               │   ├── ImageLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── ImageLegacyState.java
    │                               │       └── ImageState.java
    │                               ├── Pool/
    │                               │   ├── Membership.java
    │                               │   ├── MembershipArgs.java
    │                               │   ├── MembershipLegacy.java
    │                               │   ├── MembershipLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── MembershipLegacyState.java
    │                               │       └── MembershipState.java
    │                               ├── PoolLegacy.java
    │                               ├── PoolLegacyArgs.java
    │                               ├── Provider.java
    │                               ├── ProviderArgs.java
    │                               ├── ProxmoxveFunctions.java
    │                               ├── Realm/
    │                               │   ├── Ldap.java
    │                               │   ├── LdapArgs.java
    │                               │   ├── LdapLegacy.java
    │                               │   ├── LdapLegacyArgs.java
    │                               │   ├── Openid.java
    │                               │   ├── OpenidArgs.java
    │                               │   ├── OpenidLegacy.java
    │                               │   ├── OpenidLegacyArgs.java
    │                               │   ├── Sync.java
    │                               │   ├── SyncArgs.java
    │                               │   ├── SyncLegacy.java
    │                               │   ├── SyncLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── LdapLegacyState.java
    │                               │       ├── LdapState.java
    │                               │       ├── OpenidLegacyState.java
    │                               │       ├── OpenidState.java
    │                               │       ├── SyncLegacyState.java
    │                               │       └── SyncState.java
    │                               ├── Replication.java
    │                               ├── ReplicationArgs.java
    │                               ├── ReplicationLegacy.java
    │                               ├── ReplicationLegacyArgs.java
    │                               ├── RoleLegacy.java
    │                               ├── RoleLegacyArgs.java
    │                               ├── Sdn/
    │                               │   ├── Applier.java
    │                               │   ├── ApplierArgs.java
    │                               │   ├── ApplierLegacy.java
    │                               │   ├── ApplierLegacyArgs.java
    │                               │   ├── SdnFunctions.java
    │                               │   ├── Subnet.java
    │                               │   ├── SubnetArgs.java
    │                               │   ├── SubnetLegacy.java
    │                               │   ├── SubnetLegacyArgs.java
    │                               │   ├── Vnet.java
    │                               │   ├── VnetArgs.java
    │                               │   ├── VnetLegacy.java
    │                               │   ├── VnetLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── ApplierLegacyState.java
    │                               │   │   ├── ApplierState.java
    │                               │   │   ├── GetSubnetArgs.java
    │                               │   │   ├── GetSubnetDhcpRange.java
    │                               │   │   ├── GetSubnetDhcpRangeArgs.java
    │                               │   │   ├── GetSubnetLegacyArgs.java
    │                               │   │   ├── GetSubnetLegacyDhcpRange.java
    │                               │   │   ├── GetSubnetLegacyDhcpRangeArgs.java
    │                               │   │   ├── GetSubnetLegacyPlainArgs.java
    │                               │   │   ├── GetSubnetPlainArgs.java
    │                               │   │   ├── GetVnetArgs.java
    │                               │   │   ├── GetVnetLegacyArgs.java
    │                               │   │   ├── GetVnetLegacyPlainArgs.java
    │                               │   │   ├── GetVnetPlainArgs.java
    │                               │   │   ├── GetZonesArgs.java
    │                               │   │   ├── GetZonesLegacyArgs.java
    │                               │   │   ├── GetZonesLegacyPlainArgs.java
    │                               │   │   ├── GetZonesPlainArgs.java
    │                               │   │   ├── SubnetDhcpRangeArgs.java
    │                               │   │   ├── SubnetLegacyDhcpRangeArgs.java
    │                               │   │   ├── SubnetLegacyState.java
    │                               │   │   ├── SubnetState.java
    │                               │   │   ├── VnetLegacyState.java
    │                               │   │   └── VnetState.java
    │                               │   └── outputs/
    │                               │       ├── GetSubnetDhcpRange.java
    │                               │       ├── GetSubnetLegacyDhcpRange.java
    │                               │       ├── GetSubnetLegacyResult.java
    │                               │       ├── GetSubnetResult.java
    │                               │       ├── GetVnetLegacyResult.java
    │                               │       ├── GetVnetResult.java
    │                               │       ├── GetVnetsLegacyResult.java
    │                               │       ├── GetVnetsLegacyVnet.java
    │                               │       ├── GetVnetsResult.java
    │                               │       ├── GetVnetsVnet.java
    │                               │       ├── GetZonesLegacyResult.java
    │                               │       ├── GetZonesLegacyZone.java
    │                               │       ├── GetZonesResult.java
    │                               │       ├── GetZonesZone.java
    │                               │       ├── SubnetDhcpRange.java
    │                               │       └── SubnetLegacyDhcpRange.java
    │                               ├── Sdn_fabric/
    │                               │   ├── Openfabric.java
    │                               │   ├── OpenfabricArgs.java
    │                               │   ├── OpenfabricLegacy.java
    │                               │   ├── OpenfabricLegacyArgs.java
    │                               │   ├── Ospf.java
    │                               │   ├── OspfArgs.java
    │                               │   ├── OspfLegacy.java
    │                               │   ├── OspfLegacyArgs.java
    │                               │   ├── Sdn_fabricFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetOpenfabricArgs.java
    │                               │   │   ├── GetOpenfabricLegacyArgs.java
    │                               │   │   ├── GetOpenfabricLegacyPlainArgs.java
    │                               │   │   ├── GetOpenfabricPlainArgs.java
    │                               │   │   ├── GetOspfArgs.java
    │                               │   │   ├── GetOspfLegacyArgs.java
    │                               │   │   ├── GetOspfLegacyPlainArgs.java
    │                               │   │   ├── GetOspfPlainArgs.java
    │                               │   │   ├── OpenfabricLegacyState.java
    │                               │   │   ├── OpenfabricState.java
    │                               │   │   ├── OspfLegacyState.java
    │                               │   │   └── OspfState.java
    │                               │   └── outputs/
    │                               │       ├── GetOpenfabricLegacyResult.java
    │                               │       ├── GetOpenfabricResult.java
    │                               │       ├── GetOspfLegacyResult.java
    │                               │       └── GetOspfResult.java
    │                               ├── Sdn_fabric_node/
    │                               │   ├── Openfabric.java
    │                               │   ├── OpenfabricArgs.java
    │                               │   ├── OpenfabricLegacy.java
    │                               │   ├── OpenfabricLegacyArgs.java
    │                               │   ├── Ospf.java
    │                               │   ├── OspfArgs.java
    │                               │   ├── OspfLegacy.java
    │                               │   ├── OspfLegacyArgs.java
    │                               │   ├── Sdn_fabric_nodeFunctions.java
    │                               │   ├── inputs/
    │                               │   │   ├── GetOpenfabricArgs.java
    │                               │   │   ├── GetOpenfabricLegacyArgs.java
    │                               │   │   ├── GetOpenfabricLegacyPlainArgs.java
    │                               │   │   ├── GetOpenfabricPlainArgs.java
    │                               │   │   ├── GetOspfArgs.java
    │                               │   │   ├── GetOspfLegacyArgs.java
    │                               │   │   ├── GetOspfLegacyPlainArgs.java
    │                               │   │   ├── GetOspfPlainArgs.java
    │                               │   │   ├── OpenfabricLegacyState.java
    │                               │   │   ├── OpenfabricState.java
    │                               │   │   ├── OspfLegacyState.java
    │                               │   │   └── OspfState.java
    │                               │   └── outputs/
    │                               │       ├── GetOpenfabricLegacyResult.java
    │                               │       ├── GetOpenfabricResult.java
    │                               │       ├── GetOspfLegacyResult.java
    │                               │       └── GetOspfResult.java
    │                               ├── TimeLegacy.java
    │                               ├── TimeLegacyArgs.java
    │                               ├── User/
    │                               │   ├── Token.java
    │                               │   ├── TokenArgs.java
    │                               │   ├── TokenLegacy.java
    │                               │   ├── TokenLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── TokenLegacyState.java
    │                               │       └── TokenState.java
    │                               ├── UserLegacy.java
    │                               ├── UserLegacyArgs.java
    │                               ├── Utilities.java
    │                               ├── Vm.java
    │                               ├── Vm2Legacy.java
    │                               ├── Vm2LegacyArgs.java
    │                               ├── VmArgs.java
    │                               ├── VmLegacy.java
    │                               ├── VmLegacyArgs.java
    │                               ├── acme_dns/
    │                               │   ├── Plugin.java
    │                               │   ├── PluginArgs.java
    │                               │   ├── PluginLegacy.java
    │                               │   ├── PluginLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── PluginLegacyState.java
    │                               │       └── PluginState.java
    │                               ├── backup/
    │                               │   ├── BackupFunctions.java
    │                               │   ├── Job.java
    │                               │   ├── JobArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── JobFleecingArgs.java
    │                               │   │   ├── JobPerformanceArgs.java
    │                               │   │   └── JobState.java
    │                               │   └── outputs/
    │                               │       ├── GetJobsJob.java
    │                               │       ├── GetJobsResult.java
    │                               │       ├── JobFleecing.java
    │                               │       └── JobPerformance.java
    │                               ├── cloned/
    │                               │   ├── Vm.java
    │                               │   ├── VmArgs.java
    │                               │   ├── VmLegacy.java
    │                               │   ├── VmLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── VmCdromArgs.java
    │                               │   │   ├── VmCloneArgs.java
    │                               │   │   ├── VmCpuArgs.java
    │                               │   │   ├── VmDeleteArgs.java
    │                               │   │   ├── VmDiskArgs.java
    │                               │   │   ├── VmLegacyCdromArgs.java
    │                               │   │   ├── VmLegacyCloneArgs.java
    │                               │   │   ├── VmLegacyCpuArgs.java
    │                               │   │   ├── VmLegacyDeleteArgs.java
    │                               │   │   ├── VmLegacyDiskArgs.java
    │                               │   │   ├── VmLegacyMemoryArgs.java
    │                               │   │   ├── VmLegacyNetworkArgs.java
    │                               │   │   ├── VmLegacyRngArgs.java
    │                               │   │   ├── VmLegacyState.java
    │                               │   │   ├── VmLegacyTimeoutsArgs.java
    │                               │   │   ├── VmLegacyVgaArgs.java
    │                               │   │   ├── VmMemoryArgs.java
    │                               │   │   ├── VmNetworkArgs.java
    │                               │   │   ├── VmRngArgs.java
    │                               │   │   ├── VmState.java
    │                               │   │   ├── VmTimeoutsArgs.java
    │                               │   │   └── VmVgaArgs.java
    │                               │   └── outputs/
    │                               │       ├── VmCdrom.java
    │                               │       ├── VmClone.java
    │                               │       ├── VmCpu.java
    │                               │       ├── VmDelete.java
    │                               │       ├── VmDisk.java
    │                               │       ├── VmLegacyCdrom.java
    │                               │       ├── VmLegacyClone.java
    │                               │       ├── VmLegacyCpu.java
    │                               │       ├── VmLegacyDelete.java
    │                               │       ├── VmLegacyDisk.java
    │                               │       ├── VmLegacyMemory.java
    │                               │       ├── VmLegacyNetwork.java
    │                               │       ├── VmLegacyRng.java
    │                               │       ├── VmLegacyTimeouts.java
    │                               │       ├── VmLegacyVga.java
    │                               │       ├── VmMemory.java
    │                               │       ├── VmNetwork.java
    │                               │       ├── VmRng.java
    │                               │       ├── VmTimeouts.java
    │                               │       └── VmVga.java
    │                               ├── cluster/
    │                               │   ├── FirewallLegacy.java
    │                               │   ├── FirewallLegacyArgs.java
    │                               │   ├── Options.java
    │                               │   ├── OptionsArgs.java
    │                               │   ├── OptionsLegacy.java
    │                               │   ├── OptionsLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── FirewallLegacyLogRatelimitArgs.java
    │                               │   │   ├── FirewallLegacyState.java
    │                               │   │   ├── OptionsLegacyNextIdArgs.java
    │                               │   │   ├── OptionsLegacyNotifyArgs.java
    │                               │   │   ├── OptionsLegacyState.java
    │                               │   │   ├── OptionsNextIdArgs.java
    │                               │   │   ├── OptionsNotifyArgs.java
    │                               │   │   └── OptionsState.java
    │                               │   └── outputs/
    │                               │       ├── FirewallLegacyLogRatelimit.java
    │                               │       ├── OptionsLegacyNextId.java
    │                               │       ├── OptionsLegacyNotify.java
    │                               │       ├── OptionsNextId.java
    │                               │       └── OptionsNotify.java
    │                               ├── cluster_firewall_security/
    │                               │   ├── GroupLegacy.java
    │                               │   ├── GroupLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── GroupLegacyRuleArgs.java
    │                               │   │   └── GroupLegacyState.java
    │                               │   └── outputs/
    │                               │       └── GroupLegacyRule.java
    │                               ├── config/
    │                               │   ├── inputs/
    │                               │   │   └── Ssh.java
    │                               │   └── outputs/
    │                               │       └── SshNode.java
    │                               ├── download/
    │                               │   ├── File.java
    │                               │   ├── FileArgs.java
    │                               │   ├── FileLegacy.java
    │                               │   ├── FileLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── FileLegacyState.java
    │                               │       └── FileState.java
    │                               ├── firewall/
    │                               │   ├── AliasLegacy.java
    │                               │   ├── AliasLegacyArgs.java
    │                               │   ├── IpsetLegacy.java
    │                               │   ├── IpsetLegacyArgs.java
    │                               │   ├── OptionsLegacy.java
    │                               │   ├── OptionsLegacyArgs.java
    │                               │   ├── RulesLegacy.java
    │                               │   ├── RulesLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── AliasLegacyState.java
    │                               │   │   ├── IpsetLegacyCidrArgs.java
    │                               │   │   ├── IpsetLegacyState.java
    │                               │   │   ├── OptionsLegacyState.java
    │                               │   │   ├── RulesLegacyRuleArgs.java
    │                               │   │   └── RulesLegacyState.java
    │                               │   └── outputs/
    │                               │       ├── IpsetLegacyCidr.java
    │                               │       └── RulesLegacyRule.java
    │                               ├── inputs/
    │                               │   ├── AclLegacyState.java
    │                               │   ├── AclState.java
    │                               │   ├── CertificateLegacyState.java
    │                               │   ├── ContainerLegacyCloneArgs.java
    │                               │   ├── ContainerLegacyConsoleArgs.java
    │                               │   ├── ContainerLegacyCpuArgs.java
    │                               │   ├── ContainerLegacyDevicePassthroughArgs.java
    │                               │   ├── ContainerLegacyDiskArgs.java
    │                               │   ├── ContainerLegacyFeaturesArgs.java
    │                               │   ├── ContainerLegacyIdmapArgs.java
    │                               │   ├── ContainerLegacyInitializationArgs.java
    │                               │   ├── ContainerLegacyInitializationDnsArgs.java
    │                               │   ├── ContainerLegacyInitializationIpConfigArgs.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv4Args.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv6Args.java
    │                               │   ├── ContainerLegacyInitializationUserAccountArgs.java
    │                               │   ├── ContainerLegacyMemoryArgs.java
    │                               │   ├── ContainerLegacyMountPointArgs.java
    │                               │   ├── ContainerLegacyNetworkInterfaceArgs.java
    │                               │   ├── ContainerLegacyOperatingSystemArgs.java
    │                               │   ├── ContainerLegacyStartupArgs.java
    │                               │   ├── ContainerLegacyState.java
    │                               │   ├── ContainerLegacyWaitForIpArgs.java
    │                               │   ├── DnsLegacyState.java
    │                               │   ├── FileLegacySourceFileArgs.java
    │                               │   ├── FileLegacySourceRawArgs.java
    │                               │   ├── FileLegacyState.java
    │                               │   ├── GetContainerLegacyArgs.java
    │                               │   ├── GetContainerLegacyPlainArgs.java
    │                               │   ├── GetContainersLegacyArgs.java
    │                               │   ├── GetContainersLegacyFilter.java
    │                               │   ├── GetContainersLegacyFilterArgs.java
    │                               │   ├── GetContainersLegacyPlainArgs.java
    │                               │   ├── GetDatastoresArgs.java
    │                               │   ├── GetDatastoresDatastore.java
    │                               │   ├── GetDatastoresDatastoreArgs.java
    │                               │   ├── GetDatastoresFilters.java
    │                               │   ├── GetDatastoresFiltersArgs.java
    │                               │   ├── GetDatastoresLegacyArgs.java
    │                               │   ├── GetDatastoresLegacyDatastore.java
    │                               │   ├── GetDatastoresLegacyDatastoreArgs.java
    │                               │   ├── GetDatastoresLegacyFilters.java
    │                               │   ├── GetDatastoresLegacyFiltersArgs.java
    │                               │   ├── GetDatastoresLegacyPlainArgs.java
    │                               │   ├── GetDatastoresPlainArgs.java
    │                               │   ├── GetDnsLegacyArgs.java
    │                               │   ├── GetDnsLegacyPlainArgs.java
    │                               │   ├── GetFileArgs.java
    │                               │   ├── GetFileLegacyArgs.java
    │                               │   ├── GetFileLegacyPlainArgs.java
    │                               │   ├── GetFilePlainArgs.java
    │                               │   ├── GetFilesArgs.java
    │                               │   ├── GetFilesPlainArgs.java
    │                               │   ├── GetGroupLegacyArgs.java
    │                               │   ├── GetGroupLegacyPlainArgs.java
    │                               │   ├── GetHagroupArgs.java
    │                               │   ├── GetHagroupLegacyArgs.java
    │                               │   ├── GetHagroupLegacyPlainArgs.java
    │                               │   ├── GetHagroupPlainArgs.java
    │                               │   ├── GetHaresourceArgs.java
    │                               │   ├── GetHaresourceLegacyArgs.java
    │                               │   ├── GetHaresourceLegacyPlainArgs.java
    │                               │   ├── GetHaresourcePlainArgs.java
    │                               │   ├── GetHaresourcesArgs.java
    │                               │   ├── GetHaresourcesLegacyArgs.java
    │                               │   ├── GetHaresourcesLegacyPlainArgs.java
    │                               │   ├── GetHaresourcesPlainArgs.java
    │                               │   ├── GetHostsLegacyArgs.java
    │                               │   ├── GetHostsLegacyPlainArgs.java
    │                               │   ├── GetNodeLegacyArgs.java
    │                               │   ├── GetNodeLegacyPlainArgs.java
    │                               │   ├── GetPoolLegacyArgs.java
    │                               │   ├── GetPoolLegacyPlainArgs.java
    │                               │   ├── GetReplicationArgs.java
    │                               │   ├── GetReplicationLegacyArgs.java
    │                               │   ├── GetReplicationLegacyPlainArgs.java
    │                               │   ├── GetReplicationPlainArgs.java
    │                               │   ├── GetRoleLegacyArgs.java
    │                               │   ├── GetRoleLegacyPlainArgs.java
    │                               │   ├── GetTimeLegacyArgs.java
    │                               │   ├── GetTimeLegacyPlainArgs.java
    │                               │   ├── GetUserLegacyArgs.java
    │                               │   ├── GetUserLegacyPlainArgs.java
    │                               │   ├── GetVm2LegacyArgs.java
    │                               │   ├── GetVm2LegacyPlainArgs.java
    │                               │   ├── GetVm2LegacyTimeouts.java
    │                               │   ├── GetVm2LegacyTimeoutsArgs.java
    │                               │   ├── GetVmArgs.java
    │                               │   ├── GetVmLegacyArgs.java
    │                               │   ├── GetVmLegacyPlainArgs.java
    │                               │   ├── GetVmPlainArgs.java
    │                               │   ├── GetVmTimeouts.java
    │                               │   ├── GetVmTimeoutsArgs.java
    │                               │   ├── GetVmsLegacyArgs.java
    │                               │   ├── GetVmsLegacyFilter.java
    │                               │   ├── GetVmsLegacyFilterArgs.java
    │                               │   ├── GetVmsLegacyPlainArgs.java
    │                               │   ├── GroupLegacyAclArgs.java
    │                               │   ├── GroupLegacyState.java
    │                               │   ├── HagroupLegacyState.java
    │                               │   ├── HagroupState.java
    │                               │   ├── HaresourceLegacyState.java
    │                               │   ├── HaresourceState.java
    │                               │   ├── HaruleLegacyState.java
    │                               │   ├── HaruleState.java
    │                               │   ├── HostsLegacyEntryArgs.java
    │                               │   ├── HostsLegacyState.java
    │                               │   ├── PoolLegacyMemberArgs.java
    │                               │   ├── PoolLegacyState.java
    │                               │   ├── ProviderSshArgs.java
    │                               │   ├── ProviderSshNodeArgs.java
    │                               │   ├── ReplicationLegacyState.java
    │                               │   ├── ReplicationState.java
    │                               │   ├── RoleLegacyState.java
    │                               │   ├── TimeLegacyState.java
    │                               │   ├── UserLegacyAclArgs.java
    │                               │   ├── UserLegacyState.java
    │                               │   ├── Vm2LegacyCdromArgs.java
    │                               │   ├── Vm2LegacyCpuArgs.java
    │                               │   ├── Vm2LegacyRngArgs.java
    │                               │   ├── Vm2LegacyState.java
    │                               │   ├── Vm2LegacyTimeoutsArgs.java
    │                               │   ├── Vm2LegacyVgaArgs.java
    │                               │   ├── VmCdromArgs.java
    │                               │   ├── VmCpuArgs.java
    │                               │   ├── VmLegacyAgentArgs.java
    │                               │   ├── VmLegacyAgentWaitForIpArgs.java
    │                               │   ├── VmLegacyAmdSevArgs.java
    │                               │   ├── VmLegacyAudioDeviceArgs.java
    │                               │   ├── VmLegacyCdromArgs.java
    │                               │   ├── VmLegacyCloneArgs.java
    │                               │   ├── VmLegacyCpuArgs.java
    │                               │   ├── VmLegacyDiskArgs.java
    │                               │   ├── VmLegacyDiskSpeedArgs.java
    │                               │   ├── VmLegacyEfiDiskArgs.java
    │                               │   ├── VmLegacyHostpciArgs.java
    │                               │   ├── VmLegacyInitializationArgs.java
    │                               │   ├── VmLegacyInitializationDnsArgs.java
    │                               │   ├── VmLegacyInitializationIpConfigArgs.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv4Args.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv6Args.java
    │                               │   ├── VmLegacyInitializationUserAccountArgs.java
    │                               │   ├── VmLegacyMemoryArgs.java
    │                               │   ├── VmLegacyNetworkDeviceArgs.java
    │                               │   ├── VmLegacyNumaArgs.java
    │                               │   ├── VmLegacyOperatingSystemArgs.java
    │                               │   ├── VmLegacyRngArgs.java
    │                               │   ├── VmLegacySerialDeviceArgs.java
    │                               │   ├── VmLegacySmbiosArgs.java
    │                               │   ├── VmLegacyStartupArgs.java
    │                               │   ├── VmLegacyState.java
    │                               │   ├── VmLegacyTpmStateArgs.java
    │                               │   ├── VmLegacyUsbArgs.java
    │                               │   ├── VmLegacyVgaArgs.java
    │                               │   ├── VmLegacyVirtiofArgs.java
    │                               │   ├── VmLegacyWatchdogArgs.java
    │                               │   ├── VmRngArgs.java
    │                               │   ├── VmState.java
    │                               │   ├── VmTimeoutsArgs.java
    │                               │   └── VmVgaArgs.java
    │                               ├── network_linux/
    │                               │   ├── Bond.java
    │                               │   ├── BondArgs.java
    │                               │   ├── Bridge.java
    │                               │   ├── BridgeArgs.java
    │                               │   ├── BridgeLegacy.java
    │                               │   ├── BridgeLegacyArgs.java
    │                               │   ├── Vlan.java
    │                               │   ├── VlanArgs.java
    │                               │   ├── VlanLegacy.java
    │                               │   ├── VlanLegacyArgs.java
    │                               │   └── inputs/
    │                               │       ├── BondState.java
    │                               │       ├── BridgeLegacyState.java
    │                               │       ├── BridgeState.java
    │                               │       ├── VlanLegacyState.java
    │                               │       └── VlanState.java
    │                               ├── outputs/
    │                               │   ├── ContainerLegacyClone.java
    │                               │   ├── ContainerLegacyConsole.java
    │                               │   ├── ContainerLegacyCpu.java
    │                               │   ├── ContainerLegacyDevicePassthrough.java
    │                               │   ├── ContainerLegacyDisk.java
    │                               │   ├── ContainerLegacyFeatures.java
    │                               │   ├── ContainerLegacyIdmap.java
    │                               │   ├── ContainerLegacyInitialization.java
    │                               │   ├── ContainerLegacyInitializationDns.java
    │                               │   ├── ContainerLegacyInitializationIpConfig.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv4.java
    │                               │   ├── ContainerLegacyInitializationIpConfigIpv6.java
    │                               │   ├── ContainerLegacyInitializationUserAccount.java
    │                               │   ├── ContainerLegacyMemory.java
    │                               │   ├── ContainerLegacyMountPoint.java
    │                               │   ├── ContainerLegacyNetworkInterface.java
    │                               │   ├── ContainerLegacyOperatingSystem.java
    │                               │   ├── ContainerLegacyStartup.java
    │                               │   ├── ContainerLegacyWaitForIp.java
    │                               │   ├── FileLegacySourceFile.java
    │                               │   ├── FileLegacySourceRaw.java
    │                               │   ├── GetContainerLegacyResult.java
    │                               │   ├── GetContainersLegacyContainer.java
    │                               │   ├── GetContainersLegacyFilter.java
    │                               │   ├── GetContainersLegacyResult.java
    │                               │   ├── GetDatastoresDatastore.java
    │                               │   ├── GetDatastoresFilters.java
    │                               │   ├── GetDatastoresLegacyDatastore.java
    │                               │   ├── GetDatastoresLegacyFilters.java
    │                               │   ├── GetDatastoresLegacyResult.java
    │                               │   ├── GetDatastoresResult.java
    │                               │   ├── GetDnsLegacyResult.java
    │                               │   ├── GetFileLegacyResult.java
    │                               │   ├── GetFileResult.java
    │                               │   ├── GetFilesFile.java
    │                               │   ├── GetFilesResult.java
    │                               │   ├── GetGroupLegacyAcl.java
    │                               │   ├── GetGroupLegacyResult.java
    │                               │   ├── GetGroupsLegacyResult.java
    │                               │   ├── GetHagroupLegacyResult.java
    │                               │   ├── GetHagroupResult.java
    │                               │   ├── GetHagroupsLegacyResult.java
    │                               │   ├── GetHagroupsResult.java
    │                               │   ├── GetHaresourceLegacyResult.java
    │                               │   ├── GetHaresourceResult.java
    │                               │   ├── GetHaresourcesLegacyResult.java
    │                               │   ├── GetHaresourcesResult.java
    │                               │   ├── GetHostsLegacyEntry.java
    │                               │   ├── GetHostsLegacyResult.java
    │                               │   ├── GetNodeLegacyResult.java
    │                               │   ├── GetNodesLegacyResult.java
    │                               │   ├── GetPoolLegacyMember.java
    │                               │   ├── GetPoolLegacyResult.java
    │                               │   ├── GetPoolsLegacyResult.java
    │                               │   ├── GetReplicationLegacyResult.java
    │                               │   ├── GetReplicationResult.java
    │                               │   ├── GetReplicationsLegacyReplication.java
    │                               │   ├── GetReplicationsLegacyResult.java
    │                               │   ├── GetReplicationsReplication.java
    │                               │   ├── GetReplicationsResult.java
    │                               │   ├── GetRoleLegacyResult.java
    │                               │   ├── GetRolesLegacyResult.java
    │                               │   ├── GetTimeLegacyResult.java
    │                               │   ├── GetUserLegacyAcl.java
    │                               │   ├── GetUserLegacyResult.java
    │                               │   ├── GetUsersLegacyResult.java
    │                               │   ├── GetVersionLegacyResult.java
    │                               │   ├── GetVersionResult.java
    │                               │   ├── GetVm2LegacyCdrom.java
    │                               │   ├── GetVm2LegacyCpu.java
    │                               │   ├── GetVm2LegacyResult.java
    │                               │   ├── GetVm2LegacyRng.java
    │                               │   ├── GetVm2LegacyTimeouts.java
    │                               │   ├── GetVm2LegacyVga.java
    │                               │   ├── GetVmCdrom.java
    │                               │   ├── GetVmCpu.java
    │                               │   ├── GetVmLegacyResult.java
    │                               │   ├── GetVmResult.java
    │                               │   ├── GetVmRng.java
    │                               │   ├── GetVmTimeouts.java
    │                               │   ├── GetVmVga.java
    │                               │   ├── GetVmsLegacyFilter.java
    │                               │   ├── GetVmsLegacyResult.java
    │                               │   ├── GetVmsLegacyVm.java
    │                               │   ├── GroupLegacyAcl.java
    │                               │   ├── HostsLegacyEntry.java
    │                               │   ├── PoolLegacyMember.java
    │                               │   ├── UserLegacyAcl.java
    │                               │   ├── Vm2LegacyCdrom.java
    │                               │   ├── Vm2LegacyCpu.java
    │                               │   ├── Vm2LegacyRng.java
    │                               │   ├── Vm2LegacyTimeouts.java
    │                               │   ├── Vm2LegacyVga.java
    │                               │   ├── VmCdrom.java
    │                               │   ├── VmCpu.java
    │                               │   ├── VmLegacyAgent.java
    │                               │   ├── VmLegacyAgentWaitForIp.java
    │                               │   ├── VmLegacyAmdSev.java
    │                               │   ├── VmLegacyAudioDevice.java
    │                               │   ├── VmLegacyCdrom.java
    │                               │   ├── VmLegacyClone.java
    │                               │   ├── VmLegacyCpu.java
    │                               │   ├── VmLegacyDisk.java
    │                               │   ├── VmLegacyDiskSpeed.java
    │                               │   ├── VmLegacyEfiDisk.java
    │                               │   ├── VmLegacyHostpci.java
    │                               │   ├── VmLegacyInitialization.java
    │                               │   ├── VmLegacyInitializationDns.java
    │                               │   ├── VmLegacyInitializationIpConfig.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv4.java
    │                               │   ├── VmLegacyInitializationIpConfigIpv6.java
    │                               │   ├── VmLegacyInitializationUserAccount.java
    │                               │   ├── VmLegacyMemory.java
    │                               │   ├── VmLegacyNetworkDevice.java
    │                               │   ├── VmLegacyNuma.java
    │                               │   ├── VmLegacyOperatingSystem.java
    │                               │   ├── VmLegacyRng.java
    │                               │   ├── VmLegacySerialDevice.java
    │                               │   ├── VmLegacySmbios.java
    │                               │   ├── VmLegacyStartup.java
    │                               │   ├── VmLegacyTpmState.java
    │                               │   ├── VmLegacyUsb.java
    │                               │   ├── VmLegacyVga.java
    │                               │   ├── VmLegacyVirtiof.java
    │                               │   ├── VmLegacyWatchdog.java
    │                               │   ├── VmRng.java
    │                               │   ├── VmTimeouts.java
    │                               │   └── VmVga.java
    │                               ├── sdn_zone/
    │                               │   ├── Evpn.java
    │                               │   ├── EvpnArgs.java
    │                               │   ├── EvpnLegacy.java
    │                               │   ├── EvpnLegacyArgs.java
    │                               │   ├── Qinq.java
    │                               │   ├── QinqArgs.java
    │                               │   ├── QinqLegacy.java
    │                               │   ├── QinqLegacyArgs.java
    │                               │   ├── Sdn_zoneFunctions.java
    │                               │   ├── Simple.java
    │                               │   ├── SimpleArgs.java
    │                               │   ├── SimpleLegacy.java
    │                               │   ├── SimpleLegacyArgs.java
    │                               │   ├── Vlan.java
    │                               │   ├── VlanArgs.java
    │                               │   ├── VlanLegacy.java
    │                               │   ├── VlanLegacyArgs.java
    │                               │   ├── Vxlan.java
    │                               │   ├── VxlanArgs.java
    │                               │   ├── VxlanLegacy.java
    │                               │   ├── VxlanLegacyArgs.java
    │                               │   ├── inputs/
    │                               │   │   ├── EvpnLegacyState.java
    │                               │   │   ├── EvpnState.java
    │                               │   │   ├── GetEvpnArgs.java
    │                               │   │   ├── GetEvpnLegacyArgs.java
    │                               │   │   ├── GetEvpnLegacyPlainArgs.java
    │                               │   │   ├── GetEvpnPlainArgs.java
    │                               │   │   ├── GetQinqArgs.java
    │                               │   │   ├── GetQinqLegacyArgs.java
    │                               │   │   ├── GetQinqLegacyPlainArgs.java
    │                               │   │   ├── GetQinqPlainArgs.java
    │                               │   │   ├── GetSimpleArgs.java
    │                               │   │   ├── GetSimpleLegacyArgs.java
    │                               │   │   ├── GetSimpleLegacyPlainArgs.java
    │                               │   │   ├── GetSimplePlainArgs.java
    │                               │   │   ├── GetVlanArgs.java
    │                               │   │   ├── GetVlanLegacyArgs.java
    │                               │   │   ├── GetVlanLegacyPlainArgs.java
    │                               │   │   ├── GetVlanPlainArgs.java
    │                               │   │   ├── GetVxlanArgs.java
    │                               │   │   ├── GetVxlanLegacyArgs.java
    │                               │   │   ├── GetVxlanLegacyPlainArgs.java
    │                               │   │   ├── GetVxlanPlainArgs.java
    │                               │   │   ├── QinqLegacyState.java
    │                               │   │   ├── QinqState.java
    │                               │   │   ├── SimpleLegacyState.java
    │                               │   │   ├── SimpleState.java
    │                               │   │   ├── VlanLegacyState.java
    │                               │   │   ├── VlanState.java
    │                               │   │   ├── VxlanLegacyState.java
    │                               │   │   └── VxlanState.java
    │                               │   └── outputs/
    │                               │       ├── GetEvpnLegacyResult.java
    │                               │       ├── GetEvpnResult.java
    │                               │       ├── GetQinqLegacyResult.java
    │                               │       ├── GetQinqResult.java
    │                               │       ├── GetSimpleLegacyResult.java
    │                               │       ├── GetSimpleResult.java
    │                               │       ├── GetVlanLegacyResult.java
    │                               │       ├── GetVlanResult.java
    │                               │       ├── GetVxlanLegacyResult.java
    │                               │       └── GetVxlanResult.java
    │                               └── storage/
    │                                   ├── CIFS.java
    │                                   ├── CIFSArgs.java
    │                                   ├── CifsLegacy.java
    │                                   ├── CifsLegacyArgs.java
    │                                   ├── Directory.java
    │                                   ├── DirectoryArgs.java
    │                                   ├── DirectoryLegacy.java
    │                                   ├── DirectoryLegacyArgs.java
    │                                   ├── LVM.java
    │                                   ├── LVMArgs.java
    │                                   ├── LVMThin.java
    │                                   ├── LVMThinArgs.java
    │                                   ├── LvmLegacy.java
    │                                   ├── LvmLegacyArgs.java
    │                                   ├── LvmthinLegacy.java
    │                                   ├── LvmthinLegacyArgs.java
    │                                   ├── NFS.java
    │                                   ├── NFSArgs.java
    │                                   ├── NfsLegacy.java
    │                                   ├── NfsLegacyArgs.java
    │                                   ├── PBS.java
    │                                   ├── PBSArgs.java
    │                                   ├── PbsLegacy.java
    │                                   ├── PbsLegacyArgs.java
    │                                   ├── ZFSPool.java
    │                                   ├── ZFSPoolArgs.java
    │                                   ├── ZfspoolLegacy.java
    │                                   ├── ZfspoolLegacyArgs.java
    │                                   ├── inputs/
    │                                   │   ├── CIFSBackupsArgs.java
    │                                   │   ├── CIFSState.java
    │                                   │   ├── CifsLegacyBackupsArgs.java
    │                                   │   ├── CifsLegacyState.java
    │                                   │   ├── DirectoryBackupsArgs.java
    │                                   │   ├── DirectoryLegacyBackupsArgs.java
    │                                   │   ├── DirectoryLegacyState.java
    │                                   │   ├── DirectoryState.java
    │                                   │   ├── LVMState.java
    │                                   │   ├── LVMThinState.java
    │                                   │   ├── LvmLegacyState.java
    │                                   │   ├── LvmthinLegacyState.java
    │                                   │   ├── NFSBackupsArgs.java
    │                                   │   ├── NFSState.java
    │                                   │   ├── NfsLegacyBackupsArgs.java
    │                                   │   ├── NfsLegacyState.java
    │                                   │   ├── PBSBackupsArgs.java
    │                                   │   ├── PBSState.java
    │                                   │   ├── PbsLegacyBackupsArgs.java
    │                                   │   ├── PbsLegacyState.java
    │                                   │   ├── ZFSPoolState.java
    │                                   │   └── ZfspoolLegacyState.java
    │                                   └── outputs/
    │                                       ├── CIFSBackups.java
    │                                       ├── CifsLegacyBackups.java
    │                                       ├── DirectoryBackups.java
    │                                       ├── DirectoryLegacyBackups.java
    │                                       ├── NFSBackups.java
    │                                       ├── NfsLegacyBackups.java
    │                                       ├── PBSBackups.java
    │                                       └── PbsLegacyBackups.java
    ├── nodejs/
    │   ├── .gitattributes
    │   ├── .gitignore
    │   ├── Pulumi.yaml
    │   ├── README.md
    │   ├── acl.ts
    │   ├── aclLegacy.ts
    │   ├── acme/
    │   │   ├── account.ts
    │   │   ├── accountLegacy.ts
    │   │   ├── certificate.ts
    │   │   ├── certificateLegacy.ts
    │   │   ├── dns/
    │   │   │   ├── index.ts
    │   │   │   ├── plugin.ts
    │   │   │   └── pluginLegacy.ts
    │   │   ├── getAccount.ts
    │   │   ├── getAccountLegacy.ts
    │   │   ├── getAccounts.ts
    │   │   ├── getAccountsLegacy.ts
    │   │   ├── getPlugin.ts
    │   │   ├── getPluginLegacy.ts
    │   │   ├── getPlugins.ts
    │   │   ├── getPluginsLegacy.ts
    │   │   └── index.ts
    │   ├── apt/
    │   │   ├── getRepository.ts
    │   │   ├── getRepositoryLegacy.ts
    │   │   ├── index.ts
    │   │   ├── repository.ts
    │   │   ├── repositoryLegacy.ts
    │   │   └── standard/
    │   │       ├── getRepository.ts
    │   │       ├── getRepositoryLegacy.ts
    │   │       ├── index.ts
    │   │       ├── repository.ts
    │   │       └── repositoryLegacy.ts
    │   ├── backup/
    │   │   ├── getJobs.ts
    │   │   ├── index.ts
    │   │   └── job.ts
    │   ├── certificateLegacy.ts
    │   ├── cloned/
    │   │   ├── index.ts
    │   │   ├── vm.ts
    │   │   └── vmLegacy.ts
    │   ├── cluster/
    │   │   ├── firewall/
    │   │   │   ├── index.ts
    │   │   │   └── security/
    │   │   │       ├── groupLegacy.ts
    │   │   │       └── index.ts
    │   │   ├── firewallLegacy.ts
    │   │   ├── index.ts
    │   │   ├── options.ts
    │   │   └── optionsLegacy.ts
    │   ├── config/
    │   │   ├── index.ts
    │   │   └── vars.ts
    │   ├── containerLegacy.ts
    │   ├── dnsLegacy.ts
    │   ├── download/
    │   │   ├── file.ts
    │   │   ├── fileLegacy.ts
    │   │   └── index.ts
    │   ├── fileLegacy.ts
    │   ├── firewall/
    │   │   ├── aliasLegacy.ts
    │   │   ├── index.ts
    │   │   ├── ipsetLegacy.ts
    │   │   ├── optionsLegacy.ts
    │   │   └── rulesLegacy.ts
    │   ├── getContainerLegacy.ts
    │   ├── getContainersLegacy.ts
    │   ├── getDatastores.ts
    │   ├── getDatastoresLegacy.ts
    │   ├── getDnsLegacy.ts
    │   ├── getFile.ts
    │   ├── getFileLegacy.ts
    │   ├── getFiles.ts
    │   ├── getGroupLegacy.ts
    │   ├── getGroupsLegacy.ts
    │   ├── getHagroup.ts
    │   ├── getHagroupLegacy.ts
    │   ├── getHagroups.ts
    │   ├── getHagroupsLegacy.ts
    │   ├── getHaresource.ts
    │   ├── getHaresourceLegacy.ts
    │   ├── getHaresources.ts
    │   ├── getHaresourcesLegacy.ts
    │   ├── getHostsLegacy.ts
    │   ├── getNodeLegacy.ts
    │   ├── getNodesLegacy.ts
    │   ├── getPoolLegacy.ts
    │   ├── getPoolsLegacy.ts
    │   ├── getReplication.ts
    │   ├── getReplicationLegacy.ts
    │   ├── getReplications.ts
    │   ├── getReplicationsLegacy.ts
    │   ├── getRoleLegacy.ts
    │   ├── getRolesLegacy.ts
    │   ├── getTimeLegacy.ts
    │   ├── getUserLegacy.ts
    │   ├── getUsersLegacy.ts
    │   ├── getVersion.ts
    │   ├── getVersionLegacy.ts
    │   ├── getVm.ts
    │   ├── getVm2Legacy.ts
    │   ├── getVmLegacy.ts
    │   ├── getVmsLegacy.ts
    │   ├── groupLegacy.ts
    │   ├── hagroup.ts
    │   ├── hagroupLegacy.ts
    │   ├── hardware/
    │   │   ├── getMappings.ts
    │   │   ├── getMappingsLegacy.ts
    │   │   ├── getPci.ts
    │   │   ├── index.ts
    │   │   └── mapping/
    │   │       ├── dir.ts
    │   │       ├── dirLegacy.ts
    │   │       ├── getDir.ts
    │   │       ├── getDirLegacy.ts
    │   │       ├── getPci.ts
    │   │       ├── getPciLegacy.ts
    │   │       ├── getUsb.ts
    │   │       ├── getUsbLegacy.ts
    │   │       ├── index.ts
    │   │       ├── pci.ts
    │   │       ├── pciLegacy.ts
    │   │       ├── usb.ts
    │   │       └── usbLegacy.ts
    │   ├── haresource.ts
    │   ├── haresourceLegacy.ts
    │   ├── harule.ts
    │   ├── haruleLegacy.ts
    │   ├── hostsLegacy.ts
    │   ├── index.ts
    │   ├── metrics/
    │   │   ├── getServer.ts
    │   │   ├── getServerLegacy.ts
    │   │   ├── index.ts
    │   │   ├── server.ts
    │   │   └── serverLegacy.ts
    │   ├── network/
    │   │   ├── index.ts
    │   │   └── linux/
    │   │       ├── bond.ts
    │   │       ├── bridge.ts
    │   │       ├── bridgeLegacy.ts
    │   │       ├── index.ts
    │   │       ├── vlan.ts
    │   │       └── vlanLegacy.ts
    │   ├── node/
    │   │   ├── firewall.ts
    │   │   ├── firewallLegacy.ts
    │   │   └── index.ts
    │   ├── oci/
    │   │   ├── image.ts
    │   │   ├── imageLegacy.ts
    │   │   └── index.ts
    │   ├── package.json
    │   ├── pool/
    │   │   ├── index.ts
    │   │   ├── membership.ts
    │   │   └── membershipLegacy.ts
    │   ├── poolLegacy.ts
    │   ├── provider.ts
    │   ├── realm/
    │   │   ├── index.ts
    │   │   ├── ldap.ts
    │   │   ├── ldapLegacy.ts
    │   │   ├── openid.ts
    │   │   ├── openidLegacy.ts
    │   │   ├── sync.ts
    │   │   └── syncLegacy.ts
    │   ├── replication.ts
    │   ├── replicationLegacy.ts
    │   ├── roleLegacy.ts
    │   ├── sdn/
    │   │   ├── applier.ts
    │   │   ├── applierLegacy.ts
    │   │   ├── fabric/
    │   │   │   ├── getOpenfabric.ts
    │   │   │   ├── getOpenfabricLegacy.ts
    │   │   │   ├── getOspf.ts
    │   │   │   ├── getOspfLegacy.ts
    │   │   │   ├── index.ts
    │   │   │   ├── node/
    │   │   │   │   ├── getOpenfabric.ts
    │   │   │   │   ├── getOpenfabricLegacy.ts
    │   │   │   │   ├── getOspf.ts
    │   │   │   │   ├── getOspfLegacy.ts
    │   │   │   │   ├── index.ts
    │   │   │   │   ├── openfabric.ts
    │   │   │   │   ├── openfabricLegacy.ts
    │   │   │   │   ├── ospf.ts
    │   │   │   │   └── ospfLegacy.ts
    │   │   │   ├── openfabric.ts
    │   │   │   ├── openfabricLegacy.ts
    │   │   │   ├── ospf.ts
    │   │   │   └── ospfLegacy.ts
    │   │   ├── getSubnet.ts
    │   │   ├── getSubnetLegacy.ts
    │   │   ├── getVnet.ts
    │   │   ├── getVnetLegacy.ts
    │   │   ├── getVnets.ts
    │   │   ├── getVnetsLegacy.ts
    │   │   ├── getZones.ts
    │   │   ├── getZonesLegacy.ts
    │   │   ├── index.ts
    │   │   ├── subnet.ts
    │   │   ├── subnetLegacy.ts
    │   │   ├── vnet.ts
    │   │   ├── vnetLegacy.ts
    │   │   └── zone/
    │   │       ├── evpn.ts
    │   │       ├── evpnLegacy.ts
    │   │       ├── getEvpn.ts
    │   │       ├── getEvpnLegacy.ts
    │   │       ├── getQinq.ts
    │   │       ├── getQinqLegacy.ts
    │   │       ├── getSimple.ts
    │   │       ├── getSimpleLegacy.ts
    │   │       ├── getVlan.ts
    │   │       ├── getVlanLegacy.ts
    │   │       ├── getVxlan.ts
    │   │       ├── getVxlanLegacy.ts
    │   │       ├── index.ts
    │   │       ├── qinq.ts
    │   │       ├── qinqLegacy.ts
    │   │       ├── simple.ts
    │   │       ├── simpleLegacy.ts
    │   │       ├── vlan.ts
    │   │       ├── vlanLegacy.ts
    │   │       ├── vxlan.ts
    │   │       └── vxlanLegacy.ts
    │   ├── storage/
    │   │   ├── cifs.ts
    │   │   ├── cifsLegacy.ts
    │   │   ├── directory.ts
    │   │   ├── directoryLegacy.ts
    │   │   ├── index.ts
    │   │   ├── lvm.ts
    │   │   ├── lvmLegacy.ts
    │   │   ├── lvmthin.ts
    │   │   ├── lvmthinLegacy.ts
    │   │   ├── nfs.ts
    │   │   ├── nfsLegacy.ts
    │   │   ├── pbs.ts
    │   │   ├── pbsLegacy.ts
    │   │   ├── zfspool.ts
    │   │   └── zfspoolLegacy.ts
    │   ├── timeLegacy.ts
    │   ├── tsconfig.json
    │   ├── types/
    │   │   ├── index.ts
    │   │   ├── input.ts
    │   │   └── output.ts
    │   ├── user/
    │   │   ├── index.ts
    │   │   ├── token.ts
    │   │   └── tokenLegacy.ts
    │   ├── userLegacy.ts
    │   ├── utilities.ts
    │   ├── vm.ts
    │   ├── vm2Legacy.ts
    │   └── vmLegacy.ts
    └── python/
        ├── .gitattributes
        ├── .gitignore
        ├── Pulumi.yaml
        ├── README.md
        ├── pulumi_proxmoxve/
        │   ├── README.md
        │   ├── __init__.py
        │   ├── _inputs.py
        │   ├── _utilities.py
        │   ├── acl.py
        │   ├── acl_legacy.py
        │   ├── acme/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── account.py
        │   │   ├── account_legacy.py
        │   │   ├── certificate.py
        │   │   ├── certificate_legacy.py
        │   │   ├── dns/
        │   │   │   ├── __init__.py
        │   │   │   ├── plugin.py
        │   │   │   └── plugin_legacy.py
        │   │   ├── get_account.py
        │   │   ├── get_account_legacy.py
        │   │   ├── get_accounts.py
        │   │   ├── get_accounts_legacy.py
        │   │   ├── get_plugin.py
        │   │   ├── get_plugin_legacy.py
        │   │   ├── get_plugins.py
        │   │   ├── get_plugins_legacy.py
        │   │   └── outputs.py
        │   ├── apt/
        │   │   ├── __init__.py
        │   │   ├── get_repository.py
        │   │   ├── get_repository_legacy.py
        │   │   ├── repository.py
        │   │   ├── repository_legacy.py
        │   │   └── standard/
        │   │       ├── __init__.py
        │   │       ├── get_repository.py
        │   │       ├── get_repository_legacy.py
        │   │       ├── repository.py
        │   │       └── repository_legacy.py
        │   ├── backup/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── get_jobs.py
        │   │   ├── job.py
        │   │   └── outputs.py
        │   ├── certificate_legacy.py
        │   ├── cloned/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── outputs.py
        │   │   ├── vm.py
        │   │   └── vm_legacy.py
        │   ├── cluster/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── firewall/
        │   │   │   ├── __init__.py
        │   │   │   └── security/
        │   │   │       ├── __init__.py
        │   │   │       ├── _inputs.py
        │   │   │       ├── group_legacy.py
        │   │   │       └── outputs.py
        │   │   ├── firewall_legacy.py
        │   │   ├── options.py
        │   │   ├── options_legacy.py
        │   │   └── outputs.py
        │   ├── config/
        │   │   ├── __init__.py
        │   │   ├── __init__.pyi
        │   │   ├── outputs.py
        │   │   └── vars.py
        │   ├── container_legacy.py
        │   ├── dns_legacy.py
        │   ├── download/
        │   │   ├── __init__.py
        │   │   ├── file.py
        │   │   └── file_legacy.py
        │   ├── file_legacy.py
        │   ├── firewall/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── alias_legacy.py
        │   │   ├── ipset_legacy.py
        │   │   ├── options_legacy.py
        │   │   ├── outputs.py
        │   │   └── rules_legacy.py
        │   ├── get_container_legacy.py
        │   ├── get_containers_legacy.py
        │   ├── get_datastores.py
        │   ├── get_datastores_legacy.py
        │   ├── get_dns_legacy.py
        │   ├── get_file.py
        │   ├── get_file_legacy.py
        │   ├── get_files.py
        │   ├── get_group_legacy.py
        │   ├── get_groups_legacy.py
        │   ├── get_hagroup.py
        │   ├── get_hagroup_legacy.py
        │   ├── get_hagroups.py
        │   ├── get_hagroups_legacy.py
        │   ├── get_haresource.py
        │   ├── get_haresource_legacy.py
        │   ├── get_haresources.py
        │   ├── get_haresources_legacy.py
        │   ├── get_hosts_legacy.py
        │   ├── get_node_legacy.py
        │   ├── get_nodes_legacy.py
        │   ├── get_pool_legacy.py
        │   ├── get_pools_legacy.py
        │   ├── get_replication.py
        │   ├── get_replication_legacy.py
        │   ├── get_replications.py
        │   ├── get_replications_legacy.py
        │   ├── get_role_legacy.py
        │   ├── get_roles_legacy.py
        │   ├── get_time_legacy.py
        │   ├── get_user_legacy.py
        │   ├── get_users_legacy.py
        │   ├── get_version.py
        │   ├── get_version_legacy.py
        │   ├── get_vm.py
        │   ├── get_vm2_legacy.py
        │   ├── get_vm_legacy.py
        │   ├── get_vms_legacy.py
        │   ├── group_legacy.py
        │   ├── hagroup.py
        │   ├── hagroup_legacy.py
        │   ├── hardware/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── get_mappings.py
        │   │   ├── get_mappings_legacy.py
        │   │   ├── get_pci.py
        │   │   ├── mapping/
        │   │   │   ├── __init__.py
        │   │   │   ├── _inputs.py
        │   │   │   ├── dir.py
        │   │   │   ├── dir_legacy.py
        │   │   │   ├── get_dir.py
        │   │   │   ├── get_dir_legacy.py
        │   │   │   ├── get_pci.py
        │   │   │   ├── get_pci_legacy.py
        │   │   │   ├── get_usb.py
        │   │   │   ├── get_usb_legacy.py
        │   │   │   ├── outputs.py
        │   │   │   ├── pci.py
        │   │   │   ├── pci_legacy.py
        │   │   │   ├── usb.py
        │   │   │   └── usb_legacy.py
        │   │   └── outputs.py
        │   ├── haresource.py
        │   ├── haresource_legacy.py
        │   ├── harule.py
        │   ├── harule_legacy.py
        │   ├── hosts_legacy.py
        │   ├── metrics/
        │   │   ├── __init__.py
        │   │   ├── get_server.py
        │   │   ├── get_server_legacy.py
        │   │   ├── server.py
        │   │   └── server_legacy.py
        │   ├── network/
        │   │   ├── __init__.py
        │   │   └── linux/
        │   │       ├── __init__.py
        │   │       ├── bond.py
        │   │       ├── bridge.py
        │   │       ├── bridge_legacy.py
        │   │       ├── vlan.py
        │   │       └── vlan_legacy.py
        │   ├── node/
        │   │   ├── __init__.py
        │   │   ├── firewall.py
        │   │   └── firewall_legacy.py
        │   ├── oci/
        │   │   ├── __init__.py
        │   │   ├── image.py
        │   │   └── image_legacy.py
        │   ├── outputs.py
        │   ├── pool/
        │   │   ├── __init__.py
        │   │   ├── membership.py
        │   │   └── membership_legacy.py
        │   ├── pool_legacy.py
        │   ├── provider.py
        │   ├── pulumi-plugin.json
        │   ├── py.typed
        │   ├── realm/
        │   │   ├── __init__.py
        │   │   ├── ldap.py
        │   │   ├── ldap_legacy.py
        │   │   ├── openid.py
        │   │   ├── openid_legacy.py
        │   │   ├── sync.py
        │   │   └── sync_legacy.py
        │   ├── replication.py
        │   ├── replication_legacy.py
        │   ├── role_legacy.py
        │   ├── sdn/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── applier.py
        │   │   ├── applier_legacy.py
        │   │   ├── fabric/
        │   │   │   ├── __init__.py
        │   │   │   ├── get_openfabric.py
        │   │   │   ├── get_openfabric_legacy.py
        │   │   │   ├── get_ospf.py
        │   │   │   ├── get_ospf_legacy.py
        │   │   │   ├── node/
        │   │   │   │   ├── __init__.py
        │   │   │   │   ├── get_openfabric.py
        │   │   │   │   ├── get_openfabric_legacy.py
        │   │   │   │   ├── get_ospf.py
        │   │   │   │   ├── get_ospf_legacy.py
        │   │   │   │   ├── openfabric.py
        │   │   │   │   ├── openfabric_legacy.py
        │   │   │   │   ├── ospf.py
        │   │   │   │   └── ospf_legacy.py
        │   │   │   ├── openfabric.py
        │   │   │   ├── openfabric_legacy.py
        │   │   │   ├── ospf.py
        │   │   │   └── ospf_legacy.py
        │   │   ├── get_subnet.py
        │   │   ├── get_subnet_legacy.py
        │   │   ├── get_vnet.py
        │   │   ├── get_vnet_legacy.py
        │   │   ├── get_vnets.py
        │   │   ├── get_vnets_legacy.py
        │   │   ├── get_zones.py
        │   │   ├── get_zones_legacy.py
        │   │   ├── outputs.py
        │   │   ├── subnet.py
        │   │   ├── subnet_legacy.py
        │   │   ├── vnet.py
        │   │   ├── vnet_legacy.py
        │   │   └── zone/
        │   │       ├── __init__.py
        │   │       ├── evpn.py
        │   │       ├── evpn_legacy.py
        │   │       ├── get_evpn.py
        │   │       ├── get_evpn_legacy.py
        │   │       ├── get_qinq.py
        │   │       ├── get_qinq_legacy.py
        │   │       ├── get_simple.py
        │   │       ├── get_simple_legacy.py
        │   │       ├── get_vlan.py
        │   │       ├── get_vlan_legacy.py
        │   │       ├── get_vxlan.py
        │   │       ├── get_vxlan_legacy.py
        │   │       ├── qinq.py
        │   │       ├── qinq_legacy.py
        │   │       ├── simple.py
        │   │       ├── simple_legacy.py
        │   │       ├── vlan.py
        │   │       ├── vlan_legacy.py
        │   │       ├── vxlan.py
        │   │       └── vxlan_legacy.py
        │   ├── storage/
        │   │   ├── __init__.py
        │   │   ├── _inputs.py
        │   │   ├── cifs.py
        │   │   ├── cifs_legacy.py
        │   │   ├── directory.py
        │   │   ├── directory_legacy.py
        │   │   ├── lvm.py
        │   │   ├── lvm_legacy.py
        │   │   ├── lvmthin.py
        │   │   ├── lvmthin_legacy.py
        │   │   ├── nfs.py
        │   │   ├── nfs_legacy.py
        │   │   ├── outputs.py
        │   │   ├── pbs.py
        │   │   ├── pbs_legacy.py
        │   │   ├── zfspool.py
        │   │   └── zfspool_legacy.py
        │   ├── time_legacy.py
        │   ├── user/
        │   │   ├── __init__.py
        │   │   ├── token.py
        │   │   └── token_legacy.py
        │   ├── user_legacy.py
        │   ├── vm.py
        │   ├── vm2_legacy.py
        │   └── vm_legacy.py
        └── pyproject.toml
Download .txt
Showing preview only (4,258K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (47797 symbols across 2181 files)

FILE: provider/cmd/pulumi-resource-proxmoxve/generate.go
  function main (line 30) | func main() {

FILE: provider/cmd/pulumi-resource-proxmoxve/main.go
  function main (line 30) | func main() {

FILE: provider/cmd/pulumi-tfgen-proxmoxve/main.go
  function main (line 22) | func main() {

FILE: provider/resources.go
  constant mainPkg (line 42) | mainPkg = "proxmoxve"
  constant mainMod (line 43) | mainMod = "index"
  function convertName (line 98) | func convertName(tfname string) (module string, name string) {
  function makeDataSource (line 129) | func makeDataSource(ds string) tokens.ModuleMember {
  function makeResource (line 134) | func makeResource(res string) tokens.Type {
  function moduleComputeStrategy (line 139) | func moduleComputeStrategy() tfbridge.Strategy {
  function resourceComputeIDOverride (line 156) | func resourceComputeIDOverride() func(context.Context, resource.Property...
  function resourceFieldIDOverride (line 163) | func resourceFieldIDOverride(fields map[string]*tfbridge.SchemaInfo) map...
  function resourceFieldsCustomOverride (line 171) | func resourceFieldsCustomOverride(fields map[string]*tfbridge.SchemaInfo...
  function resourceFieldsOverride (line 182) | func resourceFieldsOverride(name string, overrideID bool) map[string]*tf...
  function resourceOverrides (line 193) | func resourceOverrides() map[string]*tfbridge.ResourceInfo {
  function Provider (line 229) | func Provider() tfbridge.ProviderInfo {

FILE: sdk/dotnet/Acl.cs
  class Acl (line 64) | [ProxmoxVEResourceType("proxmoxve:index/acl:Acl")]
    method Acl (line 111) | public Acl(string name, AclArgs args, CustomResourceOptions? options =...
    method Acl (line 116) | private Acl(string name, Input<string> id, AclState? state = null, Cus...
    method MakeResourceOptions (line 121) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 142) | public static Acl Get(string name, Input<string> id, AclState? state =...
  class AclArgs (line 148) | public sealed class AclArgs : global::Pulumi.ResourceArgs
    method AclArgs (line 186) | public AclArgs()
  class AclState (line 192) | public sealed class AclState : global::Pulumi.ResourceArgs
    method AclState (line 230) | public AclState()

FILE: sdk/dotnet/AclLegacy.cs
  class AclLegacy (line 66) | [ProxmoxVEResourceType("proxmoxve:index/aclLegacy:AclLegacy")]
    method AclLegacy (line 113) | public AclLegacy(string name, AclLegacyArgs args, CustomResourceOption...
    method AclLegacy (line 118) | private AclLegacy(string name, Input<string> id, AclLegacyState? state...
    method MakeResourceOptions (line 123) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 144) | public static AclLegacy Get(string name, Input<string> id, AclLegacySt...
  class AclLegacyArgs (line 150) | public sealed class AclLegacyArgs : global::Pulumi.ResourceArgs
    method AclLegacyArgs (line 188) | public AclLegacyArgs()
  class AclLegacyState (line 194) | public sealed class AclLegacyState : global::Pulumi.ResourceArgs
    method AclLegacyState (line 232) | public AclLegacyState()

FILE: sdk/dotnet/Acme/Account.cs
  class Account (line 47) | [ProxmoxVEResourceType("proxmoxve:acme/account:Account")]
    method Account (line 106) | public Account(string name, AccountArgs args, CustomResourceOptions? o...
    method Account (line 111) | private Account(string name, Input<string> id, AccountState? state = n...
    method MakeResourceOptions (line 116) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 137) | public static Account Get(string name, Input<string> id, AccountState?...
  class AccountArgs (line 143) | public sealed class AccountArgs : global::Pulumi.ResourceArgs
    method AccountArgs (line 181) | public AccountArgs()
  class AccountState (line 187) | public sealed class AccountState : global::Pulumi.ResourceArgs
    method AccountState (line 237) | public AccountState()

FILE: sdk/dotnet/Acme/AccountLegacy.cs
  class AccountLegacy (line 49) | [ProxmoxVEResourceType("proxmoxve:acme/accountLegacy:AccountLegacy")]
    method AccountLegacy (line 108) | public AccountLegacy(string name, AccountLegacyArgs args, CustomResour...
    method AccountLegacy (line 113) | private AccountLegacy(string name, Input<string> id, AccountLegacyStat...
    method MakeResourceOptions (line 118) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 139) | public static AccountLegacy Get(string name, Input<string> id, Account...
  class AccountLegacyArgs (line 145) | public sealed class AccountLegacyArgs : global::Pulumi.ResourceArgs
    method AccountLegacyArgs (line 183) | public AccountLegacyArgs()
  class AccountLegacyState (line 189) | public sealed class AccountLegacyState : global::Pulumi.ResourceArgs
    method AccountLegacyState (line 239) | public AccountLegacyState()

FILE: sdk/dotnet/Acme/Certificate.cs
  class Certificate (line 121) | [ProxmoxVEResourceType("proxmoxve:acme/certificate:Certificate")]
    method Certificate (line 198) | public Certificate(string name, CertificateArgs args, CustomResourceOp...
    method Certificate (line 203) | private Certificate(string name, Input<string> id, CertificateState? s...
    method MakeResourceOptions (line 208) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 229) | public static Certificate Get(string name, Input<string> id, Certifica...
  class CertificateArgs (line 235) | public sealed class CertificateArgs : global::Pulumi.ResourceArgs
    method CertificateArgs (line 267) | public CertificateArgs()
  class CertificateState (line 273) | public sealed class CertificateState : global::Pulumi.ResourceArgs
    method CertificateState (line 353) | public CertificateState()

FILE: sdk/dotnet/Acme/CertificateLegacy.cs
  class CertificateLegacy (line 123) | [ProxmoxVEResourceType("proxmoxve:acme/certificateLegacy:CertificateLega...
    method CertificateLegacy (line 200) | public CertificateLegacy(string name, CertificateLegacyArgs args, Cust...
    method CertificateLegacy (line 205) | private CertificateLegacy(string name, Input<string> id, CertificateLe...
    method MakeResourceOptions (line 210) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 231) | public static CertificateLegacy Get(string name, Input<string> id, Cer...
  class CertificateLegacyArgs (line 237) | public sealed class CertificateLegacyArgs : global::Pulumi.ResourceArgs
    method CertificateLegacyArgs (line 269) | public CertificateLegacyArgs()
  class CertificateLegacyState (line 275) | public sealed class CertificateLegacyState : global::Pulumi.ResourceArgs
    method CertificateLegacyState (line 355) | public CertificateLegacyState()

FILE: sdk/dotnet/Acme/Dns/Plugin.cs
  class Plugin (line 48) | [ProxmoxVEResourceType("proxmoxve:acme/dns/plugin:Plugin")]
    method Plugin (line 95) | public Plugin(string name, PluginArgs args, CustomResourceOptions? opt...
    method Plugin (line 100) | private Plugin(string name, Input<string> id, PluginState? state = nul...
    method MakeResourceOptions (line 105) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 126) | public static Plugin Get(string name, Input<string> id, PluginState? s...
  class PluginArgs (line 132) | public sealed class PluginArgs : global::Pulumi.ResourceArgs
    method PluginArgs (line 176) | public PluginArgs()
  class PluginState (line 182) | public sealed class PluginState : global::Pulumi.ResourceArgs
    method PluginState (line 226) | public PluginState()

FILE: sdk/dotnet/Acme/Dns/PluginLegacy.cs
  class PluginLegacy (line 50) | [ProxmoxVEResourceType("proxmoxve:acme/dns/pluginLegacy:PluginLegacy")]
    method PluginLegacy (line 97) | public PluginLegacy(string name, PluginLegacyArgs args, CustomResource...
    method PluginLegacy (line 102) | private PluginLegacy(string name, Input<string> id, PluginLegacyState?...
    method MakeResourceOptions (line 107) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 128) | public static PluginLegacy Get(string name, Input<string> id, PluginLe...
  class PluginLegacyArgs (line 134) | public sealed class PluginLegacyArgs : global::Pulumi.ResourceArgs
    method PluginLegacyArgs (line 178) | public PluginLegacyArgs()
  class PluginLegacyState (line 184) | public sealed class PluginLegacyState : global::Pulumi.ResourceArgs
    method PluginLegacyState (line 228) | public PluginLegacyState()

FILE: sdk/dotnet/Acme/GetAccount.cs
  class GetAccount (line 12) | public static class GetAccount
    method InvokeAsync (line 40) | public static Task<GetAccountResult> InvokeAsync(GetAccountArgs? args ...
    method Invoke (line 69) | public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs? ar...
    method Invoke (line 98) | public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs arg...
  class GetAccountArgs (line 103) | public sealed class GetAccountArgs : global::Pulumi.InvokeArgs
    method GetAccountArgs (line 111) | public GetAccountArgs()
  class GetAccountInvokeArgs (line 117) | public sealed class GetAccountInvokeArgs : global::Pulumi.InvokeArgs
    method GetAccountInvokeArgs (line 125) | public GetAccountInvokeArgs()
  class GetAccountResult (line 132) | [OutputType]
    method GetAccountResult (line 160) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetAccountLegacy.cs
  class GetAccountLegacy (line 12) | public static class GetAccountLegacy
    method InvokeAsync (line 42) | public static Task<GetAccountLegacyResult> InvokeAsync(GetAccountLegac...
    method Invoke (line 73) | public static Output<GetAccountLegacyResult> Invoke(GetAccountLegacyIn...
    method Invoke (line 104) | public static Output<GetAccountLegacyResult> Invoke(GetAccountLegacyIn...
  class GetAccountLegacyArgs (line 109) | public sealed class GetAccountLegacyArgs : global::Pulumi.InvokeArgs
    method GetAccountLegacyArgs (line 117) | public GetAccountLegacyArgs()
  class GetAccountLegacyInvokeArgs (line 123) | public sealed class GetAccountLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetAccountLegacyInvokeArgs (line 131) | public GetAccountLegacyInvokeArgs()
  class GetAccountLegacyResult (line 138) | [OutputType]
    method GetAccountLegacyResult (line 166) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetAccounts.cs
  class GetAccounts (line 12) | public static class GetAccounts
    method InvokeAsync (line 36) | public static Task<GetAccountsResult> InvokeAsync(InvokeOptions? optio...
    method Invoke (line 61) | public static Output<GetAccountsResult> Invoke(InvokeOptions? options ...
    method Invoke (line 86) | public static Output<GetAccountsResult> Invoke(InvokeOutputOptions opt...
  class GetAccountsResult (line 91) | [OutputType]
    method GetAccountsResult (line 103) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetAccountsLegacy.cs
  class GetAccountsLegacy (line 12) | public static class GetAccountsLegacy
    method InvokeAsync (line 38) | public static Task<GetAccountsLegacyResult> InvokeAsync(InvokeOptions?...
    method Invoke (line 65) | public static Output<GetAccountsLegacyResult> Invoke(InvokeOptions? op...
    method Invoke (line 92) | public static Output<GetAccountsLegacyResult> Invoke(InvokeOutputOptio...
  class GetAccountsLegacyResult (line 97) | [OutputType]
    method GetAccountsLegacyResult (line 109) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetPlugin.cs
  class GetPlugin (line 12) | public static class GetPlugin
    method InvokeAsync (line 39) | public static Task<GetPluginResult> InvokeAsync(GetPluginArgs args, In...
    method Invoke (line 67) | public static Output<GetPluginResult> Invoke(GetPluginInvokeArgs args,...
    method Invoke (line 95) | public static Output<GetPluginResult> Invoke(GetPluginInvokeArgs args,...
  class GetPluginArgs (line 100) | public sealed class GetPluginArgs : global::Pulumi.InvokeArgs
    method GetPluginArgs (line 108) | public GetPluginArgs()
  class GetPluginInvokeArgs (line 114) | public sealed class GetPluginInvokeArgs : global::Pulumi.InvokeArgs
    method GetPluginInvokeArgs (line 122) | public GetPluginInvokeArgs()
  class GetPluginResult (line 129) | [OutputType]
    method GetPluginResult (line 161) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetPluginLegacy.cs
  class GetPluginLegacy (line 12) | public static class GetPluginLegacy
    method InvokeAsync (line 41) | public static Task<GetPluginLegacyResult> InvokeAsync(GetPluginLegacyA...
    method Invoke (line 71) | public static Output<GetPluginLegacyResult> Invoke(GetPluginLegacyInvo...
    method Invoke (line 101) | public static Output<GetPluginLegacyResult> Invoke(GetPluginLegacyInvo...
  class GetPluginLegacyArgs (line 106) | public sealed class GetPluginLegacyArgs : global::Pulumi.InvokeArgs
    method GetPluginLegacyArgs (line 114) | public GetPluginLegacyArgs()
  class GetPluginLegacyInvokeArgs (line 120) | public sealed class GetPluginLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetPluginLegacyInvokeArgs (line 128) | public GetPluginLegacyInvokeArgs()
  class GetPluginLegacyResult (line 135) | [OutputType]
    method GetPluginLegacyResult (line 167) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetPlugins.cs
  class GetPlugins (line 12) | public static class GetPlugins
    method InvokeAsync (line 36) | public static Task<GetPluginsResult> InvokeAsync(InvokeOptions? option...
    method Invoke (line 61) | public static Output<GetPluginsResult> Invoke(InvokeOptions? options =...
    method Invoke (line 86) | public static Output<GetPluginsResult> Invoke(InvokeOutputOptions opti...
  class GetPluginsResult (line 91) | [OutputType]
    method GetPluginsResult (line 103) | [OutputConstructor]

FILE: sdk/dotnet/Acme/GetPluginsLegacy.cs
  class GetPluginsLegacy (line 12) | public static class GetPluginsLegacy
    method InvokeAsync (line 38) | public static Task<GetPluginsLegacyResult> InvokeAsync(InvokeOptions? ...
    method Invoke (line 65) | public static Output<GetPluginsLegacyResult> Invoke(InvokeOptions? opt...
    method Invoke (line 92) | public static Output<GetPluginsLegacyResult> Invoke(InvokeOutputOption...
  class GetPluginsLegacyResult (line 97) | [OutputType]
    method GetPluginsLegacyResult (line 109) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Inputs/CertificateDomainArgs.cs
  class CertificateDomainArgs (line 13) | public sealed class CertificateDomainArgs : global::Pulumi.ResourceArgs
    method CertificateDomainArgs (line 33) | public CertificateDomainArgs()

FILE: sdk/dotnet/Acme/Inputs/CertificateDomainGetArgs.cs
  class CertificateDomainGetArgs (line 13) | public sealed class CertificateDomainGetArgs : global::Pulumi.ResourceArgs
    method CertificateDomainGetArgs (line 33) | public CertificateDomainGetArgs()

FILE: sdk/dotnet/Acme/Inputs/CertificateLegacyDomainArgs.cs
  class CertificateLegacyDomainArgs (line 13) | public sealed class CertificateLegacyDomainArgs : global::Pulumi.Resourc...
    method CertificateLegacyDomainArgs (line 33) | public CertificateLegacyDomainArgs()

FILE: sdk/dotnet/Acme/Inputs/CertificateLegacyDomainGetArgs.cs
  class CertificateLegacyDomainGetArgs (line 13) | public sealed class CertificateLegacyDomainGetArgs : global::Pulumi.Reso...
    method CertificateLegacyDomainGetArgs (line 33) | public CertificateLegacyDomainGetArgs()

FILE: sdk/dotnet/Acme/Outputs/CertificateDomain.cs
  class CertificateDomain (line 13) | [OutputType]
    method CertificateDomain (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Outputs/CertificateLegacyDomain.cs
  class CertificateLegacyDomain (line 13) | [OutputType]
    method CertificateLegacyDomain (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Outputs/GetAccountAccountResult.cs
  class GetAccountAccountResult (line 13) | [OutputType]
    method GetAccountAccountResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Outputs/GetAccountLegacyAccountResult.cs
  class GetAccountLegacyAccountResult (line 13) | [OutputType]
    method GetAccountLegacyAccountResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Outputs/GetPluginsLegacyPluginResult.cs
  class GetPluginsLegacyPluginResult (line 13) | [OutputType]
    method GetPluginsLegacyPluginResult (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Acme/Outputs/GetPluginsPluginResult.cs
  class GetPluginsPluginResult (line 13) | [OutputType]
    method GetPluginsPluginResult (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Apt/GetRepository.cs
  class GetRepository (line 12) | public static class GetRepository
    method InvokeAsync (line 41) | public static Task<GetRepositoryResult> InvokeAsync(GetRepositoryArgs ...
    method Invoke (line 71) | public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeAr...
    method Invoke (line 101) | public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeAr...
  class GetRepositoryArgs (line 106) | public sealed class GetRepositoryArgs : global::Pulumi.InvokeArgs
    method GetRepositoryArgs (line 126) | public GetRepositoryArgs()
  class GetRepositoryInvokeArgs (line 132) | public sealed class GetRepositoryInvokeArgs : global::Pulumi.InvokeArgs
    method GetRepositoryInvokeArgs (line 152) | public GetRepositoryInvokeArgs()
  class GetRepositoryResult (line 159) | [OutputType]
    method GetRepositoryResult (line 207) | [OutputConstructor]

FILE: sdk/dotnet/Apt/GetRepositoryLegacy.cs
  class GetRepositoryLegacy (line 12) | public static class GetRepositoryLegacy
    method InvokeAsync (line 43) | public static Task<GetRepositoryLegacyResult> InvokeAsync(GetRepositor...
    method Invoke (line 75) | public static Output<GetRepositoryLegacyResult> Invoke(GetRepositoryLe...
    method Invoke (line 107) | public static Output<GetRepositoryLegacyResult> Invoke(GetRepositoryLe...
  class GetRepositoryLegacyArgs (line 112) | public sealed class GetRepositoryLegacyArgs : global::Pulumi.InvokeArgs
    method GetRepositoryLegacyArgs (line 132) | public GetRepositoryLegacyArgs()
  class GetRepositoryLegacyInvokeArgs (line 138) | public sealed class GetRepositoryLegacyInvokeArgs : global::Pulumi.Invok...
    method GetRepositoryLegacyInvokeArgs (line 158) | public GetRepositoryLegacyInvokeArgs()
  class GetRepositoryLegacyResult (line 165) | [OutputType]
    method GetRepositoryLegacyResult (line 213) | [OutputConstructor]

FILE: sdk/dotnet/Apt/Repository.cs
  class Repository (line 46) | [ProxmoxVEResourceType("proxmoxve:apt/repository:Repository")]
    method Repository (line 117) | public Repository(string name, RepositoryArgs args, CustomResourceOpti...
    method Repository (line 122) | private Repository(string name, Input<string> id, RepositoryState? sta...
    method MakeResourceOptions (line 127) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 148) | public static Repository Get(string name, Input<string> id, Repository...
  class RepositoryArgs (line 154) | public sealed class RepositoryArgs : global::Pulumi.ResourceArgs
    method RepositoryArgs (line 180) | public RepositoryArgs()
  class RepositoryState (line 186) | public sealed class RepositoryState : global::Pulumi.ResourceArgs
    method RepositoryState (line 272) | public RepositoryState()

FILE: sdk/dotnet/Apt/RepositoryLegacy.cs
  class RepositoryLegacy (line 48) | [ProxmoxVEResourceType("proxmoxve:apt/repositoryLegacy:RepositoryLegacy")]
    method RepositoryLegacy (line 119) | public RepositoryLegacy(string name, RepositoryLegacyArgs args, Custom...
    method RepositoryLegacy (line 124) | private RepositoryLegacy(string name, Input<string> id, RepositoryLega...
    method MakeResourceOptions (line 129) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 150) | public static RepositoryLegacy Get(string name, Input<string> id, Repo...
  class RepositoryLegacyArgs (line 156) | public sealed class RepositoryLegacyArgs : global::Pulumi.ResourceArgs
    method RepositoryLegacyArgs (line 182) | public RepositoryLegacyArgs()
  class RepositoryLegacyState (line 188) | public sealed class RepositoryLegacyState : global::Pulumi.ResourceArgs
    method RepositoryLegacyState (line 274) | public RepositoryLegacyState()

FILE: sdk/dotnet/Apt/Standard/GetRepository.cs
  class GetRepository (line 12) | public static class GetRepository
    method InvokeAsync (line 40) | public static Task<GetRepositoryResult> InvokeAsync(GetRepositoryArgs ...
    method Invoke (line 69) | public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeAr...
    method Invoke (line 98) | public static Output<GetRepositoryResult> Invoke(GetRepositoryInvokeAr...
  class GetRepositoryArgs (line 103) | public sealed class GetRepositoryArgs : global::Pulumi.InvokeArgs
    method GetRepositoryArgs (line 117) | public GetRepositoryArgs()
  class GetRepositoryInvokeArgs (line 123) | public sealed class GetRepositoryInvokeArgs : global::Pulumi.InvokeArgs
    method GetRepositoryInvokeArgs (line 137) | public GetRepositoryInvokeArgs()
  class GetRepositoryResult (line 144) | [OutputType]
    method GetRepositoryResult (line 180) | [OutputConstructor]

FILE: sdk/dotnet/Apt/Standard/GetRepositoryLegacy.cs
  class GetRepositoryLegacy (line 12) | public static class GetRepositoryLegacy
    method InvokeAsync (line 42) | public static Task<GetRepositoryLegacyResult> InvokeAsync(GetRepositor...
    method Invoke (line 73) | public static Output<GetRepositoryLegacyResult> Invoke(GetRepositoryLe...
    method Invoke (line 104) | public static Output<GetRepositoryLegacyResult> Invoke(GetRepositoryLe...
  class GetRepositoryLegacyArgs (line 109) | public sealed class GetRepositoryLegacyArgs : global::Pulumi.InvokeArgs
    method GetRepositoryLegacyArgs (line 123) | public GetRepositoryLegacyArgs()
  class GetRepositoryLegacyInvokeArgs (line 129) | public sealed class GetRepositoryLegacyInvokeArgs : global::Pulumi.Invok...
    method GetRepositoryLegacyInvokeArgs (line 143) | public GetRepositoryLegacyInvokeArgs()
  class GetRepositoryLegacyResult (line 150) | [OutputType]
    method GetRepositoryLegacyResult (line 186) | [OutputConstructor]

FILE: sdk/dotnet/Apt/Standard/Repository.cs
  class Repository (line 52) | [ProxmoxVEResourceType("proxmoxve:apt/standard/repository:Repository")]
    method Repository (line 105) | public Repository(string name, RepositoryArgs args, CustomResourceOpti...
    method Repository (line 110) | private Repository(string name, Input<string> id, RepositoryState? sta...
    method MakeResourceOptions (line 115) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 136) | public static Repository Get(string name, Input<string> id, Repository...
  class RepositoryArgs (line 142) | public sealed class RepositoryArgs : global::Pulumi.ResourceArgs
    method RepositoryArgs (line 156) | public RepositoryArgs()
  class RepositoryState (line 162) | public sealed class RepositoryState : global::Pulumi.ResourceArgs
    method RepositoryState (line 206) | public RepositoryState()

FILE: sdk/dotnet/Apt/Standard/RepositoryLegacy.cs
  class RepositoryLegacy (line 54) | [ProxmoxVEResourceType("proxmoxve:apt/standard/repositoryLegacy:Reposito...
    method RepositoryLegacy (line 107) | public RepositoryLegacy(string name, RepositoryLegacyArgs args, Custom...
    method RepositoryLegacy (line 112) | private RepositoryLegacy(string name, Input<string> id, RepositoryLega...
    method MakeResourceOptions (line 117) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 138) | public static RepositoryLegacy Get(string name, Input<string> id, Repo...
  class RepositoryLegacyArgs (line 144) | public sealed class RepositoryLegacyArgs : global::Pulumi.ResourceArgs
    method RepositoryLegacyArgs (line 158) | public RepositoryLegacyArgs()
  class RepositoryLegacyState (line 164) | public sealed class RepositoryLegacyState : global::Pulumi.ResourceArgs
    method RepositoryLegacyState (line 208) | public RepositoryLegacyState()

FILE: sdk/dotnet/Backup/GetJobs.cs
  class GetJobs (line 12) | public static class GetJobs
    method InvokeAsync (line 32) | public static Task<GetJobsResult> InvokeAsync(InvokeOptions? options =...
    method Invoke (line 53) | public static Output<GetJobsResult> Invoke(InvokeOptions? options = null)
    method Invoke (line 74) | public static Output<GetJobsResult> Invoke(InvokeOutputOptions options)
  class GetJobsResult (line 79) | [OutputType]
    method GetJobsResult (line 91) | [OutputConstructor]

FILE: sdk/dotnet/Backup/Inputs/JobFleecingArgs.cs
  class JobFleecingArgs (line 13) | public sealed class JobFleecingArgs : global::Pulumi.ResourceArgs
    method JobFleecingArgs (line 27) | public JobFleecingArgs()

FILE: sdk/dotnet/Backup/Inputs/JobFleecingGetArgs.cs
  class JobFleecingGetArgs (line 13) | public sealed class JobFleecingGetArgs : global::Pulumi.ResourceArgs
    method JobFleecingGetArgs (line 27) | public JobFleecingGetArgs()

FILE: sdk/dotnet/Backup/Inputs/JobPerformanceArgs.cs
  class JobPerformanceArgs (line 13) | public sealed class JobPerformanceArgs : global::Pulumi.ResourceArgs
    method JobPerformanceArgs (line 27) | public JobPerformanceArgs()

FILE: sdk/dotnet/Backup/Inputs/JobPerformanceGetArgs.cs
  class JobPerformanceGetArgs (line 13) | public sealed class JobPerformanceGetArgs : global::Pulumi.ResourceArgs
    method JobPerformanceGetArgs (line 27) | public JobPerformanceGetArgs()

FILE: sdk/dotnet/Backup/Job.cs
  class Job (line 44) | [ProxmoxVEResourceType("proxmoxve:backup/job:Job")]
    method Job (line 247) | public Job(string name, JobArgs args, CustomResourceOptions? options =...
    method Job (line 252) | private Job(string name, Input<string> id, JobState? state = null, Cus...
    method MakeResourceOptions (line 257) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 278) | public static Job Get(string name, Input<string> id, JobState? state =...
  class JobArgs (line 284) | public sealed class JobArgs : global::Pulumi.ResourceArgs
    method JobArgs (line 502) | public JobArgs()
  class JobState (line 508) | public sealed class JobState : global::Pulumi.ResourceArgs
    method JobState (line 726) | public JobState()

FILE: sdk/dotnet/Backup/Outputs/GetJobsJobResult.cs
  class GetJobsJobResult (line 13) | [OutputType]
    method GetJobsJobResult (line 77) | [OutputConstructor]

FILE: sdk/dotnet/Backup/Outputs/JobFleecing.cs
  class JobFleecing (line 13) | [OutputType]
    method JobFleecing (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Backup/Outputs/JobPerformance.cs
  class JobPerformance (line 13) | [OutputType]
    method JobPerformance (line 25) | [OutputConstructor]

FILE: sdk/dotnet/CertificateLegacy.cs
  class CertificateLegacy (line 60) | [ProxmoxVEResourceType("proxmoxve:index/certificateLegacy:CertificateLeg...
    method CertificateLegacy (line 155) | public CertificateLegacy(string name, CertificateLegacyArgs args, Cust...
    method CertificateLegacy (line 160) | private CertificateLegacy(string name, Input<string> id, CertificateLe...
    method MakeResourceOptions (line 165) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 190) | public static CertificateLegacy Get(string name, Input<string> id, Cer...
  class CertificateLegacyArgs (line 196) | public sealed class CertificateLegacyArgs : global::Pulumi.ResourceArgs
    method CertificateLegacyArgs (line 238) | public CertificateLegacyArgs()
  class CertificateLegacyState (line 244) | public sealed class CertificateLegacyState : global::Pulumi.ResourceArgs
    method CertificateLegacyState (line 346) | public CertificateLegacyState()

FILE: sdk/dotnet/Cloned/Inputs/VmCdromArgs.cs
  class VmCdromArgs (line 13) | public sealed class VmCdromArgs : global::Pulumi.ResourceArgs
    method VmCdromArgs (line 21) | public VmCdromArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmCdromGetArgs.cs
  class VmCdromGetArgs (line 13) | public sealed class VmCdromGetArgs : global::Pulumi.ResourceArgs
    method VmCdromGetArgs (line 21) | public VmCdromGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmCloneArgs.cs
  class VmCloneArgs (line 13) | public sealed class VmCloneArgs : global::Pulumi.ResourceArgs
    method VmCloneArgs (line 69) | public VmCloneArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmCloneGetArgs.cs
  class VmCloneGetArgs (line 13) | public sealed class VmCloneGetArgs : global::Pulumi.ResourceArgs
    method VmCloneGetArgs (line 69) | public VmCloneGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmCpuArgs.cs
  class VmCpuArgs (line 13) | public sealed class VmCpuArgs : global::Pulumi.ResourceArgs
    method VmCpuArgs (line 81) | public VmCpuArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmCpuGetArgs.cs
  class VmCpuGetArgs (line 13) | public sealed class VmCpuGetArgs : global::Pulumi.ResourceArgs
    method VmCpuGetArgs (line 81) | public VmCpuGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmDeleteArgs.cs
  class VmDeleteArgs (line 13) | public sealed class VmDeleteArgs : global::Pulumi.ResourceArgs
    method VmDeleteArgs (line 39) | public VmDeleteArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmDeleteGetArgs.cs
  class VmDeleteGetArgs (line 13) | public sealed class VmDeleteGetArgs : global::Pulumi.ResourceArgs
    method VmDeleteGetArgs (line 39) | public VmDeleteGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmDiskArgs.cs
  class VmDiskArgs (line 13) | public sealed class VmDiskArgs : global::Pulumi.ResourceArgs
    method VmDiskArgs (line 99) | public VmDiskArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmDiskGetArgs.cs
  class VmDiskGetArgs (line 13) | public sealed class VmDiskGetArgs : global::Pulumi.ResourceArgs
    method VmDiskGetArgs (line 99) | public VmDiskGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCdromArgs.cs
  class VmLegacyCdromArgs (line 13) | public sealed class VmLegacyCdromArgs : global::Pulumi.ResourceArgs
    method VmLegacyCdromArgs (line 21) | public VmLegacyCdromArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCdromGetArgs.cs
  class VmLegacyCdromGetArgs (line 13) | public sealed class VmLegacyCdromGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCdromGetArgs (line 21) | public VmLegacyCdromGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCloneArgs.cs
  class VmLegacyCloneArgs (line 13) | public sealed class VmLegacyCloneArgs : global::Pulumi.ResourceArgs
    method VmLegacyCloneArgs (line 69) | public VmLegacyCloneArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCloneGetArgs.cs
  class VmLegacyCloneGetArgs (line 13) | public sealed class VmLegacyCloneGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCloneGetArgs (line 69) | public VmLegacyCloneGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCpuArgs.cs
  class VmLegacyCpuArgs (line 13) | public sealed class VmLegacyCpuArgs : global::Pulumi.ResourceArgs
    method VmLegacyCpuArgs (line 81) | public VmLegacyCpuArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyCpuGetArgs.cs
  class VmLegacyCpuGetArgs (line 13) | public sealed class VmLegacyCpuGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCpuGetArgs (line 81) | public VmLegacyCpuGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyDeleteArgs.cs
  class VmLegacyDeleteArgs (line 13) | public sealed class VmLegacyDeleteArgs : global::Pulumi.ResourceArgs
    method VmLegacyDeleteArgs (line 39) | public VmLegacyDeleteArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyDeleteGetArgs.cs
  class VmLegacyDeleteGetArgs (line 13) | public sealed class VmLegacyDeleteGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyDeleteGetArgs (line 39) | public VmLegacyDeleteGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyDiskArgs.cs
  class VmLegacyDiskArgs (line 13) | public sealed class VmLegacyDiskArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskArgs (line 99) | public VmLegacyDiskArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyDiskGetArgs.cs
  class VmLegacyDiskGetArgs (line 13) | public sealed class VmLegacyDiskGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskGetArgs (line 99) | public VmLegacyDiskGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyMemoryArgs.cs
  class VmLegacyMemoryArgs (line 13) | public sealed class VmLegacyMemoryArgs : global::Pulumi.ResourceArgs
    method VmLegacyMemoryArgs (line 50) | public VmLegacyMemoryArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyMemoryGetArgs.cs
  class VmLegacyMemoryGetArgs (line 13) | public sealed class VmLegacyMemoryGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyMemoryGetArgs (line 50) | public VmLegacyMemoryGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyNetworkArgs.cs
  class VmLegacyNetworkArgs (line 13) | public sealed class VmLegacyNetworkArgs : global::Pulumi.ResourceArgs
    method VmLegacyNetworkArgs (line 81) | public VmLegacyNetworkArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyNetworkGetArgs.cs
  class VmLegacyNetworkGetArgs (line 13) | public sealed class VmLegacyNetworkGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyNetworkGetArgs (line 81) | public VmLegacyNetworkGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyRngArgs.cs
  class VmLegacyRngArgs (line 13) | public sealed class VmLegacyRngArgs : global::Pulumi.ResourceArgs
    method VmLegacyRngArgs (line 33) | public VmLegacyRngArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyRngGetArgs.cs
  class VmLegacyRngGetArgs (line 13) | public sealed class VmLegacyRngGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyRngGetArgs (line 33) | public VmLegacyRngGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyTimeoutsArgs.cs
  class VmLegacyTimeoutsArgs (line 13) | public sealed class VmLegacyTimeoutsArgs : global::Pulumi.ResourceArgs
    method VmLegacyTimeoutsArgs (line 39) | public VmLegacyTimeoutsArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyTimeoutsGetArgs.cs
  class VmLegacyTimeoutsGetArgs (line 13) | public sealed class VmLegacyTimeoutsGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyTimeoutsGetArgs (line 39) | public VmLegacyTimeoutsGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyVgaArgs.cs
  class VmLegacyVgaArgs (line 13) | public sealed class VmLegacyVgaArgs : global::Pulumi.ResourceArgs
    method VmLegacyVgaArgs (line 33) | public VmLegacyVgaArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmLegacyVgaGetArgs.cs
  class VmLegacyVgaGetArgs (line 13) | public sealed class VmLegacyVgaGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyVgaGetArgs (line 33) | public VmLegacyVgaGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmMemoryArgs.cs
  class VmMemoryArgs (line 13) | public sealed class VmMemoryArgs : global::Pulumi.ResourceArgs
    method VmMemoryArgs (line 50) | public VmMemoryArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmMemoryGetArgs.cs
  class VmMemoryGetArgs (line 13) | public sealed class VmMemoryGetArgs : global::Pulumi.ResourceArgs
    method VmMemoryGetArgs (line 50) | public VmMemoryGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmNetworkArgs.cs
  class VmNetworkArgs (line 13) | public sealed class VmNetworkArgs : global::Pulumi.ResourceArgs
    method VmNetworkArgs (line 81) | public VmNetworkArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmNetworkGetArgs.cs
  class VmNetworkGetArgs (line 13) | public sealed class VmNetworkGetArgs : global::Pulumi.ResourceArgs
    method VmNetworkGetArgs (line 81) | public VmNetworkGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmRngArgs.cs
  class VmRngArgs (line 13) | public sealed class VmRngArgs : global::Pulumi.ResourceArgs
    method VmRngArgs (line 33) | public VmRngArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmRngGetArgs.cs
  class VmRngGetArgs (line 13) | public sealed class VmRngGetArgs : global::Pulumi.ResourceArgs
    method VmRngGetArgs (line 33) | public VmRngGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmTimeoutsArgs.cs
  class VmTimeoutsArgs (line 13) | public sealed class VmTimeoutsArgs : global::Pulumi.ResourceArgs
    method VmTimeoutsArgs (line 39) | public VmTimeoutsArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmTimeoutsGetArgs.cs
  class VmTimeoutsGetArgs (line 13) | public sealed class VmTimeoutsGetArgs : global::Pulumi.ResourceArgs
    method VmTimeoutsGetArgs (line 39) | public VmTimeoutsGetArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmVgaArgs.cs
  class VmVgaArgs (line 13) | public sealed class VmVgaArgs : global::Pulumi.ResourceArgs
    method VmVgaArgs (line 33) | public VmVgaArgs()

FILE: sdk/dotnet/Cloned/Inputs/VmVgaGetArgs.cs
  class VmVgaGetArgs (line 13) | public sealed class VmVgaGetArgs : global::Pulumi.ResourceArgs
    method VmVgaGetArgs (line 33) | public VmVgaGetArgs()

FILE: sdk/dotnet/Cloned/Outputs/VmCdrom.cs
  class VmCdrom (line 13) | [OutputType]
    method VmCdrom (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmClone.cs
  class VmClone (line 13) | [OutputType]
    method VmClone (line 53) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmCpu.cs
  class VmCpu (line 13) | [OutputType]
    method VmCpu (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmDelete.cs
  class VmDelete (line 13) | [OutputType]
    method VmDelete (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmDisk.cs
  class VmDisk (line 13) | [OutputType]
    method VmDisk (line 73) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyCdrom.cs
  class VmLegacyCdrom (line 13) | [OutputType]
    method VmLegacyCdrom (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyClone.cs
  class VmLegacyClone (line 13) | [OutputType]
    method VmLegacyClone (line 53) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyCpu.cs
  class VmLegacyCpu (line 13) | [OutputType]
    method VmLegacyCpu (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyDelete.cs
  class VmLegacyDelete (line 13) | [OutputType]
    method VmLegacyDelete (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyDisk.cs
  class VmLegacyDisk (line 13) | [OutputType]
    method VmLegacyDisk (line 73) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyMemory.cs
  class VmLegacyMemory (line 13) | [OutputType]
    method VmLegacyMemory (line 42) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyNetwork.cs
  class VmLegacyNetwork (line 13) | [OutputType]
    method VmLegacyNetwork (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyRng.cs
  class VmLegacyRng (line 13) | [OutputType]
    method VmLegacyRng (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyTimeouts.cs
  class VmLegacyTimeouts (line 13) | [OutputType]
    method VmLegacyTimeouts (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmLegacyVga.cs
  class VmLegacyVga (line 13) | [OutputType]
    method VmLegacyVga (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmMemory.cs
  class VmMemory (line 13) | [OutputType]
    method VmMemory (line 42) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmNetwork.cs
  class VmNetwork (line 13) | [OutputType]
    method VmNetwork (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmRng.cs
  class VmRng (line 13) | [OutputType]
    method VmRng (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmTimeouts.cs
  class VmTimeouts (line 13) | [OutputType]
    method VmTimeouts (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Outputs/VmVga.cs
  class VmVga (line 13) | [OutputType]
    method VmVga (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Cloned/Vm.cs
  class Vm (line 276) | [ProxmoxVEResourceType("proxmoxve:cloned/vm:Vm")]
    method Vm (line 398) | public Vm(string name, VmArgs args, CustomResourceOptions? options = n...
    method Vm (line 403) | private Vm(string name, Input<string> id, VmState? state = null, Custo...
    method MakeResourceOptions (line 408) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 433) | public static Vm Get(string name, Input<string> id, VmState? state = n...
  class VmArgs (line 439) | public sealed class VmArgs : global::Pulumi.ResourceArgs
    method VmArgs (line 576) | public VmArgs()
  class VmState (line 582) | public sealed class VmState : global::Pulumi.ResourceArgs
    method VmState (line 719) | public VmState()

FILE: sdk/dotnet/Cloned/VmLegacy.cs
  class VmLegacy (line 278) | [ProxmoxVEResourceType("proxmoxve:cloned/vmLegacy:VmLegacy")]
    method VmLegacy (line 400) | public VmLegacy(string name, VmLegacyArgs args, CustomResourceOptions?...
    method VmLegacy (line 405) | private VmLegacy(string name, Input<string> id, VmLegacyState? state =...
    method MakeResourceOptions (line 410) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 431) | public static VmLegacy Get(string name, Input<string> id, VmLegacyStat...
  class VmLegacyArgs (line 437) | public sealed class VmLegacyArgs : global::Pulumi.ResourceArgs
    method VmLegacyArgs (line 574) | public VmLegacyArgs()
  class VmLegacyState (line 580) | public sealed class VmLegacyState : global::Pulumi.ResourceArgs
    method VmLegacyState (line 717) | public VmLegacyState()

FILE: sdk/dotnet/Cluster/Firewall/Security/GroupLegacy.cs
  class GroupLegacy (line 67) | [ProxmoxVEResourceType("proxmoxve:cluster/firewall/security/groupLegacy:...
    method GroupLegacy (line 114) | public GroupLegacy(string name, GroupLegacyArgs? args = null, CustomRe...
    method GroupLegacy (line 119) | private GroupLegacy(string name, Input<string> id, GroupLegacyState? s...
    method MakeResourceOptions (line 124) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 145) | public static GroupLegacy Get(string name, Input<string> id, GroupLega...
  class GroupLegacyArgs (line 151) | public sealed class GroupLegacyArgs : global::Pulumi.ResourceArgs
    method GroupLegacyArgs (line 195) | public GroupLegacyArgs()
  class GroupLegacyState (line 201) | public sealed class GroupLegacyState : global::Pulumi.ResourceArgs
    method GroupLegacyState (line 245) | public GroupLegacyState()

FILE: sdk/dotnet/Cluster/Firewall/Security/Inputs/GroupLegacyRuleArgs.cs
  class GroupLegacyRuleArgs (line 13) | public sealed class GroupLegacyRuleArgs : global::Pulumi.ResourceArgs
    method GroupLegacyRuleArgs (line 122) | public GroupLegacyRuleArgs()

FILE: sdk/dotnet/Cluster/Firewall/Security/Inputs/GroupLegacyRuleGetArgs.cs
  class GroupLegacyRuleGetArgs (line 13) | public sealed class GroupLegacyRuleGetArgs : global::Pulumi.ResourceArgs
    method GroupLegacyRuleGetArgs (line 122) | public GroupLegacyRuleGetArgs()

FILE: sdk/dotnet/Cluster/Firewall/Security/Outputs/GroupLegacyRule.cs
  class GroupLegacyRule (line 13) | [OutputType]
    method GroupLegacyRule (line 96) | [OutputConstructor]

FILE: sdk/dotnet/Cluster/FirewallLegacy.cs
  class FirewallLegacy (line 55) | [ProxmoxVEResourceType("proxmoxve:cluster/firewallLegacy:FirewallLegacy")]
    method FirewallLegacy (line 102) | public FirewallLegacy(string name, FirewallLegacyArgs? args = null, Cu...
    method FirewallLegacy (line 107) | private FirewallLegacy(string name, Input<string> id, FirewallLegacySt...
    method MakeResourceOptions (line 112) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 133) | public static FirewallLegacy Get(string name, Input<string> id, Firewa...
  class FirewallLegacyArgs (line 139) | public sealed class FirewallLegacyArgs : global::Pulumi.ResourceArgs
    method FirewallLegacyArgs (line 177) | public FirewallLegacyArgs()
  class FirewallLegacyState (line 183) | public sealed class FirewallLegacyState : global::Pulumi.ResourceArgs
    method FirewallLegacyState (line 221) | public FirewallLegacyState()

FILE: sdk/dotnet/Cluster/Inputs/FirewallLegacyLogRatelimitArgs.cs
  class FirewallLegacyLogRatelimitArgs (line 13) | public sealed class FirewallLegacyLogRatelimitArgs : global::Pulumi.Reso...
    method FirewallLegacyLogRatelimitArgs (line 35) | public FirewallLegacyLogRatelimitArgs()

FILE: sdk/dotnet/Cluster/Inputs/FirewallLegacyLogRatelimitGetArgs.cs
  class FirewallLegacyLogRatelimitGetArgs (line 13) | public sealed class FirewallLegacyLogRatelimitGetArgs : global::Pulumi.R...
    method FirewallLegacyLogRatelimitGetArgs (line 35) | public FirewallLegacyLogRatelimitGetArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsLegacyNextIdArgs.cs
  class OptionsLegacyNextIdArgs (line 13) | public sealed class OptionsLegacyNextIdArgs : global::Pulumi.ResourceArgs
    method OptionsLegacyNextIdArgs (line 27) | public OptionsLegacyNextIdArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsLegacyNextIdGetArgs.cs
  class OptionsLegacyNextIdGetArgs (line 13) | public sealed class OptionsLegacyNextIdGetArgs : global::Pulumi.Resource...
    method OptionsLegacyNextIdGetArgs (line 27) | public OptionsLegacyNextIdGetArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsLegacyNotifyArgs.cs
  class OptionsLegacyNotifyArgs (line 13) | public sealed class OptionsLegacyNotifyArgs : global::Pulumi.ResourceArgs
    method OptionsLegacyNotifyArgs (line 51) | public OptionsLegacyNotifyArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsLegacyNotifyGetArgs.cs
  class OptionsLegacyNotifyGetArgs (line 13) | public sealed class OptionsLegacyNotifyGetArgs : global::Pulumi.Resource...
    method OptionsLegacyNotifyGetArgs (line 51) | public OptionsLegacyNotifyGetArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsNextIdArgs.cs
  class OptionsNextIdArgs (line 13) | public sealed class OptionsNextIdArgs : global::Pulumi.ResourceArgs
    method OptionsNextIdArgs (line 27) | public OptionsNextIdArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsNextIdGetArgs.cs
  class OptionsNextIdGetArgs (line 13) | public sealed class OptionsNextIdGetArgs : global::Pulumi.ResourceArgs
    method OptionsNextIdGetArgs (line 27) | public OptionsNextIdGetArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsNotifyArgs.cs
  class OptionsNotifyArgs (line 13) | public sealed class OptionsNotifyArgs : global::Pulumi.ResourceArgs
    method OptionsNotifyArgs (line 51) | public OptionsNotifyArgs()

FILE: sdk/dotnet/Cluster/Inputs/OptionsNotifyGetArgs.cs
  class OptionsNotifyGetArgs (line 13) | public sealed class OptionsNotifyGetArgs : global::Pulumi.ResourceArgs
    method OptionsNotifyGetArgs (line 51) | public OptionsNotifyGetArgs()

FILE: sdk/dotnet/Cluster/Options.cs
  class Options (line 63) | [ProxmoxVEResourceType("proxmoxve:cluster/options:Options")]
    method Options (line 194) | public Options(string name, OptionsArgs? args = null, CustomResourceOp...
    method Options (line 199) | private Options(string name, Input<string> id, OptionsState? state = n...
    method MakeResourceOptions (line 204) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 225) | public static Options Get(string name, Input<string> id, OptionsState?...
  class OptionsArgs (line 231) | public sealed class OptionsArgs : global::Pulumi.ResourceArgs
    method OptionsArgs (line 353) | public OptionsArgs()
  class OptionsState (line 359) | public sealed class OptionsState : global::Pulumi.ResourceArgs
    method OptionsState (line 481) | public OptionsState()

FILE: sdk/dotnet/Cluster/OptionsLegacy.cs
  class OptionsLegacy (line 65) | [ProxmoxVEResourceType("proxmoxve:cluster/optionsLegacy:OptionsLegacy")]
    method OptionsLegacy (line 196) | public OptionsLegacy(string name, OptionsLegacyArgs? args = null, Cust...
    method OptionsLegacy (line 201) | private OptionsLegacy(string name, Input<string> id, OptionsLegacyStat...
    method MakeResourceOptions (line 206) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 227) | public static OptionsLegacy Get(string name, Input<string> id, Options...
  class OptionsLegacyArgs (line 233) | public sealed class OptionsLegacyArgs : global::Pulumi.ResourceArgs
    method OptionsLegacyArgs (line 355) | public OptionsLegacyArgs()
  class OptionsLegacyState (line 361) | public sealed class OptionsLegacyState : global::Pulumi.ResourceArgs
    method OptionsLegacyState (line 483) | public OptionsLegacyState()

FILE: sdk/dotnet/Cluster/Outputs/FirewallLegacyLogRatelimit.cs
  class FirewallLegacyLogRatelimit (line 13) | [OutputType]
    method FirewallLegacyLogRatelimit (line 31) | [OutputConstructor]

FILE: sdk/dotnet/Cluster/Outputs/OptionsLegacyNextId.cs
  class OptionsLegacyNextId (line 13) | [OutputType]
    method OptionsLegacyNextId (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Cluster/Outputs/OptionsLegacyNotify.cs
  class OptionsLegacyNotify (line 13) | [OutputType]
    method OptionsLegacyNotify (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Cluster/Outputs/OptionsNextId.cs
  class OptionsNextId (line 13) | [OutputType]
    method OptionsNextId (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Cluster/Outputs/OptionsNotify.cs
  class OptionsNotify (line 13) | [OutputType]
    method OptionsNotify (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Config/Config.cs
  class Config (line 9) | public static class Config
    class __Value (line 11) | [global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.De...
      method __Value (line 19) | public __Value(Func<T> getter)
      method Get (line 24) | public T Get() => _set ? _value : _getter();
      method Set (line 26) | public void Set(T value)
    class Types (line 175) | public static class Types
      class Ssh (line 178) | public class Ssh
      class SshNode (line 226) | public class SshNode

FILE: sdk/dotnet/ContainerLegacy.cs
  class ContainerLegacy (line 146) | [ProxmoxVEResourceType("proxmoxve:index/containerLegacy:ContainerLegacy")]
    method ContainerLegacy (line 364) | public ContainerLegacy(string name, ContainerLegacyArgs args, CustomRe...
    method ContainerLegacy (line 369) | private ContainerLegacy(string name, Input<string> id, ContainerLegacy...
    method MakeResourceOptions (line 374) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 395) | public static ContainerLegacy Get(string name, Input<string> id, Conta...
  class ContainerLegacyArgs (line 401) | public sealed class ContainerLegacyArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyArgs (line 634) | public ContainerLegacyArgs()
  class ContainerLegacyState (line 640) | public sealed class ContainerLegacyState : global::Pulumi.ResourceArgs
    method ContainerLegacyState (line 897) | public ContainerLegacyState()

FILE: sdk/dotnet/DnsLegacy.cs
  class DnsLegacy (line 56) | [ProxmoxVEResourceType("proxmoxve:index/dnsLegacy:DnsLegacy")]
    method DnsLegacy (line 85) | public DnsLegacy(string name, DnsLegacyArgs args, CustomResourceOption...
    method DnsLegacy (line 90) | private DnsLegacy(string name, Input<string> id, DnsLegacyState? state...
    method MakeResourceOptions (line 95) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 116) | public static DnsLegacy Get(string name, Input<string> id, DnsLegacySt...
  class DnsLegacyArgs (line 122) | public sealed class DnsLegacyArgs : global::Pulumi.ResourceArgs
    method DnsLegacyArgs (line 148) | public DnsLegacyArgs()
  class DnsLegacyState (line 154) | public sealed class DnsLegacyState : global::Pulumi.ResourceArgs
    method DnsLegacyState (line 180) | public DnsLegacyState()

FILE: sdk/dotnet/Download/File.cs
  class File (line 109) | [ProxmoxVEResourceType("proxmoxve:download/file:File")]
    method File (line 198) | public File(string name, FileArgs args, CustomResourceOptions? options...
    method File (line 203) | private File(string name, Input<string> id, FileState? state = null, C...
    method MakeResourceOptions (line 208) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 229) | public static File Get(string name, Input<string> id, FileState? state...
  class FileArgs (line 235) | public sealed class FileArgs : global::Pulumi.ResourceArgs
    method FileArgs (line 309) | public FileArgs()
  class FileState (line 315) | public sealed class FileState : global::Pulumi.ResourceArgs
    method FileState (line 395) | public FileState()

FILE: sdk/dotnet/Download/FileLegacy.cs
  class FileLegacy (line 111) | [ProxmoxVEResourceType("proxmoxve:download/fileLegacy:FileLegacy")]
    method FileLegacy (line 200) | public FileLegacy(string name, FileLegacyArgs args, CustomResourceOpti...
    method FileLegacy (line 205) | private FileLegacy(string name, Input<string> id, FileLegacyState? sta...
    method MakeResourceOptions (line 210) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 231) | public static FileLegacy Get(string name, Input<string> id, FileLegacy...
  class FileLegacyArgs (line 237) | public sealed class FileLegacyArgs : global::Pulumi.ResourceArgs
    method FileLegacyArgs (line 311) | public FileLegacyArgs()
  class FileLegacyState (line 317) | public sealed class FileLegacyState : global::Pulumi.ResourceArgs
    method FileLegacyState (line 397) | public FileLegacyState()

FILE: sdk/dotnet/FileLegacy.cs
  class FileLegacy (line 225) | [ProxmoxVEResourceType("proxmoxve:index/fileLegacy:FileLegacy")]
    method FileLegacy (line 313) | public FileLegacy(string name, FileLegacyArgs args, CustomResourceOpti...
    method FileLegacy (line 318) | private FileLegacy(string name, Input<string> id, FileLegacyState? sta...
    method MakeResourceOptions (line 323) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 344) | public static FileLegacy Get(string name, Input<string> id, FileLegacy...
  class FileLegacyArgs (line 350) | public sealed class FileLegacyArgs : global::Pulumi.ResourceArgs
    method FileLegacyArgs (line 405) | public FileLegacyArgs()
  class FileLegacyState (line 411) | public sealed class FileLegacyState : global::Pulumi.ResourceArgs
    method FileLegacyState (line 490) | public FileLegacyState()

FILE: sdk/dotnet/Firewall/AliasLegacy.cs
  class AliasLegacy (line 52) | [ProxmoxVEResourceType("proxmoxve:firewall/aliasLegacy:AliasLegacy")]
    method AliasLegacy (line 99) | public AliasLegacy(string name, AliasLegacyArgs args, CustomResourceOp...
    method AliasLegacy (line 104) | private AliasLegacy(string name, Input<string> id, AliasLegacyState? s...
    method MakeResourceOptions (line 109) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 130) | public static AliasLegacy Get(string name, Input<string> id, AliasLega...
  class AliasLegacyArgs (line 136) | public sealed class AliasLegacyArgs : global::Pulumi.ResourceArgs
    method AliasLegacyArgs (line 174) | public AliasLegacyArgs()
  class AliasLegacyState (line 180) | public sealed class AliasLegacyState : global::Pulumi.ResourceArgs
    method AliasLegacyState (line 218) | public AliasLegacyState()

FILE: sdk/dotnet/Firewall/Inputs/IpsetLegacyCidrArgs.cs
  class IpsetLegacyCidrArgs (line 13) | public sealed class IpsetLegacyCidrArgs : global::Pulumi.ResourceArgs
    method IpsetLegacyCidrArgs (line 34) | public IpsetLegacyCidrArgs()

FILE: sdk/dotnet/Firewall/Inputs/IpsetLegacyCidrGetArgs.cs
  class IpsetLegacyCidrGetArgs (line 13) | public sealed class IpsetLegacyCidrGetArgs : global::Pulumi.ResourceArgs
    method IpsetLegacyCidrGetArgs (line 34) | public IpsetLegacyCidrGetArgs()

FILE: sdk/dotnet/Firewall/Inputs/RulesLegacyRuleArgs.cs
  class RulesLegacyRuleArgs (line 13) | public sealed class RulesLegacyRuleArgs : global::Pulumi.ResourceArgs
    method RulesLegacyRuleArgs (line 123) | public RulesLegacyRuleArgs()

FILE: sdk/dotnet/Firewall/Inputs/RulesLegacyRuleGetArgs.cs
  class RulesLegacyRuleGetArgs (line 13) | public sealed class RulesLegacyRuleGetArgs : global::Pulumi.ResourceArgs
    method RulesLegacyRuleGetArgs (line 123) | public RulesLegacyRuleGetArgs()

FILE: sdk/dotnet/Firewall/IpsetLegacy.cs
  class IpsetLegacy (line 91) | [ProxmoxVEResourceType("proxmoxve:firewall/ipsetLegacy:IpsetLegacy")]
    method IpsetLegacy (line 138) | public IpsetLegacy(string name, IpsetLegacyArgs? args = null, CustomRe...
    method IpsetLegacy (line 143) | private IpsetLegacy(string name, Input<string> id, IpsetLegacyState? s...
    method MakeResourceOptions (line 148) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 169) | public static IpsetLegacy Get(string name, Input<string> id, IpsetLega...
  class IpsetLegacyArgs (line 175) | public sealed class IpsetLegacyArgs : global::Pulumi.ResourceArgs
    method IpsetLegacyArgs (line 219) | public IpsetLegacyArgs()
  class IpsetLegacyState (line 225) | public sealed class IpsetLegacyState : global::Pulumi.ResourceArgs
    method IpsetLegacyState (line 269) | public IpsetLegacyState()

FILE: sdk/dotnet/Firewall/OptionsLegacy.cs
  class OptionsLegacy (line 70) | [ProxmoxVEResourceType("proxmoxve:firewall/optionsLegacy:OptionsLegacy")]
    method OptionsLegacy (line 169) | public OptionsLegacy(string name, OptionsLegacyArgs args, CustomResour...
    method OptionsLegacy (line 174) | private OptionsLegacy(string name, Input<string> id, OptionsLegacyStat...
    method MakeResourceOptions (line 179) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 200) | public static OptionsLegacy Get(string name, Input<string> id, Options...
  class OptionsLegacyArgs (line 206) | public sealed class OptionsLegacyArgs : global::Pulumi.ResourceArgs
    method OptionsLegacyArgs (line 296) | public OptionsLegacyArgs()
  class OptionsLegacyState (line 302) | public sealed class OptionsLegacyState : global::Pulumi.ResourceArgs
    method OptionsLegacyState (line 392) | public OptionsLegacyState()

FILE: sdk/dotnet/Firewall/Outputs/IpsetLegacyCidr.cs
  class IpsetLegacyCidr (line 13) | [OutputType]
    method IpsetLegacyCidr (line 30) | [OutputConstructor]

FILE: sdk/dotnet/Firewall/Outputs/RulesLegacyRule.cs
  class RulesLegacyRule (line 13) | [OutputType]
    method RulesLegacyRule (line 97) | [OutputConstructor]

FILE: sdk/dotnet/Firewall/RulesLegacy.cs
  class RulesLegacy (line 109) | [ProxmoxVEResourceType("proxmoxve:firewall/rulesLegacy:RulesLegacy")]
    method RulesLegacy (line 146) | public RulesLegacy(string name, RulesLegacyArgs? args = null, CustomRe...
    method RulesLegacy (line 151) | private RulesLegacy(string name, Input<string> id, RulesLegacyState? s...
    method MakeResourceOptions (line 156) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 177) | public static RulesLegacy Get(string name, Input<string> id, RulesLega...
  class RulesLegacyArgs (line 183) | public sealed class RulesLegacyArgs : global::Pulumi.ResourceArgs
    method RulesLegacyArgs (line 217) | public RulesLegacyArgs()
  class RulesLegacyState (line 223) | public sealed class RulesLegacyState : global::Pulumi.ResourceArgs
    method RulesLegacyState (line 257) | public RulesLegacyState()

FILE: sdk/dotnet/GetContainerLegacy.cs
  class GetContainerLegacy (line 12) | public static class GetContainerLegacy
    method InvokeAsync (line 36) | public static Task<GetContainerLegacyResult> InvokeAsync(GetContainerL...
    method Invoke (line 61) | public static Output<GetContainerLegacyResult> Invoke(GetContainerLega...
    method Invoke (line 86) | public static Output<GetContainerLegacyResult> Invoke(GetContainerLega...
  class GetContainerLegacyArgs (line 91) | public sealed class GetContainerLegacyArgs : global::Pulumi.InvokeArgs
    method GetContainerLegacyArgs (line 117) | public GetContainerLegacyArgs()
  class GetContainerLegacyInvokeArgs (line 123) | public sealed class GetContainerLegacyInvokeArgs : global::Pulumi.Invoke...
    method GetContainerLegacyInvokeArgs (line 149) | public GetContainerLegacyInvokeArgs()
  class GetContainerLegacyResult (line 156) | [OutputType]
    method GetContainerLegacyResult (line 182) | [OutputConstructor]

FILE: sdk/dotnet/GetContainersLegacy.cs
  class GetContainersLegacy (line 12) | public static class GetContainersLegacy
    method InvokeAsync (line 85) | public static Task<GetContainersLegacyResult> InvokeAsync(GetContainer...
    method Invoke (line 159) | public static Output<GetContainersLegacyResult> Invoke(GetContainersLe...
    method Invoke (line 233) | public static Output<GetContainersLegacyResult> Invoke(GetContainersLe...
  class GetContainersLegacyArgs (line 238) | public sealed class GetContainersLegacyArgs : global::Pulumi.InvokeArgs
    method GetContainersLegacyArgs (line 271) | public GetContainersLegacyArgs()
  class GetContainersLegacyInvokeArgs (line 277) | public sealed class GetContainersLegacyInvokeArgs : global::Pulumi.Invok...
    method GetContainersLegacyInvokeArgs (line 310) | public GetContainersLegacyInvokeArgs()
  class GetContainersLegacyResult (line 317) | [OutputType]
    method GetContainersLegacyResult (line 338) | [OutputConstructor]

FILE: sdk/dotnet/GetDatastores.cs
  class GetDatastores (line 12) | public static class GetDatastores
    method InvokeAsync (line 17) | public static Task<GetDatastoresResult> InvokeAsync(GetDatastoresArgs ...
    method Invoke (line 23) | public static Output<GetDatastoresResult> Invoke(GetDatastoresInvokeAr...
    method Invoke (line 29) | public static Output<GetDatastoresResult> Invoke(GetDatastoresInvokeAr...
  class GetDatastoresArgs (line 34) | public sealed class GetDatastoresArgs : global::Pulumi.InvokeArgs
    method GetDatastoresArgs (line 60) | public GetDatastoresArgs()
  class GetDatastoresInvokeArgs (line 66) | public sealed class GetDatastoresInvokeArgs : global::Pulumi.InvokeArgs
    method GetDatastoresInvokeArgs (line 92) | public GetDatastoresInvokeArgs()
  class GetDatastoresResult (line 99) | [OutputType]
    method GetDatastoresResult (line 119) | [OutputConstructor]

FILE: sdk/dotnet/GetDatastoresLegacy.cs
  class GetDatastoresLegacy (line 12) | public static class GetDatastoresLegacy
    method InvokeAsync (line 19) | public static Task<GetDatastoresLegacyResult> InvokeAsync(GetDatastore...
    method Invoke (line 27) | public static Output<GetDatastoresLegacyResult> Invoke(GetDatastoresLe...
    method Invoke (line 35) | public static Output<GetDatastoresLegacyResult> Invoke(GetDatastoresLe...
  class GetDatastoresLegacyArgs (line 40) | public sealed class GetDatastoresLegacyArgs : global::Pulumi.InvokeArgs
    method GetDatastoresLegacyArgs (line 66) | public GetDatastoresLegacyArgs()
  class GetDatastoresLegacyInvokeArgs (line 72) | public sealed class GetDatastoresLegacyInvokeArgs : global::Pulumi.Invok...
    method GetDatastoresLegacyInvokeArgs (line 98) | public GetDatastoresLegacyInvokeArgs()
  class GetDatastoresLegacyResult (line 105) | [OutputType]
    method GetDatastoresLegacyResult (line 125) | [OutputConstructor]

FILE: sdk/dotnet/GetDnsLegacy.cs
  class GetDnsLegacy (line 12) | public static class GetDnsLegacy
    method InvokeAsync (line 35) | public static Task<GetDnsLegacyResult> InvokeAsync(GetDnsLegacyArgs ar...
    method Invoke (line 59) | public static Output<GetDnsLegacyResult> Invoke(GetDnsLegacyInvokeArgs...
    method Invoke (line 83) | public static Output<GetDnsLegacyResult> Invoke(GetDnsLegacyInvokeArgs...
  class GetDnsLegacyArgs (line 88) | public sealed class GetDnsLegacyArgs : global::Pulumi.InvokeArgs
    method GetDnsLegacyArgs (line 96) | public GetDnsLegacyArgs()
  class GetDnsLegacyInvokeArgs (line 102) | public sealed class GetDnsLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetDnsLegacyInvokeArgs (line 110) | public GetDnsLegacyInvokeArgs()
  class GetDnsLegacyResult (line 117) | [OutputType]
    method GetDnsLegacyResult (line 134) | [OutputConstructor]

FILE: sdk/dotnet/GetFile.cs
  class GetFile (line 12) | public static class GetFile
    method InvokeAsync (line 108) | public static Task<GetFileResult> InvokeAsync(GetFileArgs args, Invoke...
    method Invoke (line 205) | public static Output<GetFileResult> Invoke(GetFileInvokeArgs args, Inv...
    method Invoke (line 302) | public static Output<GetFileResult> Invoke(GetFileInvokeArgs args, Inv...
  class GetFileArgs (line 307) | public sealed class GetFileArgs : global::Pulumi.InvokeArgs
    method GetFileArgs (line 333) | public GetFileArgs()
  class GetFileInvokeArgs (line 339) | public sealed class GetFileInvokeArgs : global::Pulumi.InvokeArgs
    method GetFileInvokeArgs (line 365) | public GetFileInvokeArgs()
  class GetFileResult (line 372) | [OutputType]
    method GetFileResult (line 408) | [OutputConstructor]

FILE: sdk/dotnet/GetFileLegacy.cs
  class GetFileLegacy (line 12) | public static class GetFileLegacy
    method InvokeAsync (line 104) | public static Task<GetFileLegacyResult> InvokeAsync(GetFileLegacyArgs ...
    method Invoke (line 197) | public static Output<GetFileLegacyResult> Invoke(GetFileLegacyInvokeAr...
    method Invoke (line 290) | public static Output<GetFileLegacyResult> Invoke(GetFileLegacyInvokeAr...
  class GetFileLegacyArgs (line 295) | public sealed class GetFileLegacyArgs : global::Pulumi.InvokeArgs
    method GetFileLegacyArgs (line 321) | public GetFileLegacyArgs()
  class GetFileLegacyInvokeArgs (line 327) | public sealed class GetFileLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetFileLegacyInvokeArgs (line 353) | public GetFileLegacyInvokeArgs()
  class GetFileLegacyResult (line 360) | [OutputType]
    method GetFileLegacyResult (line 396) | [OutputConstructor]

FILE: sdk/dotnet/GetFiles.cs
  class GetFiles (line 12) | public static class GetFiles
    method InvokeAsync (line 69) | public static Task<GetFilesResult> InvokeAsync(GetFilesArgs args, Invo...
    method Invoke (line 127) | public static Output<GetFilesResult> Invoke(GetFilesInvokeArgs args, I...
    method Invoke (line 185) | public static Output<GetFilesResult> Invoke(GetFilesInvokeArgs args, I...
  class GetFilesArgs (line 190) | public sealed class GetFilesArgs : global::Pulumi.InvokeArgs
    method GetFilesArgs (line 216) | public GetFilesArgs()
  class GetFilesInvokeArgs (line 222) | public sealed class GetFilesInvokeArgs : global::Pulumi.InvokeArgs
    method GetFilesInvokeArgs (line 248) | public GetFilesInvokeArgs()
  class GetFilesResult (line 255) | [OutputType]
    method GetFilesResult (line 283) | [OutputConstructor]

FILE: sdk/dotnet/GetGroupLegacy.cs
  class GetGroupLegacy (line 12) | public static class GetGroupLegacy
    method InvokeAsync (line 35) | public static Task<GetGroupLegacyResult> InvokeAsync(GetGroupLegacyArg...
    method Invoke (line 59) | public static Output<GetGroupLegacyResult> Invoke(GetGroupLegacyInvoke...
    method Invoke (line 83) | public static Output<GetGroupLegacyResult> Invoke(GetGroupLegacyInvoke...
  class GetGroupLegacyArgs (line 88) | public sealed class GetGroupLegacyArgs : global::Pulumi.InvokeArgs
    method GetGroupLegacyArgs (line 96) | public GetGroupLegacyArgs()
  class GetGroupLegacyInvokeArgs (line 102) | public sealed class GetGroupLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetGroupLegacyInvokeArgs (line 110) | public GetGroupLegacyInvokeArgs()
  class GetGroupLegacyResult (line 117) | [OutputType]
    method GetGroupLegacyResult (line 138) | [OutputConstructor]

FILE: sdk/dotnet/GetGroupsLegacy.cs
  class GetGroupsLegacy (line 12) | public static class GetGroupsLegacy
    method InvokeAsync (line 32) | public static Task<GetGroupsLegacyResult> InvokeAsync(InvokeOptions? o...
    method Invoke (line 53) | public static Output<GetGroupsLegacyResult> Invoke(InvokeOptions? opti...
    method Invoke (line 74) | public static Output<GetGroupsLegacyResult> Invoke(InvokeOutputOptions...
  class GetGroupsLegacyResult (line 79) | [OutputType]
    method GetGroupsLegacyResult (line 95) | [OutputConstructor]

FILE: sdk/dotnet/GetHagroup.cs
  class GetHagroup (line 12) | public static class GetHagroup
    method InvokeAsync (line 40) | public static Task<GetHagroupResult> InvokeAsync(GetHagroupArgs args, ...
    method Invoke (line 69) | public static Output<GetHagroupResult> Invoke(GetHagroupInvokeArgs arg...
    method Invoke (line 98) | public static Output<GetHagroupResult> Invoke(GetHagroupInvokeArgs arg...
  class GetHagroupArgs (line 103) | public sealed class GetHagroupArgs : global::Pulumi.InvokeArgs
    method GetHagroupArgs (line 111) | public GetHagroupArgs()
  class GetHagroupInvokeArgs (line 117) | public sealed class GetHagroupInvokeArgs : global::Pulumi.InvokeArgs
    method GetHagroupInvokeArgs (line 125) | public GetHagroupInvokeArgs()
  class GetHagroupResult (line 132) | [OutputType]
    method GetHagroupResult (line 160) | [OutputConstructor]

FILE: sdk/dotnet/GetHagroupLegacy.cs
  class GetHagroupLegacy (line 12) | public static class GetHagroupLegacy
    method InvokeAsync (line 42) | public static Task<GetHagroupLegacyResult> InvokeAsync(GetHagroupLegac...
    method Invoke (line 73) | public static Output<GetHagroupLegacyResult> Invoke(GetHagroupLegacyIn...
    method Invoke (line 104) | public static Output<GetHagroupLegacyResult> Invoke(GetHagroupLegacyIn...
  class GetHagroupLegacyArgs (line 109) | public sealed class GetHagroupLegacyArgs : global::Pulumi.InvokeArgs
    method GetHagroupLegacyArgs (line 117) | public GetHagroupLegacyArgs()
  class GetHagroupLegacyInvokeArgs (line 123) | public sealed class GetHagroupLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetHagroupLegacyInvokeArgs (line 131) | public GetHagroupLegacyInvokeArgs()
  class GetHagroupLegacyResult (line 138) | [OutputType]
    method GetHagroupLegacyResult (line 166) | [OutputConstructor]

FILE: sdk/dotnet/GetHagroups.cs
  class GetHagroups (line 12) | public static class GetHagroups
    method InvokeAsync (line 36) | public static Task<GetHagroupsResult> InvokeAsync(InvokeOptions? optio...
    method Invoke (line 61) | public static Output<GetHagroupsResult> Invoke(InvokeOptions? options ...
    method Invoke (line 86) | public static Output<GetHagroupsResult> Invoke(InvokeOutputOptions opt...
  class GetHagroupsResult (line 91) | [OutputType]
    method GetHagroupsResult (line 103) | [OutputConstructor]

FILE: sdk/dotnet/GetHagroupsLegacy.cs
  class GetHagroupsLegacy (line 12) | public static class GetHagroupsLegacy
    method InvokeAsync (line 38) | public static Task<GetHagroupsLegacyResult> InvokeAsync(InvokeOptions?...
    method Invoke (line 65) | public static Output<GetHagroupsLegacyResult> Invoke(InvokeOptions? op...
    method Invoke (line 92) | public static Output<GetHagroupsLegacyResult> Invoke(InvokeOutputOptio...
  class GetHagroupsLegacyResult (line 97) | [OutputType]
    method GetHagroupsLegacyResult (line 109) | [OutputConstructor]

FILE: sdk/dotnet/GetHaresource.cs
  class GetHaresource (line 12) | public static class GetHaresource
    method InvokeAsync (line 40) | public static Task<GetHaresourceResult> InvokeAsync(GetHaresourceArgs ...
    method Invoke (line 69) | public static Output<GetHaresourceResult> Invoke(GetHaresourceInvokeAr...
    method Invoke (line 98) | public static Output<GetHaresourceResult> Invoke(GetHaresourceInvokeAr...
  class GetHaresourceArgs (line 103) | public sealed class GetHaresourceArgs : global::Pulumi.InvokeArgs
    method GetHaresourceArgs (line 111) | public GetHaresourceArgs()
  class GetHaresourceInvokeArgs (line 117) | public sealed class GetHaresourceInvokeArgs : global::Pulumi.InvokeArgs
    method GetHaresourceInvokeArgs (line 125) | public GetHaresourceInvokeArgs()
  class GetHaresourceResult (line 132) | [OutputType]
    method GetHaresourceResult (line 168) | [OutputConstructor]

FILE: sdk/dotnet/GetHaresourceLegacy.cs
  class GetHaresourceLegacy (line 12) | public static class GetHaresourceLegacy
    method InvokeAsync (line 42) | public static Task<GetHaresourceLegacyResult> InvokeAsync(GetHaresourc...
    method Invoke (line 73) | public static Output<GetHaresourceLegacyResult> Invoke(GetHaresourceLe...
    method Invoke (line 104) | public static Output<GetHaresourceLegacyResult> Invoke(GetHaresourceLe...
  class GetHaresourceLegacyArgs (line 109) | public sealed class GetHaresourceLegacyArgs : global::Pulumi.InvokeArgs
    method GetHaresourceLegacyArgs (line 117) | public GetHaresourceLegacyArgs()
  class GetHaresourceLegacyInvokeArgs (line 123) | public sealed class GetHaresourceLegacyInvokeArgs : global::Pulumi.Invok...
    method GetHaresourceLegacyInvokeArgs (line 131) | public GetHaresourceLegacyInvokeArgs()
  class GetHaresourceLegacyResult (line 138) | [OutputType]
    method GetHaresourceLegacyResult (line 174) | [OutputConstructor]

FILE: sdk/dotnet/GetHaresources.cs
  class GetHaresources (line 12) | public static class GetHaresources
    method InvokeAsync (line 47) | public static Task<GetHaresourcesResult> InvokeAsync(GetHaresourcesArg...
    method Invoke (line 83) | public static Output<GetHaresourcesResult> Invoke(GetHaresourcesInvoke...
    method Invoke (line 119) | public static Output<GetHaresourcesResult> Invoke(GetHaresourcesInvoke...
  class GetHaresourcesArgs (line 124) | public sealed class GetHaresourcesArgs : global::Pulumi.InvokeArgs
    method GetHaresourcesArgs (line 132) | public GetHaresourcesArgs()
  class GetHaresourcesInvokeArgs (line 138) | public sealed class GetHaresourcesInvokeArgs : global::Pulumi.InvokeArgs
    method GetHaresourcesInvokeArgs (line 146) | public GetHaresourcesInvokeArgs()
  class GetHaresourcesResult (line 153) | [OutputType]
    method GetHaresourcesResult (line 169) | [OutputConstructor]

FILE: sdk/dotnet/GetHaresourcesLegacy.cs
  class GetHaresourcesLegacy (line 12) | public static class GetHaresourcesLegacy
    method InvokeAsync (line 49) | public static Task<GetHaresourcesLegacyResult> InvokeAsync(GetHaresour...
    method Invoke (line 87) | public static Output<GetHaresourcesLegacyResult> Invoke(GetHaresources...
    method Invoke (line 125) | public static Output<GetHaresourcesLegacyResult> Invoke(GetHaresources...
  class GetHaresourcesLegacyArgs (line 130) | public sealed class GetHaresourcesLegacyArgs : global::Pulumi.InvokeArgs
    method GetHaresourcesLegacyArgs (line 138) | public GetHaresourcesLegacyArgs()
  class GetHaresourcesLegacyInvokeArgs (line 144) | public sealed class GetHaresourcesLegacyInvokeArgs : global::Pulumi.Invo...
    method GetHaresourcesLegacyInvokeArgs (line 152) | public GetHaresourcesLegacyInvokeArgs()
  class GetHaresourcesLegacyResult (line 159) | [OutputType]
    method GetHaresourcesLegacyResult (line 175) | [OutputConstructor]

FILE: sdk/dotnet/GetHostsLegacy.cs
  class GetHostsLegacy (line 12) | public static class GetHostsLegacy
    method InvokeAsync (line 35) | public static Task<GetHostsLegacyResult> InvokeAsync(GetHostsLegacyArg...
    method Invoke (line 59) | public static Output<GetHostsLegacyResult> Invoke(GetHostsLegacyInvoke...
    method Invoke (line 83) | public static Output<GetHostsLegacyResult> Invoke(GetHostsLegacyInvoke...
  class GetHostsLegacyArgs (line 88) | public sealed class GetHostsLegacyArgs : global::Pulumi.InvokeArgs
    method GetHostsLegacyArgs (line 96) | public GetHostsLegacyArgs()
  class GetHostsLegacyInvokeArgs (line 102) | public sealed class GetHostsLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetHostsLegacyInvokeArgs (line 110) | public GetHostsLegacyInvokeArgs()
  class GetHostsLegacyResult (line 117) | [OutputType]
    method GetHostsLegacyResult (line 143) | [OutputConstructor]

FILE: sdk/dotnet/GetNodeLegacy.cs
  class GetNodeLegacy (line 12) | public static class GetNodeLegacy
    method InvokeAsync (line 47) | public static Task<GetNodeLegacyResult> InvokeAsync(GetNodeLegacyArgs ...
    method Invoke (line 83) | public static Output<GetNodeLegacyResult> Invoke(GetNodeLegacyInvokeAr...
    method Invoke (line 119) | public static Output<GetNodeLegacyResult> Invoke(GetNodeLegacyInvokeAr...
  class GetNodeLegacyArgs (line 124) | public sealed class GetNodeLegacyArgs : global::Pulumi.InvokeArgs
    method GetNodeLegacyArgs (line 132) | public GetNodeLegacyArgs()
  class GetNodeLegacyInvokeArgs (line 138) | public sealed class GetNodeLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetNodeLegacyInvokeArgs (line 146) | public GetNodeLegacyInvokeArgs()
  class GetNodeLegacyResult (line 153) | [OutputType]
    method GetNodeLegacyResult (line 201) | [OutputConstructor]

FILE: sdk/dotnet/GetNodesLegacy.cs
  class GetNodesLegacy (line 12) | public static class GetNodesLegacy
    method InvokeAsync (line 41) | public static Task<GetNodesLegacyResult> InvokeAsync(InvokeOptions? op...
    method Invoke (line 71) | public static Output<GetNodesLegacyResult> Invoke(InvokeOptions? optio...
    method Invoke (line 101) | public static Output<GetNodesLegacyResult> Invoke(InvokeOutputOptions ...
  class GetNodesLegacyResult (line 106) | [OutputType]
    method GetNodesLegacyResult (line 150) | [OutputConstructor]

FILE: sdk/dotnet/GetPoolLegacy.cs
  class GetPoolLegacy (line 12) | public static class GetPoolLegacy
    method InvokeAsync (line 35) | public static Task<GetPoolLegacyResult> InvokeAsync(GetPoolLegacyArgs ...
    method Invoke (line 59) | public static Output<GetPoolLegacyResult> Invoke(GetPoolLegacyInvokeAr...
    method Invoke (line 83) | public static Output<GetPoolLegacyResult> Invoke(GetPoolLegacyInvokeAr...
  class GetPoolLegacyArgs (line 88) | public sealed class GetPoolLegacyArgs : global::Pulumi.InvokeArgs
    method GetPoolLegacyArgs (line 96) | public GetPoolLegacyArgs()
  class GetPoolLegacyInvokeArgs (line 102) | public sealed class GetPoolLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetPoolLegacyInvokeArgs (line 110) | public GetPoolLegacyInvokeArgs()
  class GetPoolLegacyResult (line 117) | [OutputType]
    method GetPoolLegacyResult (line 134) | [OutputConstructor]

FILE: sdk/dotnet/GetPoolsLegacy.cs
  class GetPoolsLegacy (line 12) | public static class GetPoolsLegacy
    method InvokeAsync (line 32) | public static Task<GetPoolsLegacyResult> InvokeAsync(InvokeOptions? op...
    method Invoke (line 53) | public static Output<GetPoolsLegacyResult> Invoke(InvokeOptions? optio...
    method Invoke (line 74) | public static Output<GetPoolsLegacyResult> Invoke(InvokeOutputOptions ...
  class GetPoolsLegacyResult (line 79) | [OutputType]
    method GetPoolsLegacyResult (line 91) | [OutputConstructor]

FILE: sdk/dotnet/GetReplication.cs
  class GetReplication (line 12) | public static class GetReplication
    method InvokeAsync (line 46) | public static Task<GetReplicationResult> InvokeAsync(GetReplicationArg...
    method Invoke (line 81) | public static Output<GetReplicationResult> Invoke(GetReplicationInvoke...
    method Invoke (line 116) | public static Output<GetReplicationResult> Invoke(GetReplicationInvoke...
  class GetReplicationArgs (line 121) | public sealed class GetReplicationArgs : global::Pulumi.InvokeArgs
    method GetReplicationArgs (line 129) | public GetReplicationArgs()
  class GetReplicationInvokeArgs (line 135) | public sealed class GetReplicationInvokeArgs : global::Pulumi.InvokeArgs
    method GetReplicationInvokeArgs (line 143) | public GetReplicationInvokeArgs()
  class GetReplicationResult (line 150) | [OutputType]
    method GetReplicationResult (line 194) | [OutputConstructor]

FILE: sdk/dotnet/GetReplicationLegacy.cs
  class GetReplicationLegacy (line 12) | public static class GetReplicationLegacy
    method InvokeAsync (line 48) | public static Task<GetReplicationLegacyResult> InvokeAsync(GetReplicat...
    method Invoke (line 85) | public static Output<GetReplicationLegacyResult> Invoke(GetReplication...
    method Invoke (line 122) | public static Output<GetReplicationLegacyResult> Invoke(GetReplication...
  class GetReplicationLegacyArgs (line 127) | public sealed class GetReplicationLegacyArgs : global::Pulumi.InvokeArgs
    method GetReplicationLegacyArgs (line 135) | public GetReplicationLegacyArgs()
  class GetReplicationLegacyInvokeArgs (line 141) | public sealed class GetReplicationLegacyInvokeArgs : global::Pulumi.Invo...
    method GetReplicationLegacyInvokeArgs (line 149) | public GetReplicationLegacyInvokeArgs()
  class GetReplicationLegacyResult (line 156) | [OutputType]
    method GetReplicationLegacyResult (line 200) | [OutputConstructor]

FILE: sdk/dotnet/GetReplications.cs
  class GetReplications (line 12) | public static class GetReplications
    method InvokeAsync (line 40) | public static Task<GetReplicationsResult> InvokeAsync(InvokeOptions? o...
    method Invoke (line 69) | public static Output<GetReplicationsResult> Invoke(InvokeOptions? opti...
    method Invoke (line 98) | public static Output<GetReplicationsResult> Invoke(InvokeOutputOptions...
  class GetReplicationsResult (line 103) | [OutputType]
    method GetReplicationsResult (line 115) | [OutputConstructor]

FILE: sdk/dotnet/GetReplicationsLegacy.cs
  class GetReplicationsLegacy (line 12) | public static class GetReplicationsLegacy
    method InvokeAsync (line 42) | public static Task<GetReplicationsLegacyResult> InvokeAsync(InvokeOpti...
    method Invoke (line 73) | public static Output<GetReplicationsLegacyResult> Invoke(InvokeOptions...
    method Invoke (line 104) | public static Output<GetReplicationsLegacyResult> Invoke(InvokeOutputO...
  class GetReplicationsLegacyResult (line 109) | [OutputType]
    method GetReplicationsLegacyResult (line 121) | [OutputConstructor]

FILE: sdk/dotnet/GetRoleLegacy.cs
  class GetRoleLegacy (line 12) | public static class GetRoleLegacy
    method InvokeAsync (line 35) | public static Task<GetRoleLegacyResult> InvokeAsync(GetRoleLegacyArgs ...
    method Invoke (line 59) | public static Output<GetRoleLegacyResult> Invoke(GetRoleLegacyInvokeAr...
    method Invoke (line 83) | public static Output<GetRoleLegacyResult> Invoke(GetRoleLegacyInvokeAr...
  class GetRoleLegacyArgs (line 88) | public sealed class GetRoleLegacyArgs : global::Pulumi.InvokeArgs
    method GetRoleLegacyArgs (line 96) | public GetRoleLegacyArgs()
  class GetRoleLegacyInvokeArgs (line 102) | public sealed class GetRoleLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetRoleLegacyInvokeArgs (line 110) | public GetRoleLegacyInvokeArgs()
  class GetRoleLegacyResult (line 117) | [OutputType]
    method GetRoleLegacyResult (line 130) | [OutputConstructor]

FILE: sdk/dotnet/GetRolesLegacy.cs
  class GetRolesLegacy (line 12) | public static class GetRolesLegacy
    method InvokeAsync (line 32) | public static Task<GetRolesLegacyResult> InvokeAsync(InvokeOptions? op...
    method Invoke (line 53) | public static Output<GetRolesLegacyResult> Invoke(InvokeOptions? optio...
    method Invoke (line 74) | public static Output<GetRolesLegacyResult> Invoke(InvokeOutputOptions ...
  class GetRolesLegacyResult (line 79) | [OutputType]
    method GetRolesLegacyResult (line 99) | [OutputConstructor]

FILE: sdk/dotnet/GetTimeLegacy.cs
  class GetTimeLegacy (line 12) | public static class GetTimeLegacy
    method InvokeAsync (line 35) | public static Task<GetTimeLegacyResult> InvokeAsync(GetTimeLegacyArgs ...
    method Invoke (line 59) | public static Output<GetTimeLegacyResult> Invoke(GetTimeLegacyInvokeAr...
    method Invoke (line 83) | public static Output<GetTimeLegacyResult> Invoke(GetTimeLegacyInvokeAr...
  class GetTimeLegacyArgs (line 88) | public sealed class GetTimeLegacyArgs : global::Pulumi.InvokeArgs
    method GetTimeLegacyArgs (line 96) | public GetTimeLegacyArgs()
  class GetTimeLegacyInvokeArgs (line 102) | public sealed class GetTimeLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetTimeLegacyInvokeArgs (line 110) | public GetTimeLegacyInvokeArgs()
  class GetTimeLegacyResult (line 117) | [OutputType]
    method GetTimeLegacyResult (line 138) | [OutputConstructor]

FILE: sdk/dotnet/GetUserLegacy.cs
  class GetUserLegacy (line 12) | public static class GetUserLegacy
    method InvokeAsync (line 35) | public static Task<GetUserLegacyResult> InvokeAsync(GetUserLegacyArgs ...
    method Invoke (line 59) | public static Output<GetUserLegacyResult> Invoke(GetUserLegacyInvokeAr...
    method Invoke (line 83) | public static Output<GetUserLegacyResult> Invoke(GetUserLegacyInvokeAr...
  class GetUserLegacyArgs (line 88) | public sealed class GetUserLegacyArgs : global::Pulumi.InvokeArgs
    method GetUserLegacyArgs (line 96) | public GetUserLegacyArgs()
  class GetUserLegacyInvokeArgs (line 102) | public sealed class GetUserLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetUserLegacyInvokeArgs (line 110) | public GetUserLegacyInvokeArgs()
  class GetUserLegacyResult (line 117) | [OutputType]
    method GetUserLegacyResult (line 162) | [OutputConstructor]

FILE: sdk/dotnet/GetUsersLegacy.cs
  class GetUsersLegacy (line 12) | public static class GetUsersLegacy
    method InvokeAsync (line 32) | public static Task<GetUsersLegacyResult> InvokeAsync(InvokeOptions? op...
    method Invoke (line 53) | public static Output<GetUsersLegacyResult> Invoke(InvokeOptions? optio...
    method Invoke (line 74) | public static Output<GetUsersLegacyResult> Invoke(InvokeOutputOptions ...
  class GetUsersLegacyResult (line 79) | [OutputType]
    method GetUsersLegacyResult (line 123) | [OutputConstructor]

FILE: sdk/dotnet/GetVersion.cs
  class GetVersion (line 12) | public static class GetVersion
    method InvokeAsync (line 41) | public static Task<GetVersionResult> InvokeAsync(InvokeOptions? option...
    method Invoke (line 71) | public static Output<GetVersionResult> Invoke(InvokeOptions? options =...
    method Invoke (line 101) | public static Output<GetVersionResult> Invoke(InvokeOutputOptions opti...
  class GetVersionResult (line 106) | [OutputType]
    method GetVersionResult (line 126) | [OutputConstructor]

FILE: sdk/dotnet/GetVersionLegacy.cs
  class GetVersionLegacy (line 12) | public static class GetVersionLegacy
    method InvokeAsync (line 43) | public static Task<GetVersionLegacyResult> InvokeAsync(InvokeOptions? ...
    method Invoke (line 75) | public static Output<GetVersionLegacyResult> Invoke(InvokeOptions? opt...
    method Invoke (line 107) | public static Output<GetVersionLegacyResult> Invoke(InvokeOutputOption...
  class GetVersionLegacyResult (line 112) | [OutputType]
    method GetVersionLegacyResult (line 132) | [OutputConstructor]

FILE: sdk/dotnet/GetVm.cs
  class GetVm (line 12) | public static class GetVm
    method InvokeAsync (line 17) | public static Task<GetVmResult> InvokeAsync(GetVmArgs args, InvokeOpti...
    method Invoke (line 23) | public static Output<GetVmResult> Invoke(GetVmInvokeArgs args, InvokeO...
    method Invoke (line 29) | public static Output<GetVmResult> Invoke(GetVmInvokeArgs args, InvokeO...
  class GetVmArgs (line 34) | public sealed class GetVmArgs : global::Pulumi.InvokeArgs
    method GetVmArgs (line 51) | public GetVmArgs()
  class GetVmInvokeArgs (line 57) | public sealed class GetVmInvokeArgs : global::Pulumi.InvokeArgs
    method GetVmInvokeArgs (line 74) | public GetVmInvokeArgs()
  class GetVmResult (line 81) | [OutputType]
    method GetVmResult (line 130) | [OutputConstructor]

FILE: sdk/dotnet/GetVm2Legacy.cs
  class GetVm2Legacy (line 12) | public static class GetVm2Legacy
    method InvokeAsync (line 19) | public static Task<GetVm2LegacyResult> InvokeAsync(GetVm2LegacyArgs ar...
    method Invoke (line 27) | public static Output<GetVm2LegacyResult> Invoke(GetVm2LegacyInvokeArgs...
    method Invoke (line 35) | public static Output<GetVm2LegacyResult> Invoke(GetVm2LegacyInvokeArgs...
  class GetVm2LegacyArgs (line 40) | public sealed class GetVm2LegacyArgs : global::Pulumi.InvokeArgs
    method GetVm2LegacyArgs (line 57) | public GetVm2LegacyArgs()
  class GetVm2LegacyInvokeArgs (line 63) | public sealed class GetVm2LegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetVm2LegacyInvokeArgs (line 80) | public GetVm2LegacyInvokeArgs()
  class GetVm2LegacyResult (line 87) | [OutputType]
    method GetVm2LegacyResult (line 136) | [OutputConstructor]

FILE: sdk/dotnet/GetVmLegacy.cs
  class GetVmLegacy (line 12) | public static class GetVmLegacy
    method InvokeAsync (line 38) | public static Task<GetVmLegacyResult> InvokeAsync(GetVmLegacyArgs args...
    method Invoke (line 65) | public static Output<GetVmLegacyResult> Invoke(GetVmLegacyInvokeArgs a...
    method Invoke (line 92) | public static Output<GetVmLegacyResult> Invoke(GetVmLegacyInvokeArgs a...
  class GetVmLegacyArgs (line 97) | public sealed class GetVmLegacyArgs : global::Pulumi.InvokeArgs
    method GetVmLegacyArgs (line 123) | public GetVmLegacyArgs()
  class GetVmLegacyInvokeArgs (line 129) | public sealed class GetVmLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetVmLegacyInvokeArgs (line 155) | public GetVmLegacyInvokeArgs()
  class GetVmLegacyResult (line 162) | [OutputType]
    method GetVmLegacyResult (line 188) | [OutputConstructor]

FILE: sdk/dotnet/GetVmsLegacy.cs
  class GetVmsLegacy (line 12) | public static class GetVmsLegacy
    method InvokeAsync (line 85) | public static Task<GetVmsLegacyResult> InvokeAsync(GetVmsLegacyArgs? a...
    method Invoke (line 159) | public static Output<GetVmsLegacyResult> Invoke(GetVmsLegacyInvokeArgs...
    method Invoke (line 233) | public static Output<GetVmsLegacyResult> Invoke(GetVmsLegacyInvokeArgs...
  class GetVmsLegacyArgs (line 238) | public sealed class GetVmsLegacyArgs : global::Pulumi.InvokeArgs
    method GetVmsLegacyArgs (line 271) | public GetVmsLegacyArgs()
  class GetVmsLegacyInvokeArgs (line 277) | public sealed class GetVmsLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetVmsLegacyInvokeArgs (line 310) | public GetVmsLegacyInvokeArgs()
  class GetVmsLegacyResult (line 317) | [OutputType]
    method GetVmsLegacyResult (line 338) | [OutputConstructor]

FILE: sdk/dotnet/GroupLegacy.cs
  class GroupLegacy (line 42) | [ProxmoxVEResourceType("proxmoxve:index/groupLegacy:GroupLegacy")]
    method GroupLegacy (line 77) | public GroupLegacy(string name, GroupLegacyArgs args, CustomResourceOp...
    method GroupLegacy (line 82) | private GroupLegacy(string name, Input<string> id, GroupLegacyState? s...
    method MakeResourceOptions (line 87) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 108) | public static GroupLegacy Get(string name, Input<string> id, GroupLega...
  class GroupLegacyArgs (line 114) | public sealed class GroupLegacyArgs : global::Pulumi.ResourceArgs
    method GroupLegacyArgs (line 140) | public GroupLegacyArgs()
  class GroupLegacyState (line 146) | public sealed class GroupLegacyState : global::Pulumi.ResourceArgs
    method GroupLegacyState (line 184) | public GroupLegacyState()

FILE: sdk/dotnet/Hagroup.cs
  class Hagroup (line 51) | [ProxmoxVEResourceType("proxmoxve:index/hagroup:Hagroup")]
    method Hagroup (line 92) | public Hagroup(string name, HagroupArgs args, CustomResourceOptions? o...
    method Hagroup (line 97) | private Hagroup(string name, Input<string> id, HagroupState? state = n...
    method MakeResourceOptions (line 102) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 123) | public static Hagroup Get(string name, Input<string> id, HagroupState?...
  class HagroupArgs (line 129) | public sealed class HagroupArgs : global::Pulumi.ResourceArgs
    method HagroupArgs (line 167) | public HagroupArgs()
  class HagroupState (line 173) | public sealed class HagroupState : global::Pulumi.ResourceArgs
    method HagroupState (line 211) | public HagroupState()

FILE: sdk/dotnet/HagroupLegacy.cs
  class HagroupLegacy (line 53) | [ProxmoxVEResourceType("proxmoxve:index/hagroupLegacy:HagroupLegacy")]
    method HagroupLegacy (line 94) | public HagroupLegacy(string name, HagroupLegacyArgs args, CustomResour...
    method HagroupLegacy (line 99) | private HagroupLegacy(string name, Input<string> id, HagroupLegacyStat...
    method MakeResourceOptions (line 104) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 125) | public static HagroupLegacy Get(string name, Input<string> id, Hagroup...
  class HagroupLegacyArgs (line 131) | public sealed class HagroupLegacyArgs : global::Pulumi.ResourceArgs
    method HagroupLegacyArgs (line 169) | public HagroupLegacyArgs()
  class HagroupLegacyState (line 175) | public sealed class HagroupLegacyState : global::Pulumi.ResourceArgs
    method HagroupLegacyState (line 213) | public HagroupLegacyState()

FILE: sdk/dotnet/Hardware/GetMappings.cs
  class GetMappings (line 12) | public static class GetMappings
    method InvokeAsync (line 53) | public static Task<GetMappingsResult> InvokeAsync(GetMappingsArgs args...
    method Invoke (line 95) | public static Output<GetMappingsResult> Invoke(GetMappingsInvokeArgs a...
    method Invoke (line 137) | public static Output<GetMappingsResult> Invoke(GetMappingsInvokeArgs a...
  class GetMappingsArgs (line 142) | public sealed class GetMappingsArgs : global::Pulumi.InvokeArgs
    method GetMappingsArgs (line 156) | public GetMappingsArgs()
  class GetMappingsInvokeArgs (line 162) | public sealed class GetMappingsInvokeArgs : global::Pulumi.InvokeArgs
    method GetMappingsInvokeArgs (line 176) | public GetMappingsInvokeArgs()
  class GetMappingsResult (line 183) | [OutputType]
    method GetMappingsResult (line 207) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/GetMappingsLegacy.cs
  class GetMappingsLegacy (line 12) | public static class GetMappingsLegacy
    method InvokeAsync (line 55) | public static Task<GetMappingsLegacyResult> InvokeAsync(GetMappingsLeg...
    method Invoke (line 99) | public static Output<GetMappingsLegacyResult> Invoke(GetMappingsLegacy...
    method Invoke (line 143) | public static Output<GetMappingsLegacyResult> Invoke(GetMappingsLegacy...
  class GetMappingsLegacyArgs (line 148) | public sealed class GetMappingsLegacyArgs : global::Pulumi.InvokeArgs
    method GetMappingsLegacyArgs (line 162) | public GetMappingsLegacyArgs()
  class GetMappingsLegacyInvokeArgs (line 168) | public sealed class GetMappingsLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetMappingsLegacyInvokeArgs (line 182) | public GetMappingsLegacyInvokeArgs()
  class GetMappingsLegacyResult (line 189) | [OutputType]
    method GetMappingsLegacyResult (line 213) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/GetPci.cs
  class GetPci (line 12) | public static class GetPci
    method InvokeAsync (line 55) | public static Task<GetPciResult> InvokeAsync(GetPciArgs args, InvokeOp...
    method Invoke (line 99) | public static Output<GetPciResult> Invoke(GetPciInvokeArgs args, Invok...
    method Invoke (line 143) | public static Output<GetPciResult> Invoke(GetPciInvokeArgs args, Invok...
  class GetPciArgs (line 148) | public sealed class GetPciArgs : global::Pulumi.InvokeArgs
    method GetPciArgs (line 174) | public GetPciArgs()
  class GetPciInvokeArgs (line 180) | public sealed class GetPciInvokeArgs : global::Pulumi.InvokeArgs
    method GetPciInvokeArgs (line 206) | public GetPciInvokeArgs()
  class GetPciResult (line 213) | [OutputType]
    method GetPciResult (line 237) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Inputs/GetPciFilters.cs
  class GetPciFiltersArgs (line 13) | public sealed class GetPciFiltersArgs : global::Pulumi.InvokeArgs
    method GetPciFiltersArgs (line 39) | public GetPciFiltersArgs()

FILE: sdk/dotnet/Hardware/Inputs/GetPciFiltersArgs.cs
  class GetPciFiltersInputArgs (line 13) | public sealed class GetPciFiltersInputArgs : global::Pulumi.ResourceArgs
    method GetPciFiltersInputArgs (line 39) | public GetPciFiltersInputArgs()

FILE: sdk/dotnet/Hardware/Mapping/Dir.cs
  class Dir (line 51) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/dir:Dir")]
    method Dir (line 80) | public Dir(string name, DirArgs args, CustomResourceOptions? options =...
    method Dir (line 85) | private Dir(string name, Input<string> id, DirState? state = null, Cus...
    method MakeResourceOptions (line 90) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 111) | public static Dir Get(string name, Input<string> id, DirState? state =...
  class DirArgs (line 117) | public sealed class DirArgs : global::Pulumi.ResourceArgs
    method DirArgs (line 143) | public DirArgs()
  class DirState (line 149) | public sealed class DirState : global::Pulumi.ResourceArgs
    method DirState (line 175) | public DirState()

FILE: sdk/dotnet/Hardware/Mapping/DirLegacy.cs
  class DirLegacy (line 53) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/dirLegacy:DirLegacy")]
    method DirLegacy (line 82) | public DirLegacy(string name, DirLegacyArgs args, CustomResourceOption...
    method DirLegacy (line 87) | private DirLegacy(string name, Input<string> id, DirLegacyState? state...
    method MakeResourceOptions (line 92) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 113) | public static DirLegacy Get(string name, Input<string> id, DirLegacySt...
  class DirLegacyArgs (line 119) | public sealed class DirLegacyArgs : global::Pulumi.ResourceArgs
    method DirLegacyArgs (line 145) | public DirLegacyArgs()
  class DirLegacyState (line 151) | public sealed class DirLegacyState : global::Pulumi.ResourceArgs
    method DirLegacyState (line 177) | public DirLegacyState()

FILE: sdk/dotnet/Hardware/Mapping/GetDir.cs
  class GetDir (line 12) | public static class GetDir
    method InvokeAsync (line 39) | public static Task<GetDirResult> InvokeAsync(GetDirArgs args, InvokeOp...
    method Invoke (line 67) | public static Output<GetDirResult> Invoke(GetDirInvokeArgs args, Invok...
    method Invoke (line 95) | public static Output<GetDirResult> Invoke(GetDirInvokeArgs args, Invok...
  class GetDirArgs (line 100) | public sealed class GetDirArgs : global::Pulumi.InvokeArgs
    method GetDirArgs (line 108) | public GetDirArgs()
  class GetDirInvokeArgs (line 114) | public sealed class GetDirInvokeArgs : global::Pulumi.InvokeArgs
    method GetDirInvokeArgs (line 122) | public GetDirInvokeArgs()
  class GetDirResult (line 129) | [OutputType]
    method GetDirResult (line 149) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/GetDirLegacy.cs
  class GetDirLegacy (line 12) | public static class GetDirLegacy
    method InvokeAsync (line 41) | public static Task<GetDirLegacyResult> InvokeAsync(GetDirLegacyArgs ar...
    method Invoke (line 71) | public static Output<GetDirLegacyResult> Invoke(GetDirLegacyInvokeArgs...
    method Invoke (line 101) | public static Output<GetDirLegacyResult> Invoke(GetDirLegacyInvokeArgs...
  class GetDirLegacyArgs (line 106) | public sealed class GetDirLegacyArgs : global::Pulumi.InvokeArgs
    method GetDirLegacyArgs (line 114) | public GetDirLegacyArgs()
  class GetDirLegacyInvokeArgs (line 120) | public sealed class GetDirLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetDirLegacyInvokeArgs (line 128) | public GetDirLegacyInvokeArgs()
  class GetDirLegacyResult (line 135) | [OutputType]
    method GetDirLegacyResult (line 155) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/GetPci.cs
  class GetPci (line 12) | public static class GetPci
    method InvokeAsync (line 39) | public static Task<GetPciResult> InvokeAsync(GetPciArgs args, InvokeOp...
    method Invoke (line 67) | public static Output<GetPciResult> Invoke(GetPciInvokeArgs args, Invok...
    method Invoke (line 95) | public static Output<GetPciResult> Invoke(GetPciInvokeArgs args, Invok...
  class GetPciArgs (line 100) | public sealed class GetPciArgs : global::Pulumi.InvokeArgs
    method GetPciArgs (line 108) | public GetPciArgs()
  class GetPciInvokeArgs (line 114) | public sealed class GetPciInvokeArgs : global::Pulumi.InvokeArgs
    method GetPciInvokeArgs (line 122) | public GetPciInvokeArgs()
  class GetPciResult (line 129) | [OutputType]
    method GetPciResult (line 153) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/GetPciLegacy.cs
  class GetPciLegacy (line 12) | public static class GetPciLegacy
    method InvokeAsync (line 41) | public static Task<GetPciLegacyResult> InvokeAsync(GetPciLegacyArgs ar...
    method Invoke (line 71) | public static Output<GetPciLegacyResult> Invoke(GetPciLegacyInvokeArgs...
    method Invoke (line 101) | public static Output<GetPciLegacyResult> Invoke(GetPciLegacyInvokeArgs...
  class GetPciLegacyArgs (line 106) | public sealed class GetPciLegacyArgs : global::Pulumi.InvokeArgs
    method GetPciLegacyArgs (line 114) | public GetPciLegacyArgs()
  class GetPciLegacyInvokeArgs (line 120) | public sealed class GetPciLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetPciLegacyInvokeArgs (line 128) | public GetPciLegacyInvokeArgs()
  class GetPciLegacyResult (line 135) | [OutputType]
    method GetPciLegacyResult (line 159) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/GetUsb.cs
  class GetUsb (line 12) | public static class GetUsb
    method InvokeAsync (line 39) | public static Task<GetUsbResult> InvokeAsync(GetUsbArgs args, InvokeOp...
    method Invoke (line 67) | public static Output<GetUsbResult> Invoke(GetUsbInvokeArgs args, Invok...
    method Invoke (line 95) | public static Output<GetUsbResult> Invoke(GetUsbInvokeArgs args, Invok...
  class GetUsbArgs (line 100) | public sealed class GetUsbArgs : global::Pulumi.InvokeArgs
    method GetUsbArgs (line 108) | public GetUsbArgs()
  class GetUsbInvokeArgs (line 114) | public sealed class GetUsbInvokeArgs : global::Pulumi.InvokeArgs
    method GetUsbInvokeArgs (line 122) | public GetUsbInvokeArgs()
  class GetUsbResult (line 129) | [OutputType]
    method GetUsbResult (line 149) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/GetUsbLegacy.cs
  class GetUsbLegacy (line 12) | public static class GetUsbLegacy
    method InvokeAsync (line 41) | public static Task<GetUsbLegacyResult> InvokeAsync(GetUsbLegacyArgs ar...
    method Invoke (line 71) | public static Output<GetUsbLegacyResult> Invoke(GetUsbLegacyInvokeArgs...
    method Invoke (line 101) | public static Output<GetUsbLegacyResult> Invoke(GetUsbLegacyInvokeArgs...
  class GetUsbLegacyArgs (line 106) | public sealed class GetUsbLegacyArgs : global::Pulumi.InvokeArgs
    method GetUsbLegacyArgs (line 114) | public GetUsbLegacyArgs()
  class GetUsbLegacyInvokeArgs (line 120) | public sealed class GetUsbLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetUsbLegacyInvokeArgs (line 128) | public GetUsbLegacyInvokeArgs()
  class GetUsbLegacyResult (line 135) | [OutputType]
    method GetUsbLegacyResult (line 155) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Inputs/DirLegacyMapArgs.cs
  class DirLegacyMapArgs (line 13) | public sealed class DirLegacyMapArgs : global::Pulumi.ResourceArgs
    method DirLegacyMapArgs (line 27) | public DirLegacyMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/DirLegacyMapGetArgs.cs
  class DirLegacyMapGetArgs (line 13) | public sealed class DirLegacyMapGetArgs : global::Pulumi.ResourceArgs
    method DirLegacyMapGetArgs (line 27) | public DirLegacyMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/DirMapArgs.cs
  class DirMapArgs (line 13) | public sealed class DirMapArgs : global::Pulumi.ResourceArgs
    method DirMapArgs (line 27) | public DirMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/DirMapGetArgs.cs
  class DirMapGetArgs (line 13) | public sealed class DirMapGetArgs : global::Pulumi.ResourceArgs
    method DirMapGetArgs (line 27) | public DirMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/PciLegacyMapArgs.cs
  class PciLegacyMapArgs (line 13) | public sealed class PciLegacyMapArgs : global::Pulumi.ResourceArgs
    method PciLegacyMapArgs (line 51) | public PciLegacyMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/PciLegacyMapGetArgs.cs
  class PciLegacyMapGetArgs (line 13) | public sealed class PciLegacyMapGetArgs : global::Pulumi.ResourceArgs
    method PciLegacyMapGetArgs (line 51) | public PciLegacyMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/PciMapArgs.cs
  class PciMapArgs (line 13) | public sealed class PciMapArgs : global::Pulumi.ResourceArgs
    method PciMapArgs (line 51) | public PciMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/PciMapGetArgs.cs
  class PciMapGetArgs (line 13) | public sealed class PciMapGetArgs : global::Pulumi.ResourceArgs
    method PciMapGetArgs (line 51) | public PciMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/UsbLegacyMapArgs.cs
  class UsbLegacyMapArgs (line 13) | public sealed class UsbLegacyMapArgs : global::Pulumi.ResourceArgs
    method UsbLegacyMapArgs (line 39) | public UsbLegacyMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/UsbLegacyMapGetArgs.cs
  class UsbLegacyMapGetArgs (line 13) | public sealed class UsbLegacyMapGetArgs : global::Pulumi.ResourceArgs
    method UsbLegacyMapGetArgs (line 39) | public UsbLegacyMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/UsbMapArgs.cs
  class UsbMapArgs (line 13) | public sealed class UsbMapArgs : global::Pulumi.ResourceArgs
    method UsbMapArgs (line 39) | public UsbMapArgs()

FILE: sdk/dotnet/Hardware/Mapping/Inputs/UsbMapGetArgs.cs
  class UsbMapGetArgs (line 13) | public sealed class UsbMapGetArgs : global::Pulumi.ResourceArgs
    method UsbMapGetArgs (line 39) | public UsbMapGetArgs()

FILE: sdk/dotnet/Hardware/Mapping/Outputs/DirLegacyMap.cs
  class DirLegacyMap (line 13) | [OutputType]
    method DirLegacyMap (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/DirMap.cs
  class DirMap (line 13) | [OutputType]
    method DirMap (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetDirLegacyMapResult.cs
  class GetDirLegacyMapResult (line 13) | [OutputType]
    method GetDirLegacyMapResult (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetDirMapResult.cs
  class GetDirMapResult (line 13) | [OutputType]
    method GetDirMapResult (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetPciLegacyMapResult.cs
  class GetPciLegacyMapResult (line 13) | [OutputType]
    method GetPciLegacyMapResult (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetPciMapResult.cs
  class GetPciMapResult (line 13) | [OutputType]
    method GetPciMapResult (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetUsbLegacyMapResult.cs
  class GetUsbLegacyMapResult (line 13) | [OutputType]
    method GetUsbLegacyMapResult (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/GetUsbMapResult.cs
  class GetUsbMapResult (line 13) | [OutputType]
    method GetUsbMapResult (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/PciLegacyMap.cs
  class PciLegacyMap (line 13) | [OutputType]
    method PciLegacyMap (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/PciMap.cs
  class PciMap (line 13) | [OutputType]
    method PciMap (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/UsbLegacyMap.cs
  class UsbLegacyMap (line 13) | [OutputType]
    method UsbLegacyMap (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Outputs/UsbMap.cs
  class UsbMap (line 13) | [OutputType]
    method UsbMap (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Mapping/Pci.cs
  class Pci (line 56) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/pci:Pci")]
    method Pci (line 91) | public Pci(string name, PciArgs args, CustomResourceOptions? options =...
    method Pci (line 96) | private Pci(string name, Input<string> id, PciState? state = null, Cus...
    method MakeResourceOptions (line 101) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 122) | public static Pci Get(string name, Input<string> id, PciState? state =...
  class PciArgs (line 128) | public sealed class PciArgs : global::Pulumi.ResourceArgs
    method PciArgs (line 160) | public PciArgs()
  class PciState (line 166) | public sealed class PciState : global::Pulumi.ResourceArgs
    method PciState (line 198) | public PciState()

FILE: sdk/dotnet/Hardware/Mapping/PciLegacy.cs
  class PciLegacy (line 58) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/pciLegacy:PciLegacy")]
    method PciLegacy (line 93) | public PciLegacy(string name, PciLegacyArgs args, CustomResourceOption...
    method PciLegacy (line 98) | private PciLegacy(string name, Input<string> id, PciLegacyState? state...
    method MakeResourceOptions (line 103) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 124) | public static PciLegacy Get(string name, Input<string> id, PciLegacySt...
  class PciLegacyArgs (line 130) | public sealed class PciLegacyArgs : global::Pulumi.ResourceArgs
    method PciLegacyArgs (line 162) | public PciLegacyArgs()
  class PciLegacyState (line 168) | public sealed class PciLegacyState : global::Pulumi.ResourceArgs
    method PciLegacyState (line 200) | public PciLegacyState()

FILE: sdk/dotnet/Hardware/Mapping/Usb.cs
  class Usb (line 53) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/usb:Usb")]
    method Usb (line 82) | public Usb(string name, UsbArgs args, CustomResourceOptions? options =...
    method Usb (line 87) | private Usb(string name, Input<string> id, UsbState? state = null, Cus...
    method MakeResourceOptions (line 92) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 113) | public static Usb Get(string name, Input<string> id, UsbState? state =...
  class UsbArgs (line 119) | public sealed class UsbArgs : global::Pulumi.ResourceArgs
    method UsbArgs (line 145) | public UsbArgs()
  class UsbState (line 151) | public sealed class UsbState : global::Pulumi.ResourceArgs
    method UsbState (line 177) | public UsbState()

FILE: sdk/dotnet/Hardware/Mapping/UsbLegacy.cs
  class UsbLegacy (line 55) | [ProxmoxVEResourceType("proxmoxve:hardware/mapping/usbLegacy:UsbLegacy")]
    method UsbLegacy (line 84) | public UsbLegacy(string name, UsbLegacyArgs args, CustomResourceOption...
    method UsbLegacy (line 89) | private UsbLegacy(string name, Input<string> id, UsbLegacyState? state...
    method MakeResourceOptions (line 94) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 115) | public static UsbLegacy Get(string name, Input<string> id, UsbLegacySt...
  class UsbLegacyArgs (line 121) | public sealed class UsbLegacyArgs : global::Pulumi.ResourceArgs
    method UsbLegacyArgs (line 147) | public UsbLegacyArgs()
  class UsbLegacyState (line 153) | public sealed class UsbLegacyState : global::Pulumi.ResourceArgs
    method UsbLegacyState (line 179) | public UsbLegacyState()

FILE: sdk/dotnet/Hardware/Outputs/GetMappingsCheckResult.cs
  class GetMappingsCheckResult (line 13) | [OutputType]
    method GetMappingsCheckResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Outputs/GetMappingsLegacyCheckResult.cs
  class GetMappingsLegacyCheckResult (line 13) | [OutputType]
    method GetMappingsLegacyCheckResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Outputs/GetPciDeviceResult.cs
  class GetPciDeviceResult (line 13) | [OutputType]
    method GetPciDeviceResult (line 65) | [OutputConstructor]

FILE: sdk/dotnet/Hardware/Outputs/GetPciFiltersResult.cs
  class GetPciFiltersResult (line 13) | [OutputType]
    method GetPciFiltersResult (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Haresource.cs
  class Haresource (line 51) | [ProxmoxVEResourceType("proxmoxve:index/haresource:Haresource")]
    method Haresource (line 104) | public Haresource(string name, HaresourceArgs args, CustomResourceOpti...
    method Haresource (line 109) | private Haresource(string name, Input<string> id, HaresourceState? sta...
    method MakeResourceOptions (line 114) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 135) | public static Haresource Get(string name, Input<string> id, Haresource...
  class HaresourceArgs (line 141) | public sealed class HaresourceArgs : global::Pulumi.ResourceArgs
    method HaresourceArgs (line 185) | public HaresourceArgs()
  class HaresourceState (line 191) | public sealed class HaresourceState : global::Pulumi.ResourceArgs
    method HaresourceState (line 235) | public HaresourceState()

FILE: sdk/dotnet/HaresourceLegacy.cs
  class HaresourceLegacy (line 53) | [ProxmoxVEResourceType("proxmoxve:index/haresourceLegacy:HaresourceLegac...
    method HaresourceLegacy (line 106) | public HaresourceLegacy(string name, HaresourceLegacyArgs args, Custom...
    method HaresourceLegacy (line 111) | private HaresourceLegacy(string name, Input<string> id, HaresourceLega...
    method MakeResourceOptions (line 116) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 137) | public static HaresourceLegacy Get(string name, Input<string> id, Hare...
  class HaresourceLegacyArgs (line 143) | public sealed class HaresourceLegacyArgs : global::Pulumi.ResourceArgs
    method HaresourceLegacyArgs (line 187) | public HaresourceLegacyArgs()
  class HaresourceLegacyState (line 193) | public sealed class HaresourceLegacyState : global::Pulumi.ResourceArgs
    method HaresourceLegacyState (line 237) | public HaresourceLegacyState()

FILE: sdk/dotnet/Harule.cs
  class Harule (line 93) | [ProxmoxVEResourceType("proxmoxve:index/harule:Harule")]
    method Harule (line 152) | public Harule(string name, HaruleArgs args, CustomResourceOptions? opt...
    method Harule (line 157) | private Harule(string name, Input<string> id, HaruleState? state = nul...
    method MakeResourceOptions (line 162) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 183) | public static Harule Get(string name, Input<string> id, HaruleState? s...
  class HaruleArgs (line 189) | public sealed class HaruleArgs : global::Pulumi.ResourceArgs
    method HaruleArgs (line 251) | public HaruleArgs()
  class HaruleState (line 257) | public sealed class HaruleState : global::Pulumi.ResourceArgs
    method HaruleState (line 319) | public HaruleState()

FILE: sdk/dotnet/HaruleLegacy.cs
  class HaruleLegacy (line 95) | [ProxmoxVEResourceType("proxmoxve:index/haruleLegacy:HaruleLegacy")]
    method HaruleLegacy (line 154) | public HaruleLegacy(string name, HaruleLegacyArgs args, CustomResource...
    method HaruleLegacy (line 159) | private HaruleLegacy(string name, Input<string> id, HaruleLegacyState?...
    method MakeResourceOptions (line 164) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 185) | public static HaruleLegacy Get(string name, Input<string> id, HaruleLe...
  class HaruleLegacyArgs (line 191) | public sealed class HaruleLegacyArgs : global::Pulumi.ResourceArgs
    method HaruleLegacyArgs (line 253) | public HaruleLegacyArgs()
  class HaruleLegacyState (line 259) | public sealed class HaruleLegacyState : global::Pulumi.ResourceArgs
    method HaruleLegacyState (line 321) | public HaruleLegacyState()

FILE: sdk/dotnet/HostsLegacy.cs
  class HostsLegacy (line 57) | [ProxmoxVEResourceType("proxmoxve:index/hostsLegacy:HostsLegacy")]
    method HostsLegacy (line 105) | public HostsLegacy(string name, HostsLegacyArgs args, CustomResourceOp...
    method HostsLegacy (line 110) | private HostsLegacy(string name, Input<string> id, HostsLegacyState? s...
    method MakeResourceOptions (line 115) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 136) | public static HostsLegacy Get(string name, Input<string> id, HostsLega...
  class HostsLegacyArgs (line 142) | public sealed class HostsLegacyArgs : global::Pulumi.ResourceArgs
    method HostsLegacyArgs (line 162) | public HostsLegacyArgs()
  class HostsLegacyState (line 168) | public sealed class HostsLegacyState : global::Pulumi.ResourceArgs
    method HostsLegacyState (line 231) | public HostsLegacyState()

FILE: sdk/dotnet/Inputs/ContainerLegacyCloneArgs.cs
  class ContainerLegacyCloneArgs (line 13) | public sealed class ContainerLegacyCloneArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyCloneArgs (line 43) | public ContainerLegacyCloneArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyCloneGetArgs.cs
  class ContainerLegacyCloneGetArgs (line 13) | public sealed class ContainerLegacyCloneGetArgs : global::Pulumi.Resourc...
    method ContainerLegacyCloneGetArgs (line 43) | public ContainerLegacyCloneGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyConsoleArgs.cs
  class ContainerLegacyConsoleArgs (line 13) | public sealed class ContainerLegacyConsoleArgs : global::Pulumi.Resource...
    method ContainerLegacyConsoleArgs (line 34) | public ContainerLegacyConsoleArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyConsoleGetArgs.cs
  class ContainerLegacyConsoleGetArgs (line 13) | public sealed class ContainerLegacyConsoleGetArgs : global::Pulumi.Resou...
    method ContainerLegacyConsoleGetArgs (line 34) | public ContainerLegacyConsoleGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyCpuArgs.cs
  class ContainerLegacyCpuArgs (line 13) | public sealed class ContainerLegacyCpuArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyCpuArgs (line 39) | public ContainerLegacyCpuArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyCpuGetArgs.cs
  class ContainerLegacyCpuGetArgs (line 13) | public sealed class ContainerLegacyCpuGetArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyCpuGetArgs (line 39) | public ContainerLegacyCpuGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyDevicePassthroughArgs.cs
  class ContainerLegacyDevicePassthroughArgs (line 13) | public sealed class ContainerLegacyDevicePassthroughArgs : global::Pulum...
    method ContainerLegacyDevicePassthroughArgs (line 46) | public ContainerLegacyDevicePassthroughArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyDevicePassthroughGetArgs.cs
  class ContainerLegacyDevicePassthroughGetArgs (line 13) | public sealed class ContainerLegacyDevicePassthroughGetArgs : global::Pu...
    method ContainerLegacyDevicePassthroughGetArgs (line 46) | public ContainerLegacyDevicePassthroughGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyDiskArgs.cs
  class ContainerLegacyDiskArgs (line 13) | public sealed class ContainerLegacyDiskArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyDiskArgs (line 67) | public ContainerLegacyDiskArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyDiskGetArgs.cs
  class ContainerLegacyDiskGetArgs (line 13) | public sealed class ContainerLegacyDiskGetArgs : global::Pulumi.Resource...
    method ContainerLegacyDiskGetArgs (line 67) | public ContainerLegacyDiskGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyFeaturesArgs.cs
  class ContainerLegacyFeaturesArgs (line 13) | public sealed class ContainerLegacyFeaturesArgs : global::Pulumi.Resourc...
    method ContainerLegacyFeaturesArgs (line 45) | public ContainerLegacyFeaturesArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyFeaturesGetArgs.cs
  class ContainerLegacyFeaturesGetArgs (line 13) | public sealed class ContainerLegacyFeaturesGetArgs : global::Pulumi.Reso...
    method ContainerLegacyFeaturesGetArgs (line 45) | public ContainerLegacyFeaturesGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyIdmapArgs.cs
  class ContainerLegacyIdmapArgs (line 13) | public sealed class ContainerLegacyIdmapArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyIdmapArgs (line 39) | public ContainerLegacyIdmapArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyIdmapGetArgs.cs
  class ContainerLegacyIdmapGetArgs (line 13) | public sealed class ContainerLegacyIdmapGetArgs : global::Pulumi.Resourc...
    method ContainerLegacyIdmapGetArgs (line 39) | public ContainerLegacyIdmapGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationArgs.cs
  class ContainerLegacyInitializationArgs (line 13) | public sealed class ContainerLegacyInitializationArgs : global::Pulumi.R...
    method ContainerLegacyInitializationArgs (line 52) | public ContainerLegacyInitializationArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationDnsArgs.cs
  class ContainerLegacyInitializationDnsArgs (line 13) | public sealed class ContainerLegacyInitializationDnsArgs : global::Pulum...
    method ContainerLegacyInitializationDnsArgs (line 41) | public ContainerLegacyInitializationDnsArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationDnsGetArgs.cs
  class ContainerLegacyInitializationDnsGetArgs (line 13) | public sealed class ContainerLegacyInitializationDnsGetArgs : global::Pu...
    method ContainerLegacyInitializationDnsGetArgs (line 41) | public ContainerLegacyInitializationDnsGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationGetArgs.cs
  class ContainerLegacyInitializationGetArgs (line 13) | public sealed class ContainerLegacyInitializationGetArgs : global::Pulum...
    method ContainerLegacyInitializationGetArgs (line 52) | public ContainerLegacyInitializationGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigArgs.cs
  class ContainerLegacyInitializationIpConfigArgs (line 13) | public sealed class ContainerLegacyInitializationIpConfigArgs : global::...
    method ContainerLegacyInitializationIpConfigArgs (line 27) | public ContainerLegacyInitializationIpConfigArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigGetArgs.cs
  class ContainerLegacyInitializationIpConfigGetArgs (line 13) | public sealed class ContainerLegacyInitializationIpConfigGetArgs : globa...
    method ContainerLegacyInitializationIpConfigGetArgs (line 27) | public ContainerLegacyInitializationIpConfigGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigIpv4Args.cs
  class ContainerLegacyInitializationIpConfigIpv4Args (line 13) | public sealed class ContainerLegacyInitializationIpConfigIpv4Args : glob...
    method ContainerLegacyInitializationIpConfigIpv4Args (line 30) | public ContainerLegacyInitializationIpConfigIpv4Args()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigIpv4GetArgs.cs
  class ContainerLegacyInitializationIpConfigIpv4GetArgs (line 13) | public sealed class ContainerLegacyInitializationIpConfigIpv4GetArgs : g...
    method ContainerLegacyInitializationIpConfigIpv4GetArgs (line 30) | public ContainerLegacyInitializationIpConfigIpv4GetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigIpv6Args.cs
  class ContainerLegacyInitializationIpConfigIpv6Args (line 13) | public sealed class ContainerLegacyInitializationIpConfigIpv6Args : glob...
    method ContainerLegacyInitializationIpConfigIpv6Args (line 30) | public ContainerLegacyInitializationIpConfigIpv6Args()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationIpConfigIpv6GetArgs.cs
  class ContainerLegacyInitializationIpConfigIpv6GetArgs (line 13) | public sealed class ContainerLegacyInitializationIpConfigIpv6GetArgs : g...
    method ContainerLegacyInitializationIpConfigIpv6GetArgs (line 30) | public ContainerLegacyInitializationIpConfigIpv6GetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationUserAccountArgs.cs
  class ContainerLegacyInitializationUserAccountArgs (line 13) | public sealed class ContainerLegacyInitializationUserAccountArgs : globa...
    method ContainerLegacyInitializationUserAccountArgs (line 43) | public ContainerLegacyInitializationUserAccountArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyInitializationUserAccountGetArgs.cs
  class ContainerLegacyInitializationUserAccountGetArgs (line 13) | public sealed class ContainerLegacyInitializationUserAccountGetArgs : gl...
    method ContainerLegacyInitializationUserAccountGetArgs (line 43) | public ContainerLegacyInitializationUserAccountGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyMemoryArgs.cs
  class ContainerLegacyMemoryArgs (line 13) | public sealed class ContainerLegacyMemoryArgs : global::Pulumi.ResourceArgs
    method ContainerLegacyMemoryArgs (line 28) | public ContainerLegacyMemoryArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyMemoryGetArgs.cs
  class ContainerLegacyMemoryGetArgs (line 13) | public sealed class ContainerLegacyMemoryGetArgs : global::Pulumi.Resour...
    method ContainerLegacyMemoryGetArgs (line 28) | public ContainerLegacyMemoryGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyMountPointArgs.cs
  class ContainerLegacyMountPointArgs (line 13) | public sealed class ContainerLegacyMountPointArgs : global::Pulumi.Resou...
    method ContainerLegacyMountPointArgs (line 94) | public ContainerLegacyMountPointArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyMountPointGetArgs.cs
  class ContainerLegacyMountPointGetArgs (line 13) | public sealed class ContainerLegacyMountPointGetArgs : global::Pulumi.Re...
    method ContainerLegacyMountPointGetArgs (line 94) | public ContainerLegacyMountPointGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyNetworkInterfaceArgs.cs
  class ContainerLegacyNetworkInterfaceArgs (line 13) | public sealed class ContainerLegacyNetworkInterfaceArgs : global::Pulumi...
    method ContainerLegacyNetworkInterfaceArgs (line 75) | public ContainerLegacyNetworkInterfaceArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyNetworkInterfaceGetArgs.cs
  class ContainerLegacyNetworkInterfaceGetArgs (line 13) | public sealed class ContainerLegacyNetworkInterfaceGetArgs : global::Pul...
    method ContainerLegacyNetworkInterfaceGetArgs (line 75) | public ContainerLegacyNetworkInterfaceGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyOperatingSystemArgs.cs
  class ContainerLegacyOperatingSystemArgs (line 13) | public sealed class ContainerLegacyOperatingSystemArgs : global::Pulumi....
    method ContainerLegacyOperatingSystemArgs (line 29) | public ContainerLegacyOperatingSystemArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyOperatingSystemGetArgs.cs
  class ContainerLegacyOperatingSystemGetArgs (line 13) | public sealed class ContainerLegacyOperatingSystemGetArgs : global::Pulu...
    method ContainerLegacyOperatingSystemGetArgs (line 29) | public ContainerLegacyOperatingSystemGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyStartupArgs.cs
  class ContainerLegacyStartupArgs (line 13) | public sealed class ContainerLegacyStartupArgs : global::Pulumi.Resource...
    method ContainerLegacyStartupArgs (line 36) | public ContainerLegacyStartupArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyStartupGetArgs.cs
  class ContainerLegacyStartupGetArgs (line 13) | public sealed class ContainerLegacyStartupGetArgs : global::Pulumi.Resou...
    method ContainerLegacyStartupGetArgs (line 36) | public ContainerLegacyStartupGetArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyWaitForIpArgs.cs
  class ContainerLegacyWaitForIpArgs (line 13) | public sealed class ContainerLegacyWaitForIpArgs : global::Pulumi.Resour...
    method ContainerLegacyWaitForIpArgs (line 29) | public ContainerLegacyWaitForIpArgs()

FILE: sdk/dotnet/Inputs/ContainerLegacyWaitForIpGetArgs.cs
  class ContainerLegacyWaitForIpGetArgs (line 13) | public sealed class ContainerLegacyWaitForIpGetArgs : global::Pulumi.Res...
    method ContainerLegacyWaitForIpGetArgs (line 29) | public ContainerLegacyWaitForIpGetArgs()

FILE: sdk/dotnet/Inputs/FileLegacySourceFileArgs.cs
  class FileLegacySourceFileArgs (line 13) | public sealed class FileLegacySourceFileArgs : global::Pulumi.ResourceArgs
    method FileLegacySourceFileArgs (line 55) | public FileLegacySourceFileArgs()

FILE: sdk/dotnet/Inputs/FileLegacySourceFileGetArgs.cs
  class FileLegacySourceFileGetArgs (line 13) | public sealed class FileLegacySourceFileGetArgs : global::Pulumi.Resourc...
    method FileLegacySourceFileGetArgs (line 55) | public FileLegacySourceFileGetArgs()

FILE: sdk/dotnet/Inputs/FileLegacySourceRawArgs.cs
  class FileLegacySourceRawArgs (line 13) | public sealed class FileLegacySourceRawArgs : global::Pulumi.ResourceArgs
    method FileLegacySourceRawArgs (line 33) | public FileLegacySourceRawArgs()

FILE: sdk/dotnet/Inputs/FileLegacySourceRawGetArgs.cs
  class FileLegacySourceRawGetArgs (line 13) | public sealed class FileLegacySourceRawGetArgs : global::Pulumi.Resource...
    method FileLegacySourceRawGetArgs (line 33) | public FileLegacySourceRawGetArgs()

FILE: sdk/dotnet/Inputs/GetContainersLegacyFilter.cs
  class GetContainersLegacyFilterArgs (line 13) | public sealed class GetContainersLegacyFilterArgs : global::Pulumi.Invok...
    method GetContainersLegacyFilterArgs (line 39) | public GetContainersLegacyFilterArgs()

FILE: sdk/dotnet/Inputs/GetContainersLegacyFilterArgs.cs
  class GetContainersLegacyFilterInputArgs (line 13) | public sealed class GetContainersLegacyFilterInputArgs : global::Pulumi....
    method GetContainersLegacyFilterInputArgs (line 39) | public GetContainersLegacyFilterInputArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresDatastore.cs
  class GetDatastoresDatastoreArgs (line 13) | public sealed class GetDatastoresDatastoreArgs : global::Pulumi.InvokeArgs
    method GetDatastoresDatastoreArgs (line 87) | public GetDatastoresDatastoreArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresDatastoreArgs.cs
  class GetDatastoresDatastoreInputArgs (line 13) | public sealed class GetDatastoresDatastoreInputArgs : global::Pulumi.Res...
    method GetDatastoresDatastoreInputArgs (line 87) | public GetDatastoresDatastoreInputArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresFilters.cs
  class GetDatastoresFiltersArgs (line 13) | public sealed class GetDatastoresFiltersArgs : global::Pulumi.InvokeArgs
    method GetDatastoresFiltersArgs (line 39) | public GetDatastoresFiltersArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresFiltersArgs.cs
  class GetDatastoresFiltersInputArgs (line 13) | public sealed class GetDatastoresFiltersInputArgs : global::Pulumi.Resou...
    method GetDatastoresFiltersInputArgs (line 39) | public GetDatastoresFiltersInputArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresLegacyDatastore.cs
  class GetDatastoresLegacyDatastoreArgs (line 13) | public sealed class GetDatastoresLegacyDatastoreArgs : global::Pulumi.In...
    method GetDatastoresLegacyDatastoreArgs (line 87) | public GetDatastoresLegacyDatastoreArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresLegacyDatastoreArgs.cs
  class GetDatastoresLegacyDatastoreInputArgs (line 13) | public sealed class GetDatastoresLegacyDatastoreInputArgs : global::Pulu...
    method GetDatastoresLegacyDatastoreInputArgs (line 87) | public GetDatastoresLegacyDatastoreInputArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresLegacyFilters.cs
  class GetDatastoresLegacyFiltersArgs (line 13) | public sealed class GetDatastoresLegacyFiltersArgs : global::Pulumi.Invo...
    method GetDatastoresLegacyFiltersArgs (line 39) | public GetDatastoresLegacyFiltersArgs()

FILE: sdk/dotnet/Inputs/GetDatastoresLegacyFiltersArgs.cs
  class GetDatastoresLegacyFiltersInputArgs (line 13) | public sealed class GetDatastoresLegacyFiltersInputArgs : global::Pulumi...
    method GetDatastoresLegacyFiltersInputArgs (line 39) | public GetDatastoresLegacyFiltersInputArgs()

FILE: sdk/dotnet/Inputs/GetVm2LegacyTimeouts.cs
  class GetVm2LegacyTimeoutsArgs (line 13) | public sealed class GetVm2LegacyTimeoutsArgs : global::Pulumi.InvokeArgs
    method GetVm2LegacyTimeoutsArgs (line 21) | public GetVm2LegacyTimeoutsArgs()

FILE: sdk/dotnet/Inputs/GetVm2LegacyTimeoutsArgs.cs
  class GetVm2LegacyTimeoutsInputArgs (line 13) | public sealed class GetVm2LegacyTimeoutsInputArgs : global::Pulumi.Resou...
    method GetVm2LegacyTimeoutsInputArgs (line 21) | public GetVm2LegacyTimeoutsInputArgs()

FILE: sdk/dotnet/Inputs/GetVmTimeouts.cs
  class GetVmTimeoutsArgs (line 13) | public sealed class GetVmTimeoutsArgs : global::Pulumi.InvokeArgs
    method GetVmTimeoutsArgs (line 21) | public GetVmTimeoutsArgs()

FILE: sdk/dotnet/Inputs/GetVmTimeoutsArgs.cs
  class GetVmTimeoutsInputArgs (line 13) | public sealed class GetVmTimeoutsInputArgs : global::Pulumi.ResourceArgs
    method GetVmTimeoutsInputArgs (line 21) | public GetVmTimeoutsInputArgs()

FILE: sdk/dotnet/Inputs/GetVmsLegacyFilter.cs
  class GetVmsLegacyFilterArgs (line 13) | public sealed class GetVmsLegacyFilterArgs : global::Pulumi.InvokeArgs
    method GetVmsLegacyFilterArgs (line 39) | public GetVmsLegacyFilterArgs()

FILE: sdk/dotnet/Inputs/GetVmsLegacyFilterArgs.cs
  class GetVmsLegacyFilterInputArgs (line 13) | public sealed class GetVmsLegacyFilterInputArgs : global::Pulumi.Resourc...
    method GetVmsLegacyFilterInputArgs (line 39) | public GetVmsLegacyFilterInputArgs()

FILE: sdk/dotnet/Inputs/GroupLegacyAclArgs.cs
  class GroupLegacyAclArgs (line 13) | public sealed class GroupLegacyAclArgs : global::Pulumi.ResourceArgs
    method GroupLegacyAclArgs (line 33) | public GroupLegacyAclArgs()

FILE: sdk/dotnet/Inputs/GroupLegacyAclGetArgs.cs
  class GroupLegacyAclGetArgs (line 13) | public sealed class GroupLegacyAclGetArgs : global::Pulumi.ResourceArgs
    method GroupLegacyAclGetArgs (line 33) | public GroupLegacyAclGetArgs()

FILE: sdk/dotnet/Inputs/HostsLegacyEntryArgs.cs
  class HostsLegacyEntryArgs (line 13) | public sealed class HostsLegacyEntryArgs : global::Pulumi.ResourceArgs
    method HostsLegacyEntryArgs (line 33) | public HostsLegacyEntryArgs()

FILE: sdk/dotnet/Inputs/HostsLegacyEntryGetArgs.cs
  class HostsLegacyEntryGetArgs (line 13) | public sealed class HostsLegacyEntryGetArgs : global::Pulumi.ResourceArgs
    method HostsLegacyEntryGetArgs (line 33) | public HostsLegacyEntryGetArgs()

FILE: sdk/dotnet/Inputs/PoolLegacyMemberArgs.cs
  class PoolLegacyMemberArgs (line 13) | public sealed class PoolLegacyMemberArgs : global::Pulumi.ResourceArgs
    method PoolLegacyMemberArgs (line 45) | public PoolLegacyMemberArgs()

FILE: sdk/dotnet/Inputs/PoolLegacyMemberGetArgs.cs
  class PoolLegacyMemberGetArgs (line 13) | public sealed class PoolLegacyMemberGetArgs : global::Pulumi.ResourceArgs
    method PoolLegacyMemberGetArgs (line 45) | public PoolLegacyMemberGetArgs()

FILE: sdk/dotnet/Inputs/ProviderSshArgs.cs
  class ProviderSshArgs (line 13) | public sealed class ProviderSshArgs : global::Pulumi.ResourceArgs
    method ProviderSshArgs (line 117) | public ProviderSshArgs()

FILE: sdk/dotnet/Inputs/ProviderSshNodeArgs.cs
  class ProviderSshNodeArgs (line 13) | public sealed class ProviderSshNodeArgs : global::Pulumi.ResourceArgs
    method ProviderSshNodeArgs (line 33) | public ProviderSshNodeArgs()

FILE: sdk/dotnet/Inputs/UserLegacyAclArgs.cs
  class UserLegacyAclArgs (line 13) | public sealed class UserLegacyAclArgs : global::Pulumi.ResourceArgs
    method UserLegacyAclArgs (line 33) | public UserLegacyAclArgs()

FILE: sdk/dotnet/Inputs/UserLegacyAclGetArgs.cs
  class UserLegacyAclGetArgs (line 13) | public sealed class UserLegacyAclGetArgs : global::Pulumi.ResourceArgs
    method UserLegacyAclGetArgs (line 33) | public UserLegacyAclGetArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyCdromArgs.cs
  class Vm2LegacyCdromArgs (line 13) | public sealed class Vm2LegacyCdromArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyCdromArgs (line 21) | public Vm2LegacyCdromArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyCdromGetArgs.cs
  class Vm2LegacyCdromGetArgs (line 13) | public sealed class Vm2LegacyCdromGetArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyCdromGetArgs (line 21) | public Vm2LegacyCdromGetArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyCpuArgs.cs
  class Vm2LegacyCpuArgs (line 13) | public sealed class Vm2LegacyCpuArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyCpuArgs (line 81) | public Vm2LegacyCpuArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyCpuGetArgs.cs
  class Vm2LegacyCpuGetArgs (line 13) | public sealed class Vm2LegacyCpuGetArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyCpuGetArgs (line 81) | public Vm2LegacyCpuGetArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyRngArgs.cs
  class Vm2LegacyRngArgs (line 13) | public sealed class Vm2LegacyRngArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyRngArgs (line 33) | public Vm2LegacyRngArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyRngGetArgs.cs
  class Vm2LegacyRngGetArgs (line 13) | public sealed class Vm2LegacyRngGetArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyRngGetArgs (line 33) | public Vm2LegacyRngGetArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyTimeoutsArgs.cs
  class Vm2LegacyTimeoutsArgs (line 13) | public sealed class Vm2LegacyTimeoutsArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyTimeoutsArgs (line 39) | public Vm2LegacyTimeoutsArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyTimeoutsGetArgs.cs
  class Vm2LegacyTimeoutsGetArgs (line 13) | public sealed class Vm2LegacyTimeoutsGetArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyTimeoutsGetArgs (line 39) | public Vm2LegacyTimeoutsGetArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyVgaArgs.cs
  class Vm2LegacyVgaArgs (line 13) | public sealed class Vm2LegacyVgaArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyVgaArgs (line 33) | public Vm2LegacyVgaArgs()

FILE: sdk/dotnet/Inputs/Vm2LegacyVgaGetArgs.cs
  class Vm2LegacyVgaGetArgs (line 13) | public sealed class Vm2LegacyVgaGetArgs : global::Pulumi.ResourceArgs
    method Vm2LegacyVgaGetArgs (line 33) | public Vm2LegacyVgaGetArgs()

FILE: sdk/dotnet/Inputs/VmCdromArgs.cs
  class VmCdromArgs (line 13) | public sealed class VmCdromArgs : global::Pulumi.ResourceArgs
    method VmCdromArgs (line 21) | public VmCdromArgs()

FILE: sdk/dotnet/Inputs/VmCdromGetArgs.cs
  class VmCdromGetArgs (line 13) | public sealed class VmCdromGetArgs : global::Pulumi.ResourceArgs
    method VmCdromGetArgs (line 21) | public VmCdromGetArgs()

FILE: sdk/dotnet/Inputs/VmCpuArgs.cs
  class VmCpuArgs (line 13) | public sealed class VmCpuArgs : global::Pulumi.ResourceArgs
    method VmCpuArgs (line 81) | public VmCpuArgs()

FILE: sdk/dotnet/Inputs/VmCpuGetArgs.cs
  class VmCpuGetArgs (line 13) | public sealed class VmCpuGetArgs : global::Pulumi.ResourceArgs
    method VmCpuGetArgs (line 81) | public VmCpuGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAgentArgs.cs
  class VmLegacyAgentArgs (line 13) | public sealed class VmLegacyAgentArgs : global::Pulumi.ResourceArgs
    method VmLegacyAgentArgs (line 48) | public VmLegacyAgentArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAgentGetArgs.cs
  class VmLegacyAgentGetArgs (line 13) | public sealed class VmLegacyAgentGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyAgentGetArgs (line 48) | public VmLegacyAgentGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAgentWaitForIpArgs.cs
  class VmLegacyAgentWaitForIpArgs (line 13) | public sealed class VmLegacyAgentWaitForIpArgs : global::Pulumi.Resource...
    method VmLegacyAgentWaitForIpArgs (line 29) | public VmLegacyAgentWaitForIpArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAgentWaitForIpGetArgs.cs
  class VmLegacyAgentWaitForIpGetArgs (line 13) | public sealed class VmLegacyAgentWaitForIpGetArgs : global::Pulumi.Resou...
    method VmLegacyAgentWaitForIpGetArgs (line 29) | public VmLegacyAgentWaitForIpGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAmdSevArgs.cs
  class VmLegacyAmdSevArgs (line 13) | public sealed class VmLegacyAmdSevArgs : global::Pulumi.ResourceArgs
    method VmLegacyAmdSevArgs (line 49) | public VmLegacyAmdSevArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAmdSevGetArgs.cs
  class VmLegacyAmdSevGetArgs (line 13) | public sealed class VmLegacyAmdSevGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyAmdSevGetArgs (line 49) | public VmLegacyAmdSevGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAudioDeviceArgs.cs
  class VmLegacyAudioDeviceArgs (line 13) | public sealed class VmLegacyAudioDeviceArgs : global::Pulumi.ResourceArgs
    method VmLegacyAudioDeviceArgs (line 37) | public VmLegacyAudioDeviceArgs()

FILE: sdk/dotnet/Inputs/VmLegacyAudioDeviceGetArgs.cs
  class VmLegacyAudioDeviceGetArgs (line 13) | public sealed class VmLegacyAudioDeviceGetArgs : global::Pulumi.Resource...
    method VmLegacyAudioDeviceGetArgs (line 37) | public VmLegacyAudioDeviceGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCdromArgs.cs
  class VmLegacyCdromArgs (line 13) | public sealed class VmLegacyCdromArgs : global::Pulumi.ResourceArgs
    method VmLegacyCdromArgs (line 38) | public VmLegacyCdromArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCdromGetArgs.cs
  class VmLegacyCdromGetArgs (line 13) | public sealed class VmLegacyCdromGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCdromGetArgs (line 38) | public VmLegacyCdromGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCloneArgs.cs
  class VmLegacyCloneArgs (line 13) | public sealed class VmLegacyCloneArgs : global::Pulumi.ResourceArgs
    method VmLegacyCloneArgs (line 48) | public VmLegacyCloneArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCloneGetArgs.cs
  class VmLegacyCloneGetArgs (line 13) | public sealed class VmLegacyCloneGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCloneGetArgs (line 48) | public VmLegacyCloneGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCpuArgs.cs
  class VmLegacyCpuArgs (line 13) | public sealed class VmLegacyCpuArgs : global::Pulumi.ResourceArgs
    method VmLegacyCpuArgs (line 109) | public VmLegacyCpuArgs()

FILE: sdk/dotnet/Inputs/VmLegacyCpuGetArgs.cs
  class VmLegacyCpuGetArgs (line 13) | public sealed class VmLegacyCpuGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyCpuGetArgs (line 109) | public VmLegacyCpuGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyDiskArgs.cs
  class VmLegacyDiskArgs (line 13) | public sealed class VmLegacyDiskArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskArgs (line 131) | public VmLegacyDiskArgs()

FILE: sdk/dotnet/Inputs/VmLegacyDiskGetArgs.cs
  class VmLegacyDiskGetArgs (line 13) | public sealed class VmLegacyDiskGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskGetArgs (line 131) | public VmLegacyDiskGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyDiskSpeedArgs.cs
  class VmLegacyDiskSpeedArgs (line 13) | public sealed class VmLegacyDiskSpeedArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskSpeedArgs (line 65) | public VmLegacyDiskSpeedArgs()

FILE: sdk/dotnet/Inputs/VmLegacyDiskSpeedGetArgs.cs
  class VmLegacyDiskSpeedGetArgs (line 13) | public sealed class VmLegacyDiskSpeedGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyDiskSpeedGetArgs (line 65) | public VmLegacyDiskSpeedGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyEfiDiskArgs.cs
  class VmLegacyEfiDiskArgs (line 13) | public sealed class VmLegacyEfiDiskArgs : global::Pulumi.ResourceArgs
    method VmLegacyEfiDiskArgs (line 46) | public VmLegacyEfiDiskArgs()

FILE: sdk/dotnet/Inputs/VmLegacyEfiDiskGetArgs.cs
  class VmLegacyEfiDiskGetArgs (line 13) | public sealed class VmLegacyEfiDiskGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyEfiDiskGetArgs (line 46) | public VmLegacyEfiDiskGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyHostpciArgs.cs
  class VmLegacyHostpciArgs (line 13) | public sealed class VmLegacyHostpciArgs : global::Pulumi.ResourceArgs
    method VmLegacyHostpciArgs (line 72) | public VmLegacyHostpciArgs()

FILE: sdk/dotnet/Inputs/VmLegacyHostpciGetArgs.cs
  class VmLegacyHostpciGetArgs (line 13) | public sealed class VmLegacyHostpciGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyHostpciGetArgs (line 72) | public VmLegacyHostpciGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationArgs.cs
  class VmLegacyInitializationArgs (line 13) | public sealed class VmLegacyInitializationArgs : global::Pulumi.Resource...
    method VmLegacyInitializationArgs (line 106) | public VmLegacyInitializationArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationDnsArgs.cs
  class VmLegacyInitializationDnsArgs (line 13) | public sealed class VmLegacyInitializationDnsArgs : global::Pulumi.Resou...
    method VmLegacyInitializationDnsArgs (line 33) | public VmLegacyInitializationDnsArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationDnsGetArgs.cs
  class VmLegacyInitializationDnsGetArgs (line 13) | public sealed class VmLegacyInitializationDnsGetArgs : global::Pulumi.Re...
    method VmLegacyInitializationDnsGetArgs (line 33) | public VmLegacyInitializationDnsGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationGetArgs.cs
  class VmLegacyInitializationGetArgs (line 13) | public sealed class VmLegacyInitializationGetArgs : global::Pulumi.Resou...
    method VmLegacyInitializationGetArgs (line 106) | public VmLegacyInitializationGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigArgs.cs
  class VmLegacyInitializationIpConfigArgs (line 13) | public sealed class VmLegacyInitializationIpConfigArgs : global::Pulumi....
    method VmLegacyInitializationIpConfigArgs (line 27) | public VmLegacyInitializationIpConfigArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigGetArgs.cs
  class VmLegacyInitializationIpConfigGetArgs (line 13) | public sealed class VmLegacyInitializationIpConfigGetArgs : global::Pulu...
    method VmLegacyInitializationIpConfigGetArgs (line 27) | public VmLegacyInitializationIpConfigGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigIpv4Args.cs
  class VmLegacyInitializationIpConfigIpv4Args (line 13) | public sealed class VmLegacyInitializationIpConfigIpv4Args : global::Pul...
    method VmLegacyInitializationIpConfigIpv4Args (line 30) | public VmLegacyInitializationIpConfigIpv4Args()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigIpv4GetArgs.cs
  class VmLegacyInitializationIpConfigIpv4GetArgs (line 13) | public sealed class VmLegacyInitializationIpConfigIpv4GetArgs : global::...
    method VmLegacyInitializationIpConfigIpv4GetArgs (line 30) | public VmLegacyInitializationIpConfigIpv4GetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigIpv6Args.cs
  class VmLegacyInitializationIpConfigIpv6Args (line 13) | public sealed class VmLegacyInitializationIpConfigIpv6Args : global::Pul...
    method VmLegacyInitializationIpConfigIpv6Args (line 30) | public VmLegacyInitializationIpConfigIpv6Args()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationIpConfigIpv6GetArgs.cs
  class VmLegacyInitializationIpConfigIpv6GetArgs (line 13) | public sealed class VmLegacyInitializationIpConfigIpv6GetArgs : global::...
    method VmLegacyInitializationIpConfigIpv6GetArgs (line 30) | public VmLegacyInitializationIpConfigIpv6GetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationUserAccountArgs.cs
  class VmLegacyInitializationUserAccountArgs (line 13) | public sealed class VmLegacyInitializationUserAccountArgs : global::Pulu...
    method VmLegacyInitializationUserAccountArgs (line 49) | public VmLegacyInitializationUserAccountArgs()

FILE: sdk/dotnet/Inputs/VmLegacyInitializationUserAccountGetArgs.cs
  class VmLegacyInitializationUserAccountGetArgs (line 13) | public sealed class VmLegacyInitializationUserAccountGetArgs : global::P...
    method VmLegacyInitializationUserAccountGetArgs (line 49) | public VmLegacyInitializationUserAccountGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyMemoryArgs.cs
  class VmLegacyMemoryArgs (line 13) | public sealed class VmLegacyMemoryArgs : global::Pulumi.ResourceArgs
    method VmLegacyMemoryArgs (line 50) | public VmLegacyMemoryArgs()

FILE: sdk/dotnet/Inputs/VmLegacyMemoryGetArgs.cs
  class VmLegacyMemoryGetArgs (line 13) | public sealed class VmLegacyMemoryGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyMemoryGetArgs (line 50) | public VmLegacyMemoryGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyNetworkDeviceArgs.cs
  class VmLegacyNetworkDeviceArgs (line 13) | public sealed class VmLegacyNetworkDeviceArgs : global::Pulumi.ResourceArgs
    method VmLegacyNetworkDeviceArgs (line 83) | public VmLegacyNetworkDeviceArgs()

FILE: sdk/dotnet/Inputs/VmLegacyNetworkDeviceGetArgs.cs
  class VmLegacyNetworkDeviceGetArgs (line 13) | public sealed class VmLegacyNetworkDeviceGetArgs : global::Pulumi.Resour...
    method VmLegacyNetworkDeviceGetArgs (line 83) | public VmLegacyNetworkDeviceGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyNumaArgs.cs
  class VmLegacyNumaArgs (line 13) | public sealed class VmLegacyNumaArgs : global::Pulumi.ResourceArgs
    method VmLegacyNumaArgs (line 46) | public VmLegacyNumaArgs()

FILE: sdk/dotnet/Inputs/VmLegacyNumaGetArgs.cs
  class VmLegacyNumaGetArgs (line 13) | public sealed class VmLegacyNumaGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyNumaGetArgs (line 46) | public VmLegacyNumaGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyOperatingSystemArgs.cs
  class VmLegacyOperatingSystemArgs (line 13) | public sealed class VmLegacyOperatingSystemArgs : global::Pulumi.Resourc...
    method VmLegacyOperatingSystemArgs (line 21) | public VmLegacyOperatingSystemArgs()

FILE: sdk/dotnet/Inputs/VmLegacyOperatingSystemGetArgs.cs
  class VmLegacyOperatingSystemGetArgs (line 13) | public sealed class VmLegacyOperatingSystemGetArgs : global::Pulumi.Reso...
    method VmLegacyOperatingSystemGetArgs (line 21) | public VmLegacyOperatingSystemGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyRngArgs.cs
  class VmLegacyRngArgs (line 13) | public sealed class VmLegacyRngArgs : global::Pulumi.ResourceArgs
    method VmLegacyRngArgs (line 33) | public VmLegacyRngArgs()

FILE: sdk/dotnet/Inputs/VmLegacyRngGetArgs.cs
  class VmLegacyRngGetArgs (line 13) | public sealed class VmLegacyRngGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyRngGetArgs (line 33) | public VmLegacyRngGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacySerialDeviceArgs.cs
  class VmLegacySerialDeviceArgs (line 13) | public sealed class VmLegacySerialDeviceArgs : global::Pulumi.ResourceArgs
    method VmLegacySerialDeviceArgs (line 22) | public VmLegacySerialDeviceArgs()

FILE: sdk/dotnet/Inputs/VmLegacySerialDeviceGetArgs.cs
  class VmLegacySerialDeviceGetArgs (line 13) | public sealed class VmLegacySerialDeviceGetArgs : global::Pulumi.Resourc...
    method VmLegacySerialDeviceGetArgs (line 22) | public VmLegacySerialDeviceGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacySmbiosArgs.cs
  class VmLegacySmbiosArgs (line 13) | public sealed class VmLegacySmbiosArgs : global::Pulumi.ResourceArgs
    method VmLegacySmbiosArgs (line 57) | public VmLegacySmbiosArgs()

FILE: sdk/dotnet/Inputs/VmLegacySmbiosGetArgs.cs
  class VmLegacySmbiosGetArgs (line 13) | public sealed class VmLegacySmbiosGetArgs : global::Pulumi.ResourceArgs
    method VmLegacySmbiosGetArgs (line 57) | public VmLegacySmbiosGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyStartupArgs.cs
  class VmLegacyStartupArgs (line 13) | public sealed class VmLegacyStartupArgs : global::Pulumi.ResourceArgs
    method VmLegacyStartupArgs (line 36) | public VmLegacyStartupArgs()

FILE: sdk/dotnet/Inputs/VmLegacyStartupGetArgs.cs
  class VmLegacyStartupGetArgs (line 13) | public sealed class VmLegacyStartupGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyStartupGetArgs (line 36) | public VmLegacyStartupGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyTpmStateArgs.cs
  class VmLegacyTpmStateArgs (line 13) | public sealed class VmLegacyTpmStateArgs : global::Pulumi.ResourceArgs
    method VmLegacyTpmStateArgs (line 29) | public VmLegacyTpmStateArgs()

FILE: sdk/dotnet/Inputs/VmLegacyTpmStateGetArgs.cs
  class VmLegacyTpmStateGetArgs (line 13) | public sealed class VmLegacyTpmStateGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyTpmStateGetArgs (line 29) | public VmLegacyTpmStateGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyUsbArgs.cs
  class VmLegacyUsbArgs (line 13) | public sealed class VmLegacyUsbArgs : global::Pulumi.ResourceArgs
    method VmLegacyUsbArgs (line 34) | public VmLegacyUsbArgs()

FILE: sdk/dotnet/Inputs/VmLegacyUsbGetArgs.cs
  class VmLegacyUsbGetArgs (line 13) | public sealed class VmLegacyUsbGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyUsbGetArgs (line 34) | public VmLegacyUsbGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyVgaArgs.cs
  class VmLegacyVgaArgs (line 13) | public sealed class VmLegacyVgaArgs : global::Pulumi.ResourceArgs
    method VmLegacyVgaArgs (line 33) | public VmLegacyVgaArgs()

FILE: sdk/dotnet/Inputs/VmLegacyVgaGetArgs.cs
  class VmLegacyVgaGetArgs (line 13) | public sealed class VmLegacyVgaGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyVgaGetArgs (line 33) | public VmLegacyVgaGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyVirtiofArgs.cs
  class VmLegacyVirtiofArgs (line 13) | public sealed class VmLegacyVirtiofArgs : global::Pulumi.ResourceArgs
    method VmLegacyVirtiofArgs (line 45) | public VmLegacyVirtiofArgs()

FILE: sdk/dotnet/Inputs/VmLegacyVirtiofGetArgs.cs
  class VmLegacyVirtiofGetArgs (line 13) | public sealed class VmLegacyVirtiofGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyVirtiofGetArgs (line 45) | public VmLegacyVirtiofGetArgs()

FILE: sdk/dotnet/Inputs/VmLegacyWatchdogArgs.cs
  class VmLegacyWatchdogArgs (line 13) | public sealed class VmLegacyWatchdogArgs : global::Pulumi.ResourceArgs
    method VmLegacyWatchdogArgs (line 33) | public VmLegacyWatchdogArgs()

FILE: sdk/dotnet/Inputs/VmLegacyWatchdogGetArgs.cs
  class VmLegacyWatchdogGetArgs (line 13) | public sealed class VmLegacyWatchdogGetArgs : global::Pulumi.ResourceArgs
    method VmLegacyWatchdogGetArgs (line 33) | public VmLegacyWatchdogGetArgs()

FILE: sdk/dotnet/Inputs/VmRngArgs.cs
  class VmRngArgs (line 13) | public sealed class VmRngArgs : global::Pulumi.ResourceArgs
    method VmRngArgs (line 33) | public VmRngArgs()

FILE: sdk/dotnet/Inputs/VmRngGetArgs.cs
  class VmRngGetArgs (line 13) | public sealed class VmRngGetArgs : global::Pulumi.ResourceArgs
    method VmRngGetArgs (line 33) | public VmRngGetArgs()

FILE: sdk/dotnet/Inputs/VmTimeoutsArgs.cs
  class VmTimeoutsArgs (line 13) | public sealed class VmTimeoutsArgs : global::Pulumi.ResourceArgs
    method VmTimeoutsArgs (line 39) | public VmTimeoutsArgs()

FILE: sdk/dotnet/Inputs/VmTimeoutsGetArgs.cs
  class VmTimeoutsGetArgs (line 13) | public sealed class VmTimeoutsGetArgs : global::Pulumi.ResourceArgs
    method VmTimeoutsGetArgs (line 39) | public VmTimeoutsGetArgs()

FILE: sdk/dotnet/Inputs/VmVgaArgs.cs
  class VmVgaArgs (line 13) | public sealed class VmVgaArgs : global::Pulumi.ResourceArgs
    method VmVgaArgs (line 33) | public VmVgaArgs()

FILE: sdk/dotnet/Inputs/VmVgaGetArgs.cs
  class VmVgaGetArgs (line 13) | public sealed class VmVgaGetArgs : global::Pulumi.ResourceArgs
    method VmVgaGetArgs (line 33) | public VmVgaGetArgs()

FILE: sdk/dotnet/Metrics/GetServer.cs
  class GetServer (line 12) | public static class GetServer
    method InvokeAsync (line 43) | public static Task<GetServerResult> InvokeAsync(GetServerArgs args, In...
    method Invoke (line 75) | public static Output<GetServerResult> Invoke(GetServerInvokeArgs args,...
    method Invoke (line 107) | public static Output<GetServerResult> Invoke(GetServerInvokeArgs args,...
  class GetServerArgs (line 112) | public sealed class GetServerArgs : global::Pulumi.InvokeArgs
    method GetServerArgs (line 120) | public GetServerArgs()
  class GetServerInvokeArgs (line 126) | public sealed class GetServerInvokeArgs : global::Pulumi.InvokeArgs
    method GetServerInvokeArgs (line 134) | public GetServerInvokeArgs()
  class GetServerResult (line 141) | [OutputType]
    method GetServerResult (line 201) | [OutputConstructor]

FILE: sdk/dotnet/Metrics/GetServerLegacy.cs
  class GetServerLegacy (line 12) | public static class GetServerLegacy
    method InvokeAsync (line 45) | public static Task<GetServerLegacyResult> InvokeAsync(GetServerLegacyA...
    method Invoke (line 79) | public static Output<GetServerLegacyResult> Invoke(GetServerLegacyInvo...
    method Invoke (line 113) | public static Output<GetServerLegacyResult> Invoke(GetServerLegacyInvo...
  class GetServerLegacyArgs (line 118) | public sealed class GetServerLegacyArgs : global::Pulumi.InvokeArgs
    method GetServerLegacyArgs (line 126) | public GetServerLegacyArgs()
  class GetServerLegacyInvokeArgs (line 132) | public sealed class GetServerLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetServerLegacyInvokeArgs (line 140) | public GetServerLegacyInvokeArgs()
  class GetServerLegacyResult (line 147) | [OutputType]
    method GetServerLegacyResult (line 207) | [OutputConstructor]

FILE: sdk/dotnet/Metrics/Server.cs
  class Server (line 62) | [ProxmoxVEResourceType("proxmoxve:metrics/server:Server")]
    method Server (line 217) | public Server(string name, ServerArgs args, CustomResourceOptions? opt...
    method Server (line 222) | private Server(string name, Input<string> id, ServerState? state = nul...
    method MakeResourceOptions (line 227) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 253) | public static Server Get(string name, Input<string> id, ServerState? s...
  class ServerArgs (line 259) | public sealed class ServerArgs : global::Pulumi.ResourceArgs
    method ServerArgs (line 425) | public ServerArgs()
  class ServerState (line 431) | public sealed class ServerState : global::Pulumi.ResourceArgs
    method ServerState (line 597) | public ServerState()

FILE: sdk/dotnet/Metrics/ServerLegacy.cs
  class ServerLegacy (line 64) | [ProxmoxVEResourceType("proxmoxve:metrics/serverLegacy:ServerLegacy")]
    method ServerLegacy (line 219) | public ServerLegacy(string name, ServerLegacyArgs args, CustomResource...
    method ServerLegacy (line 224) | private ServerLegacy(string name, Input<string> id, ServerLegacyState?...
    method MakeResourceOptions (line 229) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 255) | public static ServerLegacy Get(string name, Input<string> id, ServerLe...
  class ServerLegacyArgs (line 261) | public sealed class ServerLegacyArgs : global::Pulumi.ResourceArgs
    method ServerLegacyArgs (line 427) | public ServerLegacyArgs()
  class ServerLegacyState (line 433) | public sealed class ServerLegacyState : global::Pulumi.ResourceArgs
    method ServerLegacyState (line 599) | public ServerLegacyState()

FILE: sdk/dotnet/Network/Linux/Bond.cs
  class Bond (line 15) | [ProxmoxVEResourceType("proxmoxve:network/linux/bond:Bond")]
    method Bond (line 110) | public Bond(string name, BondArgs args, CustomResourceOptions? options...
    method Bond (line 115) | private Bond(string name, Input<string> id, BondState? state = null, C...
    method MakeResourceOptions (line 120) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 141) | public static Bond Get(string name, Input<string> id, BondState? state...
  class BondArgs (line 147) | public sealed class BondArgs : global::Pulumi.ResourceArgs
    method BondArgs (line 239) | public BondArgs()
  class BondState (line 245) | public sealed class BondState : global::Pulumi.ResourceArgs
    method BondState (line 337) | public BondState()

FILE: sdk/dotnet/Network/Linux/Bridge.cs
  class Bridge (line 61) | [ProxmoxVEResourceType("proxmoxve:network/linux/bridge:Bridge")]
    method Bridge (line 144) | public Bridge(string name, BridgeArgs args, CustomResourceOptions? opt...
    method Bridge (line 149) | private Bridge(string name, Input<string> id, BridgeState? state = nul...
    method MakeResourceOptions (line 154) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 175) | public static Bridge Get(string name, Input<string> id, BridgeState? s...
  class BridgeArgs (line 181) | public sealed class BridgeArgs : global::Pulumi.ResourceArgs
    method BridgeArgs (line 261) | public BridgeArgs()
  class BridgeState (line 267) | public sealed class BridgeState : global::Pulumi.ResourceArgs
    method BridgeState (line 347) | public BridgeState()

FILE: sdk/dotnet/Network/Linux/BridgeLegacy.cs
  class BridgeLegacy (line 63) | [ProxmoxVEResourceType("proxmoxve:network/linux/bridgeLegacy:BridgeLegac...
    method BridgeLegacy (line 146) | public BridgeLegacy(string name, BridgeLegacyArgs args, CustomResource...
    method BridgeLegacy (line 151) | private BridgeLegacy(string name, Input<string> id, BridgeLegacyState?...
    method MakeResourceOptions (line 156) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 177) | public static BridgeLegacy Get(string name, Input<string> id, BridgeLe...
  class BridgeLegacyArgs (line 183) | public sealed class BridgeLegacyArgs : global::Pulumi.ResourceArgs
    method BridgeLegacyArgs (line 263) | public BridgeLegacyArgs()
  class BridgeLegacyState (line 269) | public sealed class BridgeLegacyState : global::Pulumi.ResourceArgs
    method BridgeLegacyState (line 349) | public BridgeLegacyState()

FILE: sdk/dotnet/Network/Linux/Vlan.cs
  class Vlan (line 55) | [ProxmoxVEResourceType("proxmoxve:network/linux/vlan:Vlan")]
    method Vlan (line 138) | public Vlan(string name, VlanArgs args, CustomResourceOptions? options...
    method Vlan (line 143) | private Vlan(string name, Input<string> id, VlanState? state = null, C...
    method MakeResourceOptions (line 148) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 169) | public static Vlan Get(string name, Input<string> id, VlanState? state...
  class VlanArgs (line 175) | public sealed class VlanArgs : global::Pulumi.ResourceArgs
    method VlanArgs (line 249) | public VlanArgs()
  class VlanState (line 255) | public sealed class VlanState : global::Pulumi.ResourceArgs
    method VlanState (line 329) | public VlanState()

FILE: sdk/dotnet/Network/Linux/VlanLegacy.cs
  class VlanLegacy (line 57) | [ProxmoxVEResourceType("proxmoxve:network/linux/vlanLegacy:VlanLegacy")]
    method VlanLegacy (line 140) | public VlanLegacy(string name, VlanLegacyArgs args, CustomResourceOpti...
    method VlanLegacy (line 145) | private VlanLegacy(string name, Input<string> id, VlanLegacyState? sta...
    method MakeResourceOptions (line 150) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 171) | public static VlanLegacy Get(string name, Input<string> id, VlanLegacy...
  class VlanLegacyArgs (line 177) | public sealed class VlanLegacyArgs : global::Pulumi.ResourceArgs
    method VlanLegacyArgs (line 251) | public VlanLegacyArgs()
  class VlanLegacyState (line 257) | public sealed class VlanLegacyState : global::Pulumi.ResourceArgs
    method VlanLegacyState (line 331) | public VlanLegacyState()

FILE: sdk/dotnet/Node/Firewall.cs
  class Firewall (line 56) | [ProxmoxVEResourceType("proxmoxve:node/firewall:Firewall")]
    method Firewall (line 139) | public Firewall(string name, FirewallArgs args, CustomResourceOptions?...
    method Firewall (line 144) | private Firewall(string name, Input<string> id, FirewallState? state =...
    method MakeResourceOptions (line 149) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 170) | public static Firewall Get(string name, Input<string> id, FirewallStat...
  class FirewallArgs (line 176) | public sealed class FirewallArgs : global::Pulumi.ResourceArgs
    method FirewallArgs (line 250) | public FirewallArgs()
  class FirewallState (line 256) | public sealed class FirewallState : global::Pulumi.ResourceArgs
    method FirewallState (line 330) | public FirewallState()

FILE: sdk/dotnet/Node/FirewallLegacy.cs
  class FirewallLegacy (line 58) | [ProxmoxVEResourceType("proxmoxve:node/firewallLegacy:FirewallLegacy")]
    method FirewallLegacy (line 141) | public FirewallLegacy(string name, FirewallLegacyArgs args, CustomReso...
    method FirewallLegacy (line 146) | private FirewallLegacy(string name, Input<string> id, FirewallLegacySt...
    method MakeResourceOptions (line 151) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 172) | public static FirewallLegacy Get(string name, Input<string> id, Firewa...
  class FirewallLegacyArgs (line 178) | public sealed class FirewallLegacyArgs : global::Pulumi.ResourceArgs
    method FirewallLegacyArgs (line 252) | public FirewallLegacyArgs()
  class FirewallLegacyState (line 258) | public sealed class FirewallLegacyState : global::Pulumi.ResourceArgs
    method FirewallLegacyState (line 332) | public FirewallLegacyState()

FILE: sdk/dotnet/Oci/Image.cs
  class Image (line 53) | [ProxmoxVEResourceType("proxmoxve:oci/image:Image")]
    method Image (line 112) | public Image(string name, ImageArgs args, CustomResourceOptions? optio...
    method Image (line 117) | private Image(string name, Input<string> id, ImageState? state = null,...
    method MakeResourceOptions (line 122) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 143) | public static Image Get(string name, Input<string> id, ImageState? sta...
  class ImageArgs (line 149) | public sealed class ImageArgs : global::Pulumi.ResourceArgs
    method ImageArgs (line 193) | public ImageArgs()
  class ImageState (line 199) | public sealed class ImageState : global::Pulumi.ResourceArgs
    method ImageState (line 249) | public ImageState()

FILE: sdk/dotnet/Oci/ImageLegacy.cs
  class ImageLegacy (line 55) | [ProxmoxVEResourceType("proxmoxve:oci/imageLegacy:ImageLegacy")]
    method ImageLegacy (line 114) | public ImageLegacy(string name, ImageLegacyArgs args, CustomResourceOp...
    method ImageLegacy (line 119) | private ImageLegacy(string name, Input<string> id, ImageLegacyState? s...
    method MakeResourceOptions (line 124) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 145) | public static ImageLegacy Get(string name, Input<string> id, ImageLega...
  class ImageLegacyArgs (line 151) | public sealed class ImageLegacyArgs : global::Pulumi.ResourceArgs
    method ImageLegacyArgs (line 195) | public ImageLegacyArgs()
  class ImageLegacyState (line 201) | public sealed class ImageLegacyState : global::Pulumi.ResourceArgs
    method ImageLegacyState (line 251) | public ImageLegacyState()

FILE: sdk/dotnet/Outputs/ContainerLegacyClone.cs
  class ContainerLegacyClone (line 13) | [OutputType]
    method ContainerLegacyClone (line 37) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyConsole.cs
  class ContainerLegacyConsole (line 13) | [OutputType]
    method ContainerLegacyConsole (line 30) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyCpu.cs
  class ContainerLegacyCpu (line 13) | [OutputType]
    method ContainerLegacyCpu (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyDevicePassthrough.cs
  class ContainerLegacyDevicePassthrough (line 13) | [OutputType]
    method ContainerLegacyDevicePassthrough (line 38) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyDisk.cs
  class ContainerLegacyDisk (line 13) | [OutputType]
    method ContainerLegacyDisk (line 49) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyFeatures.cs
  class ContainerLegacyFeatures (line 13) | [OutputType]
    method ContainerLegacyFeatures (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyIdmap.cs
  class ContainerLegacyIdmap (line 13) | [OutputType]
    method ContainerLegacyIdmap (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitialization.cs
  class ContainerLegacyInitialization (line 13) | [OutputType]
    method ContainerLegacyInitialization (line 38) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitializationDns.cs
  class ContainerLegacyInitializationDns (line 13) | [OutputType]
    method ContainerLegacyInitializationDns (line 31) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitializationIpConfig.cs
  class ContainerLegacyInitializationIpConfig (line 13) | [OutputType]
    method ContainerLegacyInitializationIpConfig (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitializationIpConfigIpv4.cs
  class ContainerLegacyInitializationIpConfigIpv4 (line 13) | [OutputType]
    method ContainerLegacyInitializationIpConfigIpv4 (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitializationIpConfigIpv6.cs
  class ContainerLegacyInitializationIpConfigIpv6 (line 13) | [OutputType]
    method ContainerLegacyInitializationIpConfigIpv6 (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyInitializationUserAccount.cs
  class ContainerLegacyInitializationUserAccount (line 13) | [OutputType]
    method ContainerLegacyInitializationUserAccount (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyMemory.cs
  class ContainerLegacyMemory (line 13) | [OutputType]
    method ContainerLegacyMemory (line 26) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyMountPoint.cs
  class ContainerLegacyMountPoint (line 13) | [OutputType]
    method ContainerLegacyMountPoint (line 68) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyNetworkInterface.cs
  class ContainerLegacyNetworkInterface (line 13) | [OutputType]
    method ContainerLegacyNetworkInterface (line 59) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyOperatingSystem.cs
  class ContainerLegacyOperatingSystem (line 13) | [OutputType]
    method ContainerLegacyOperatingSystem (line 27) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyStartup.cs
  class ContainerLegacyStartup (line 13) | [OutputType]
    method ContainerLegacyStartup (line 32) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/ContainerLegacyWaitForIp.cs
  class ContainerLegacyWaitForIp (line 13) | [OutputType]
    method ContainerLegacyWaitForIp (line 27) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/FileLegacySourceFile.cs
  class FileLegacySourceFile (line 13) | [OutputType]
    method FileLegacySourceFile (line 45) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/FileLegacySourceRaw.cs
  class FileLegacySourceRaw (line 13) | [OutputType]
    method FileLegacySourceRaw (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetContainersLegacyContainerResult.cs
  class GetContainersLegacyContainerResult (line 13) | [OutputType]
    method GetContainersLegacyContainerResult (line 42) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetContainersLegacyFilterResult.cs
  class GetContainersLegacyFilterResult (line 13) | [OutputType]
    method GetContainersLegacyFilterResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetDatastoresDatastoreResult.cs
  class GetDatastoresDatastoreResult (line 13) | [OutputType]
    method GetDatastoresDatastoreResult (line 61) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetDatastoresFiltersResult.cs
  class GetDatastoresFiltersResult (line 13) | [OutputType]
    method GetDatastoresFiltersResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetDatastoresLegacyDatastoreResult.cs
  class GetDatastoresLegacyDatastoreResult (line 13) | [OutputType]
    method GetDatastoresLegacyDatastoreResult (line 61) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetDatastoresLegacyFiltersResult.cs
  class GetDatastoresLegacyFiltersResult (line 13) | [OutputType]
    method GetDatastoresLegacyFiltersResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetFilesFileResult.cs
  class GetFilesFileResult (line 13) | [OutputType]
    method GetFilesFileResult (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetGroupLegacyAclResult.cs
  class GetGroupLegacyAclResult (line 13) | [OutputType]
    method GetGroupLegacyAclResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetHostsLegacyEntryResult.cs
  class GetHostsLegacyEntryResult (line 13) | [OutputType]
    method GetHostsLegacyEntryResult (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetPoolLegacyMemberResult.cs
  class GetPoolLegacyMemberResult (line 13) | [OutputType]
    method GetPoolLegacyMemberResult (line 37) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetReplicationsLegacyReplicationResult.cs
  class GetReplicationsLegacyReplicationResult (line 13) | [OutputType]
    method GetReplicationsLegacyReplicationResult (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetReplicationsReplicationResult.cs
  class GetReplicationsReplicationResult (line 13) | [OutputType]
    method GetReplicationsReplicationResult (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetUserLegacyAclResult.cs
  class GetUserLegacyAclResult (line 13) | [OutputType]
    method GetUserLegacyAclResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVm2LegacyCdromResult.cs
  class GetVm2LegacyCdromResult (line 13) | [OutputType]
    method GetVm2LegacyCdromResult (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVm2LegacyCpuResult.cs
  class GetVm2LegacyCpuResult (line 13) | [OutputType]
    method GetVm2LegacyCpuResult (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVm2LegacyRngResult.cs
  class GetVm2LegacyRngResult (line 13) | [OutputType]
    method GetVm2LegacyRngResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVm2LegacyTimeoutsResult.cs
  class GetVm2LegacyTimeoutsResult (line 13) | [OutputType]
    method GetVm2LegacyTimeoutsResult (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVm2LegacyVgaResult.cs
  class GetVm2LegacyVgaResult (line 13) | [OutputType]
    method GetVm2LegacyVgaResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmCdromResult.cs
  class GetVmCdromResult (line 13) | [OutputType]
    method GetVmCdromResult (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmCpuResult.cs
  class GetVmCpuResult (line 13) | [OutputType]
    method GetVmCpuResult (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmRngResult.cs
  class GetVmRngResult (line 13) | [OutputType]
    method GetVmRngResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmTimeoutsResult.cs
  class GetVmTimeoutsResult (line 13) | [OutputType]
    method GetVmTimeoutsResult (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmVgaResult.cs
  class GetVmVgaResult (line 13) | [OutputType]
    method GetVmVgaResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmsLegacyFilterResult.cs
  class GetVmsLegacyFilterResult (line 13) | [OutputType]
    method GetVmsLegacyFilterResult (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GetVmsLegacyVmResult.cs
  class GetVmsLegacyVmResult (line 13) | [OutputType]
    method GetVmsLegacyVmResult (line 42) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/GroupLegacyAcl.cs
  class GroupLegacyAcl (line 13) | [OutputType]
    method GroupLegacyAcl (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/HostsLegacyEntry.cs
  class HostsLegacyEntry (line 13) | [OutputType]
    method HostsLegacyEntry (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/PoolLegacyMember.cs
  class PoolLegacyMember (line 13) | [OutputType]
    method PoolLegacyMember (line 37) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/UserLegacyAcl.cs
  class UserLegacyAcl (line 13) | [OutputType]
    method UserLegacyAcl (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/Vm2LegacyCdrom.cs
  class Vm2LegacyCdrom (line 13) | [OutputType]
    method Vm2LegacyCdrom (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/Vm2LegacyCpu.cs
  class Vm2LegacyCpu (line 13) | [OutputType]
    method Vm2LegacyCpu (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/Vm2LegacyRng.cs
  class Vm2LegacyRng (line 13) | [OutputType]
    method Vm2LegacyRng (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/Vm2LegacyTimeouts.cs
  class Vm2LegacyTimeouts (line 13) | [OutputType]
    method Vm2LegacyTimeouts (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/Vm2LegacyVga.cs
  class Vm2LegacyVga (line 13) | [OutputType]
    method Vm2LegacyVga (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmCdrom.cs
  class VmCdrom (line 13) | [OutputType]
    method VmCdrom (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmCpu.cs
  class VmCpu (line 13) | [OutputType]
    method VmCpu (line 57) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyAgent.cs
  class VmLegacyAgent (line 13) | [OutputType]
    method VmLegacyAgent (line 40) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyAgentWaitForIp.cs
  class VmLegacyAgentWaitForIp (line 13) | [OutputType]
    method VmLegacyAgentWaitForIp (line 27) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyAmdSev.cs
  class VmLegacyAmdSev (line 13) | [OutputType]
    method VmLegacyAmdSev (line 41) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyAudioDevice.cs
  class VmLegacyAudioDevice (line 13) | [OutputType]
    method VmLegacyAudioDevice (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyCdrom.cs
  class VmLegacyCdrom (line 13) | [OutputType]
    method VmLegacyCdrom (line 34) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyClone.cs
  class VmLegacyClone (line 13) | [OutputType]
    method VmLegacyClone (line 40) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyCpu.cs
  class VmLegacyCpu (line 13) | [OutputType]
    method VmLegacyCpu (line 85) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyDisk.cs
  class VmLegacyDisk (line 13) | [OutputType]
    method VmLegacyDisk (line 101) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyDiskSpeed.cs
  class VmLegacyDiskSpeed (line 13) | [OutputType]
    method VmLegacyDiskSpeed (line 51) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyEfiDisk.cs
  class VmLegacyEfiDisk (line 13) | [OutputType]
    method VmLegacyEfiDisk (line 40) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyHostpci.cs
  class VmLegacyHostpci (line 13) | [OutputType]
    method VmLegacyHostpci (line 58) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitialization.cs
  class VmLegacyInitialization (line 13) | [OutputType]
    method VmLegacyInitialization (line 78) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitializationDns.cs
  class VmLegacyInitializationDns (line 13) | [OutputType]
    method VmLegacyInitializationDns (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitializationIpConfig.cs
  class VmLegacyInitializationIpConfig (line 13) | [OutputType]
    method VmLegacyInitializationIpConfig (line 25) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitializationIpConfigIpv4.cs
  class VmLegacyInitializationIpConfigIpv4 (line 13) | [OutputType]
    method VmLegacyInitializationIpConfigIpv4 (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitializationIpConfigIpv6.cs
  class VmLegacyInitializationIpConfigIpv6 (line 13) | [OutputType]
    method VmLegacyInitializationIpConfigIpv6 (line 28) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyInitializationUserAccount.cs
  class VmLegacyInitializationUserAccount (line 13) | [OutputType]
    method VmLegacyInitializationUserAccount (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyMemory.cs
  class VmLegacyMemory (line 13) | [OutputType]
    method VmLegacyMemory (line 42) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyNetworkDevice.cs
  class VmLegacyNetworkDevice (line 13) | [OutputType]
    method VmLegacyNetworkDevice (line 63) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyNuma.cs
  class VmLegacyNuma (line 13) | [OutputType]
    method VmLegacyNuma (line 38) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyOperatingSystem.cs
  class VmLegacyOperatingSystem (line 13) | [OutputType]
    method VmLegacyOperatingSystem (line 21) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyRng.cs
  class VmLegacyRng (line 13) | [OutputType]
    method VmLegacyRng (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacySerialDevice.cs
  class VmLegacySerialDevice (line 13) | [OutputType]
    method VmLegacySerialDevice (line 22) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacySmbios.cs
  class VmLegacySmbios (line 13) | [OutputType]
    method VmLegacySmbios (line 45) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyStartup.cs
  class VmLegacyStartup (line 13) | [OutputType]
    method VmLegacyStartup (line 32) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyTpmState.cs
  class VmLegacyTpmState (line 13) | [OutputType]
    method VmLegacyTpmState (line 27) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyUsb.cs
  class VmLegacyUsb (line 13) | [OutputType]
    method VmLegacyUsb (line 30) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyVga.cs
  class VmLegacyVga (line 13) | [OutputType]
    method VmLegacyVga (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyVirtiof.cs
  class VmLegacyVirtiof (line 13) | [OutputType]
    method VmLegacyVirtiof (line 37) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmLegacyWatchdog.cs
  class VmLegacyWatchdog (line 13) | [OutputType]
    method VmLegacyWatchdog (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmRng.cs
  class VmRng (line 13) | [OutputType]
    method VmRng (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmTimeouts.cs
  class VmTimeouts (line 13) | [OutputType]
    method VmTimeouts (line 33) | [OutputConstructor]

FILE: sdk/dotnet/Outputs/VmVga.cs
  class VmVga (line 13) | [OutputType]
    method VmVga (line 29) | [OutputConstructor]

FILE: sdk/dotnet/Pool/Membership.cs
  class Membership (line 63) | [ProxmoxVEResourceType("proxmoxve:pool/membership:Membership")]
    method Membership (line 98) | public Membership(string name, MembershipArgs args, CustomResourceOpti...
    method Membership (line 103) | private Membership(string name, Input<string> id, MembershipState? sta...
    method MakeResourceOptions (line 108) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 129) | public static Membership Get(string name, Input<string> id, Membership...
  class MembershipArgs (line 135) | public sealed class MembershipArgs : global::Pulumi.ResourceArgs
    method MembershipArgs (line 155) | public MembershipArgs()
  class MembershipState (line 161) | public sealed class MembershipState : global::Pulumi.ResourceArgs
    method MembershipState (line 187) | public MembershipState()

FILE: sdk/dotnet/Pool/MembershipLegacy.cs
  class MembershipLegacy (line 65) | [ProxmoxVEResourceType("proxmoxve:pool/membershipLegacy:MembershipLegacy")]
    method MembershipLegacy (line 100) | public MembershipLegacy(string name, MembershipLegacyArgs args, Custom...
    method MembershipLegacy (line 105) | private MembershipLegacy(string name, Input<string> id, MembershipLega...
    method MakeResourceOptions (line 110) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 131) | public static MembershipLegacy Get(string name, Input<string> id, Memb...
  class MembershipLegacyArgs (line 137) | public sealed class MembershipLegacyArgs : global::Pulumi.ResourceArgs
    method MembershipLegacyArgs (line 157) | public MembershipLegacyArgs()
  class MembershipLegacyState (line 163) | public sealed class MembershipLegacyState : global::Pulumi.ResourceArgs
    method MembershipLegacyState (line 189) | public MembershipLegacyState()

FILE: sdk/dotnet/PoolLegacy.cs
  class PoolLegacy (line 42) | [ProxmoxVEResourceType("proxmoxve:index/poolLegacy:PoolLegacy")]
    method PoolLegacy (line 71) | public PoolLegacy(string name, PoolLegacyArgs args, CustomResourceOpti...
    method PoolLegacy (line 76) | private PoolLegacy(string name, Input<string> id, PoolLegacyState? sta...
    method MakeResourceOptions (line 81) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 102) | public static PoolLegacy Get(string name, Input<string> id, PoolLegacy...
  class PoolLegacyArgs (line 108) | public sealed class PoolLegacyArgs : global::Pulumi.ResourceArgs
    method PoolLegacyArgs (line 122) | public PoolLegacyArgs()
  class PoolLegacyState (line 128) | public sealed class PoolLegacyState : global::Pulumi.ResourceArgs
    method PoolLegacyState (line 154) | public PoolLegacyState()

FILE: sdk/dotnet/Provider.cs
  class Provider (line 18) | [ProxmoxVEResourceType("pulumi:providers:proxmoxve")]
    method Provider (line 83) | public Provider(string name, ProviderArgs? args = null, CustomResource...
    method MakeResourceOptions (line 88) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method TerraformConfig (line 111) | public global::Pulumi.Output<ProviderTerraformConfigResult> TerraformC...
  class ProviderArgs (line 115) | public sealed class ProviderArgs : global::Pulumi.ResourceArgs
    method ProviderArgs (line 241) | public ProviderArgs()
  class ProviderTerraformConfigResult (line 250) | [OutputType]
    method ProviderTerraformConfigResult (line 255) | [OutputConstructor]

FILE: sdk/dotnet/Realm/Ldap.cs
  class Ldap (line 164) | [ProxmoxVEResourceType("proxmoxve:realm/ldap:Ldap")]
    method Ldap (line 331) | public Ldap(string name, LdapArgs args, CustomResourceOptions? options...
    method Ldap (line 336) | private Ldap(string name, Input<string> id, LdapState? state = null, C...
    method MakeResourceOptions (line 341) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 366) | public static Ldap Get(string name, Input<string> id, LdapState? state...
  class LdapArgs (line 372) | public sealed class LdapArgs : global::Pulumi.ResourceArgs
    method LdapArgs (line 540) | public LdapArgs()
  class LdapState (line 546) | public sealed class LdapState : global::Pulumi.ResourceArgs
    method LdapState (line 714) | public LdapState()

FILE: sdk/dotnet/Realm/LdapLegacy.cs
  class LdapLegacy (line 166) | [ProxmoxVEResourceType("proxmoxve:realm/ldapLegacy:LdapLegacy")]
    method LdapLegacy (line 333) | public LdapLegacy(string name, LdapLegacyArgs args, CustomResourceOpti...
    method LdapLegacy (line 338) | private LdapLegacy(string name, Input<string> id, LdapLegacyState? sta...
    method MakeResourceOptions (line 343) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 368) | public static LdapLegacy Get(string name, Input<string> id, LdapLegacy...
  class LdapLegacyArgs (line 374) | public sealed class LdapLegacyArgs : global::Pulumi.ResourceArgs
    method LdapLegacyArgs (line 542) | public LdapLegacyArgs()
  class LdapLegacyState (line 548) | public sealed class LdapLegacyState : global::Pulumi.ResourceArgs
    method LdapLegacyState (line 716) | public LdapLegacyState()

FILE: sdk/dotnet/Realm/Openid.cs
  class Openid (line 140) | [ProxmoxVEResourceType("proxmoxve:realm/openid:Openid")]
    method Openid (line 241) | public Openid(string name, OpenidArgs args, CustomResourceOptions? opt...
    method Openid (line 246) | private Openid(string name, Input<string> id, OpenidState? state = nul...
    method MakeResourceOptions (line 251) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 276) | public static Openid Get(string name, Input<string> id, OpenidState? s...
  class OpenidArgs (line 282) | public sealed class OpenidArgs : global::Pulumi.ResourceArgs
    method OpenidArgs (line 384) | public OpenidArgs()
  class OpenidState (line 390) | public sealed class OpenidState : global::Pulumi.ResourceArgs
    method OpenidState (line 492) | public OpenidState()

FILE: sdk/dotnet/Realm/OpenidLegacy.cs
  class OpenidLegacy (line 142) | [ProxmoxVEResourceType("proxmoxve:realm/openidLegacy:OpenidLegacy")]
    method OpenidLegacy (line 243) | public OpenidLegacy(string name, OpenidLegacyArgs args, CustomResource...
    method OpenidLegacy (line 248) | private OpenidLegacy(string name, Input<string> id, OpenidLegacyState?...
    method MakeResourceOptions (line 253) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 278) | public static OpenidLegacy Get(string name, Input<string> id, OpenidLe...
  class OpenidLegacyArgs (line 284) | public sealed class OpenidLegacyArgs : global::Pulumi.ResourceArgs
    method OpenidLegacyArgs (line 386) | public OpenidLegacyArgs()
  class OpenidLegacyState (line 392) | public sealed class OpenidLegacyState : global::Pulumi.ResourceArgs
    method OpenidLegacyState (line 494) | public OpenidLegacyState()

FILE: sdk/dotnet/Realm/Sync.cs
  class Sync (line 72) | [ProxmoxVEResourceType("proxmoxve:realm/sync:Sync")]
    method Sync (line 125) | public Sync(string name, SyncArgs args, CustomResourceOptions? options...
    method Sync (line 130) | private Sync(string name, Input<string> id, SyncState? state = null, C...
    method MakeResourceOptions (line 135) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 156) | public static Sync Get(string name, Input<string> id, SyncState? state...
  class SyncArgs (line 162) | public sealed class SyncArgs : global::Pulumi.ResourceArgs
    method SyncArgs (line 206) | public SyncArgs()
  class SyncState (line 212) | public sealed class SyncState : global::Pulumi.ResourceArgs
    method SyncState (line 256) | public SyncState()

FILE: sdk/dotnet/Realm/SyncLegacy.cs
  class SyncLegacy (line 74) | [ProxmoxVEResourceType("proxmoxve:realm/syncLegacy:SyncLegacy")]
    method SyncLegacy (line 127) | public SyncLegacy(string name, SyncLegacyArgs args, CustomResourceOpti...
    method SyncLegacy (line 132) | private SyncLegacy(string name, Input<string> id, SyncLegacyState? sta...
    method MakeResourceOptions (line 137) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 158) | public static SyncLegacy Get(string name, Input<string> id, SyncLegacy...
  class SyncLegacyArgs (line 164) | public sealed class SyncLegacyArgs : global::Pulumi.ResourceArgs
    method SyncLegacyArgs (line 208) | public SyncLegacyArgs()
  class SyncLegacyState (line 214) | public sealed class SyncLegacyState : global::Pulumi.ResourceArgs
    method SyncLegacyState (line 258) | public SyncLegacyState()

FILE: sdk/dotnet/Replication.cs
  class Replication (line 39) | [ProxmoxVEResourceType("proxmoxve:index/replication:Replication")]
    method Replication (line 110) | public Replication(string name, ReplicationArgs args, CustomResourceOp...
    method Replication (line 115) | private Replication(string name, Input<string> id, ReplicationState? s...
    method MakeResourceOptions (line 120) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 145) | public static Replication Get(string name, Input<string> id, Replicati...
  class ReplicationArgs (line 151) | public sealed class ReplicationArgs : global::Pulumi.ResourceArgs
    method ReplicationArgs (line 195) | public ReplicationArgs()
  class ReplicationState (line 201) | public sealed class ReplicationState : global::Pulumi.ResourceArgs
    method ReplicationState (line 263) | public ReplicationState()

FILE: sdk/dotnet/ReplicationLegacy.cs
  class ReplicationLegacy (line 41) | [ProxmoxVEResourceType("proxmoxve:index/replicationLegacy:ReplicationLeg...
    method ReplicationLegacy (line 112) | public ReplicationLegacy(string name, ReplicationLegacyArgs args, Cust...
    method ReplicationLegacy (line 117) | private ReplicationLegacy(string name, Input<string> id, ReplicationLe...
    method MakeResourceOptions (line 122) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 143) | public static ReplicationLegacy Get(string name, Input<string> id, Rep...
  class ReplicationLegacyArgs (line 149) | public sealed class ReplicationLegacyArgs : global::Pulumi.ResourceArgs
    method ReplicationLegacyArgs (line 193) | public ReplicationLegacyArgs()
  class ReplicationLegacyState (line 199) | public sealed class ReplicationLegacyState : global::Pulumi.ResourceArgs
    method ReplicationLegacyState (line 261) | public ReplicationLegacyState()

FILE: sdk/dotnet/RoleLegacy.cs
  class RoleLegacy (line 45) | [ProxmoxVEResourceType("proxmoxve:index/roleLegacy:RoleLegacy")]
    method RoleLegacy (line 68) | public RoleLegacy(string name, RoleLegacyArgs args, CustomResourceOpti...
    method RoleLegacy (line 73) | private RoleLegacy(string name, Input<string> id, RoleLegacyState? sta...
    method MakeResourceOptions (line 78) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 99) | public static RoleLegacy Get(string name, Input<string> id, RoleLegacy...
  class RoleLegacyArgs (line 105) | public sealed class RoleLegacyArgs : global::Pulumi.ResourceArgs
    method RoleLegacyArgs (line 125) | public RoleLegacyArgs()
  class RoleLegacyState (line 131) | public sealed class RoleLegacyState : global::Pulumi.ResourceArgs
    method RoleLegacyState (line 151) | public RoleLegacyState()

FILE: sdk/dotnet/Sdn/Applier.cs
  class Applier (line 15) | [ProxmoxVEResourceType("proxmoxve:sdn/applier:Applier")]
    method Applier (line 38) | public Applier(string name, ApplierArgs? args = null, CustomResourceOp...
    method Applier (line 43) | private Applier(string name, Input<string> id, ApplierState? state = n...
    method MakeResourceOptions (line 48) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 69) | public static Applier Get(string name, Input<string> id, ApplierState?...
  class ApplierArgs (line 75) | public sealed class ApplierArgs : global::Pulumi.ResourceArgs
    method ApplierArgs (line 89) | public ApplierArgs()
  class ApplierState (line 95) | public sealed class ApplierState : global::Pulumi.ResourceArgs
    method ApplierState (line 109) | public ApplierState()

FILE: sdk/dotnet/Sdn/ApplierLegacy.cs
  class ApplierLegacy (line 17) | [ProxmoxVEResourceType("proxmoxve:sdn/applierLegacy:ApplierLegacy")]
    method ApplierLegacy (line 40) | public ApplierLegacy(string name, ApplierLegacyArgs? args = null, Cust...
    method ApplierLegacy (line 45) | private ApplierLegacy(string name, Input<string> id, ApplierLegacyStat...
    method MakeResourceOptions (line 50) | private static CustomResourceOptions MakeResourceOptions(CustomResourc...
    method Get (line 71) | public static ApplierLegacy Get(string name, Input<string> id, Applier...
  class ApplierLegacyArgs (line 77) | public sealed class ApplierLegacyArgs : global::Pulumi.ResourceArgs
    method ApplierLegacyArgs (line 91) | public ApplierLegacyArgs()
  class ApplierLegacyState (line 97) | public sealed class ApplierLegacyState : global::Pulumi.ResourceArgs
    method ApplierLegacyState (line 111) | public ApplierLegacyState()

FILE: sdk/dotnet/Sdn/Fabric/GetOpenfabric.cs
  class GetOpenfabric (line 12) | public static class GetOpenfabric
    method InvokeAsync (line 17) | public static Task<GetOpenfabricResult> InvokeAsync(GetOpenfabricArgs ...
    method Invoke (line 23) | public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeAr...
    method Invoke (line 29) | public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeAr...
  class GetOpenfabricArgs (line 34) | public sealed class GetOpenfabricArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricArgs (line 42) | public GetOpenfabricArgs()
  class GetOpenfabricInvokeArgs (line 48) | public sealed class GetOpenfabricInvokeArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricInvokeArgs (line 56) | public GetOpenfabricInvokeArgs()
  class GetOpenfabricResult (line 63) | [OutputType]
    method GetOpenfabricResult (line 87) | [OutputConstructor]

FILE: sdk/dotnet/Sdn/Fabric/GetOpenfabricLegacy.cs
  class GetOpenfabricLegacy (line 12) | public static class GetOpenfabricLegacy
    method InvokeAsync (line 19) | public static Task<GetOpenfabricLegacyResult> InvokeAsync(GetOpenfabri...
    method Invoke (line 27) | public static Output<GetOpenfabricLegacyResult> Invoke(GetOpenfabricLe...
    method Invoke (line 35) | public static Output<GetOpenfabricLegacyResult> Invoke(GetOpenfabricLe...
  class GetOpenfabricLegacyArgs (line 40) | public sealed class GetOpenfabricLegacyArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricLegacyArgs (line 48) | public GetOpenfabricLegacyArgs()
  class GetOpenfabricLegacyInvokeArgs (line 54) | public sealed class GetOpenfabricLegacyInvokeArgs : global::Pulumi.Invok...
    method GetOpenfabricLegacyInvokeArgs (line 62) | public GetOpenfabricLegacyInvokeArgs()
  class GetOpenfabricLegacyResult (line 69) | [OutputType]
    method GetOpenfabricLegacyResult (line 93) | [OutputConstructor]

FILE: sdk/dotnet/Sdn/Fabric/GetOspf.cs
  class GetOspf (line 12) | public static class GetOspf
    method InvokeAsync (line 17) | public static Task<GetOspfResult> InvokeAsync(GetOspfArgs args, Invoke...
    method Invoke (line 23) | public static Output<GetOspfResult> Invoke(GetOspfInvokeArgs args, Inv...
    method Invoke (line 29) | public static Output<GetOspfResult> Invoke(GetOspfInvokeArgs args, Inv...
  class GetOspfArgs (line 34) | public sealed class GetOspfArgs : global::Pulumi.InvokeArgs
    method GetOspfArgs (line 42) | public GetOspfArgs()
  class GetOspfInvokeArgs (line 48) | public sealed class GetOspfInvokeArgs : global::Pulumi.InvokeArgs
    method GetOspfInvokeArgs (line 56) | public GetOspfInvokeArgs()
  class GetOspfResult (line 63) | [OutputType]
    method GetOspfResult (line 79) | [OutputConstructor]

FILE: sdk/dotnet/Sdn/Fabric/GetOspfLegacy.cs
  class GetOspfLegacy (line 12) | public static class GetOspfLegacy
    method InvokeAsync (line 19) | public static Task<GetOspfLegacyResult> InvokeAsync(GetOspfLegacyArgs ...
    method Invoke (line 27) | public static Output<GetOspfLegacyResult> Invoke(GetOspfLegacyInvokeAr...
    method Invoke (line 35) | public static Output<GetOspfLegacyResult> Invoke(GetOspfLegacyInvokeAr...
  class GetOspfLegacyArgs (line 40) | public sealed class GetOspfLegacyArgs : global::Pulumi.InvokeArgs
    method GetOspfLegacyArgs (line 48) | public GetOspfLegacyArgs()
  class GetOspfLegacyInvokeArgs (line 54) | public sealed class GetOspfLegacyInvokeArgs : global::Pulumi.InvokeArgs
    method GetOspfLegacyInvokeArgs (line 62) | public GetOspfLegacyInvokeArgs()
  class GetOspfLegacyResult (line 69) | [OutputType]
    method GetOspfLegacyResult (line 85) | [OutputConstructor]

FILE: sdk/dotnet/Sdn/Fabric/Node/GetOpenfabric.cs
  class GetOpenfabric (line 12) | public static class GetOpenfabric
    method InvokeAsync (line 17) | public static Task<GetOpenfabricResult> InvokeAsync(GetOpenfabricArgs ...
    method Invoke (line 23) | public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeAr...
    method Invoke (line 29) | public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeAr...
  class GetOpenfabricArgs (line 34) | public sealed class GetOpenfabricArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricArgs (line 48) | public GetOpenfabricArgs()
  class GetOpenfabricInvokeArgs (line 54) | public sealed class GetOpenfabricInvokeArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricInvokeArgs (line 68) | public GetOpenfabricInvokeArgs()
  class GetOpenfabricResult (line 75) | [OutputType]
    method GetOpenfabricResult (line 103) | [OutputConstructor]

FILE: sdk/dotnet/Sdn/Fabric/Node/GetOpenfabricLegacy.cs
  class GetOpenfabricLegacy (line 12) | public static class GetOpenfabricLegacy
    method InvokeAsync (line 19) | public static Task<GetOpenfabricLegacyResult> InvokeAsync(GetOpenfabri...
    method Invoke (line 27) | public static Output<GetOpenfabricLegacyResult> Invoke(GetOpenfabricLe...
    method Invoke (line 35) | public static Output<GetOpenfabricLegacyResult> Invoke(GetOpenfabricLe...
  class GetOpenfabricLegacyArgs (line 40) | public sealed class GetOpenfabricLegacyArgs : global::Pulumi.InvokeArgs
    method GetOpenfabricLegacyArgs (line 54) | public GetOpenfabricLegacyArgs()
  class GetOpenfabricLegacyInvokeArgs (line 60) | public sealed class GetOpenfabricLegacyInvokeArgs : global::Pulumi.Invok...
    method GetOpenfabr
Copy disabled (too large) Download .json
Condensed preview — 2312 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (29,937K chars).
[
  {
    "path": ".all-contributorsrc",
    "chars": 1634,
    "preview": "{\n  \"projectName\": \"pulumi-proxmoxve\",\n  \"projectOwner\": \"muhlba91\",\n  \"repoType\": \"github\",\n  \"repoHost\": \"https://gith"
  },
  {
    "path": ".conform.yaml",
    "chars": 536,
    "preview": "---\npolicies:\n  - type: commit\n    spec:\n      header:\n        length: 200\n        imperative: true\n        case: lower\n"
  },
  {
    "path": ".devcontainer/devcontainer.json",
    "chars": 716,
    "preview": "// Format details: https://aka.ms/devcontainer.json\n// Feature list: https://containers.dev/features\n{\n\t\"name\": \"Go\",\n\t\""
  },
  {
    "path": ".github/CODEOWNERS",
    "chars": 11,
    "preview": "* @muhlba91"
  },
  {
    "path": ".github/FUNDING.yml",
    "chars": 50,
    "preview": "---\ngithub: [muhlba91]\nbuy_me_a_coffee: muhlba91\n\n"
  },
  {
    "path": ".github/workflows/codeql.yml",
    "chars": 1058,
    "preview": "---\nname: CodeQL\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n  schedule:\n    - cron: \"0 0 * * 1\"\n\npermission"
  },
  {
    "path": ".github/workflows/dependency_review.yml",
    "chars": 493,
    "preview": "---\nname: Dependency Review\n\non:\n  pull_request:\n\npermissions:\n  contents: read\n\njobs:\n  dependency-review:\n    runs-on:"
  },
  {
    "path": ".github/workflows/release.yml",
    "chars": 7579,
    "preview": "---\nname: Release\n\non:\n  push:\n    branches:\n      - main\n\npermissions:\n  contents: read\n  pull-requests: read\n\nenv:\n  P"
  },
  {
    "path": ".github/workflows/scorecard.yml",
    "chars": 1767,
    "preview": "---\nname: Scorecard Security\n\non:\n  # For Branch-Protection check. Only the default branch is supported. See\n  # https:/"
  },
  {
    "path": ".github/workflows/verify.yml",
    "chars": 3884,
    "preview": "---\nname: Verify\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n  workflow_dispatch:\n\npermissions:\n  contents: "
  },
  {
    "path": ".gitignore",
    "chars": 295,
    "preview": ".idea\n.code\n**/vendor/\n.pulumi\n**/bin/\n**/obj/\nPulumi.*.yaml\n**/node_modules/\n.DS_Store\n\n**/command-output/\n\n.idea/\n*.im"
  },
  {
    "path": ".golangci.yml",
    "chars": 515,
    "preview": "version: \"2\"\nlinters:\n  enable:\n    - goconst\n    - gosec\n    - lll\n    - misspell\n    - revive\n    - unconvert\n  settin"
  },
  {
    "path": ".goreleaser.yml",
    "chars": 1191,
    "preview": "---\nversion: 2\narchives:\n  - id: archive\n    name_template: \"{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}\"\nbefore:\n  h"
  },
  {
    "path": ".pre-commit-config.yaml",
    "chars": 1020,
    "preview": "---\nrepos:\n  - repo: https://github.com/talos-systems/conform\n    rev: v0.1.0-alpha.30\n    hooks:\n      - id: conform\n  "
  },
  {
    "path": ".pulumi-java-gen.version",
    "chars": 7,
    "preview": "1.22.0\n"
  },
  {
    "path": ".release-please-manifest.json",
    "chars": 20,
    "preview": "{\n    \".\": \"8.1.0\"\n}"
  },
  {
    "path": "CHANGELOG.md",
    "chars": 163766,
    "preview": "# Changelog\n\n\n## [8.1.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v8.0.0...v8.1.0) (2026-04-26)\n\n\n### Featur"
  },
  {
    "path": "CODE-OF-CONDUCT.md",
    "chars": 3234,
    "preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, w"
  },
  {
    "path": "COPYRIGHT",
    "chars": 556,
    "preview": "Except as otherwise noted below and/or in individual files, this\nproject is licensed under the Apache License, Version 2"
  },
  {
    "path": "LICENSE",
    "chars": 11356,
    "preview": "                                 Apache License\n                           Version 2.0, January 2004\n                   "
  },
  {
    "path": "Makefile",
    "chars": 5734,
    "preview": "PROJECT_NAME := proxmoxve Package\n\nPACK             := proxmoxve\nORG              := muhlba91\nPROJECT          := github"
  },
  {
    "path": "README.md",
    "chars": 8424,
    "preview": "# Pulumi Proxmox VE Provider\n\n[![](https://img.shields.io/github/license/muhlba91/pulumi-proxmoxve?style=for-the-badge)]"
  },
  {
    "path": "docs/_index.md",
    "chars": 8700,
    "preview": "---\ntitle: Proxmox Virtual Environment (Proxmox VE)\nmeta_desc: Provides an overview of the Proxmox VE Provider for Pulum"
  },
  {
    "path": "docs/installation-configuration.md",
    "chars": 2009,
    "preview": "---\ntitle: Proxmox Virtual Environment (Proxmox VE) Installation & Configuration\nmeta_desc: Provides an overview on how "
  },
  {
    "path": "examples/.gitignore",
    "chars": 32,
    "preview": ".pulumi/\n**/bin/\nnode_modules/\n\n"
  },
  {
    "path": "examples/go.mod",
    "chars": 4194,
    "preview": "module github.com/muhlba91/pulumi-proxmoxve/examples\n\ngo 1.25.8\n\ntoolchain go1.26.3\n\nreplace github.com/hashicorp/terraf"
  },
  {
    "path": "examples/go.sum",
    "chars": 23204,
    "preview": "github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=\ngithub.com/a"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/.gitignore",
    "chars": 10,
    "preview": "schema.go\n"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/Pulumi.yaml",
    "chars": 88,
    "preview": "name: proxmoxve\ndescription: A Pulumi resource provider for proxmoxve.\nlanguage: schema\n"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/bridge-metadata.json",
    "chars": 61236,
    "preview": "{\n    \"auto-aliasing\": {\n        \"resources\": {\n            \"proxmox_virtual_environment_acl\": {\n                \"curren"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/generate.go",
    "chars": 1601,
    "preview": "// Copyright 2016-2020, Pulumi Corporation.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/main.go",
    "chars": 1107,
    "preview": "// Copyright 2016-2018, Pulumi Corporation.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you"
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/schema-embed.json",
    "chars": 2314625,
    "preview": "{\"name\":\"proxmoxve\",\"displayName\":\"Proxmox Virtual Environment (Proxmox VE)\",\"version\":\"8.1.0-alpha.1776929910+38419dfb."
  },
  {
    "path": "provider/cmd/pulumi-resource-proxmoxve/schema.json",
    "chars": 2872651,
    "preview": "{\n    \"name\": \"proxmoxve\",\n    \"displayName\": \"Proxmox Virtual Environment (Proxmox VE)\",\n    \"description\": \"A Pulumi p"
  },
  {
    "path": "provider/cmd/pulumi-tfgen-proxmoxve/main.go",
    "chars": 871,
    "preview": "// Copyright 2016-2018, Pulumi Corporation.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you"
  },
  {
    "path": "provider/go.mod",
    "chars": 13615,
    "preview": "module github.com/muhlba91/pulumi-proxmoxve/provider\n\ngo 1.26.0\n\nreplace github.com/hashicorp/terraform-plugin-sdk/v2 =>"
  },
  {
    "path": "provider/go.sum",
    "chars": 564761,
    "preview": "cel.dev/expr v0.15.0/go.mod h1:TRSuuV7DlVCE/uwv5QbAiW/v8l5O8C4eEPHeu7gf7Sg=\ncel.dev/expr v0.16.0/go.mod h1:TRSuuV7DlVCE/"
  },
  {
    "path": "provider/pkg/version/version.go",
    "chars": 765,
    "preview": "// Copyright 2016-2018, Pulumi Corporation.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you"
  },
  {
    "path": "provider/resources.go",
    "chars": 9928,
    "preview": "// Copyright 2016-2018, Pulumi Corporation.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you"
  },
  {
    "path": "release-please-config.json",
    "chars": 1863,
    "preview": "{\n    \"$schema\": \"https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json\",\n    \"packages\":"
  },
  {
    "path": "renovate.json",
    "chars": 555,
    "preview": "{\n    \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n    \"extends\": [\n        \"github>muhlba91/renovate"
  },
  {
    "path": "sdk/.gitignore",
    "chars": 76,
    "preview": "/nodejs/bin/\n/nodejs/node_modules/\n/python/bin/\n/java/.gradle/\n/java/build/\n"
  },
  {
    "path": "sdk/dotnet/.gitattributes",
    "chars": 21,
    "preview": "* linguist-generated\n"
  },
  {
    "path": "sdk/dotnet/.gitignore",
    "chars": 8,
    "preview": "bin\nobj\n"
  },
  {
    "path": "sdk/dotnet/Acl.cs",
    "chars": 8431,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/AclLegacy.cs",
    "chars": 8705,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Account.cs",
    "chars": 8299,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/AccountLegacy.cs",
    "chars": 8582,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Certificate.cs",
    "chars": 13488,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/CertificateLegacy.cs",
    "chars": 13859,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Dns/Plugin.cs",
    "chars": 8121,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Dns/PluginLegacy.cs",
    "chars": 8407,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Dns/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Acme/GetAccount.cs",
    "chars": 6053,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetAccountLegacy.cs",
    "chars": 6689,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetAccounts.cs",
    "chars": 3906,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetAccountsLegacy.cs",
    "chars": 4494,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetPlugin.cs",
    "chars": 5962,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetPluginLegacy.cs",
    "chars": 6592,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetPlugins.cs",
    "chars": 3900,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/GetPluginsLegacy.cs",
    "chars": 4497,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Inputs/CertificateDomainArgs.cs",
    "chars": 1292,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Inputs/CertificateDomainGetArgs.cs",
    "chars": 1304,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Inputs/CertificateLegacyDomainArgs.cs",
    "chars": 1316,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Inputs/CertificateLegacyDomainGetArgs.cs",
    "chars": 1328,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/CertificateDomain.cs",
    "chars": 1246,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/CertificateLegacyDomain.cs",
    "chars": 1258,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/GetAccountAccountResult.cs",
    "chars": 1173,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/GetAccountLegacyAccountResult.cs",
    "chars": 1185,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/GetPluginsLegacyPluginResult.cs",
    "chars": 1835,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/Outputs/GetPluginsPluginResult.cs",
    "chars": 1823,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Acme/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Apt/GetRepository.cs",
    "chars": 8414,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/GetRepositoryLegacy.cs",
    "chars": 9044,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Apt/Repository.cs",
    "chars": 9568,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/RepositoryLegacy.cs",
    "chars": 9853,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/Standard/GetRepository.cs",
    "chars": 6846,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/Standard/GetRepositoryLegacy.cs",
    "chars": 7503,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/Standard/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Apt/Standard/Repository.cs",
    "chars": 7942,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Apt/Standard/RepositoryLegacy.cs",
    "chars": 8248,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/GetJobs.cs",
    "chars": 3208,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Inputs/JobFleecingArgs.cs",
    "chars": 890,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Inputs/JobFleecingGetArgs.cs",
    "chars": 902,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Inputs/JobPerformanceArgs.cs",
    "chars": 940,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Inputs/JobPerformanceGetArgs.cs",
    "chars": 952,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Job.cs",
    "chars": 24182,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Outputs/GetJobsJobResult.cs",
    "chars": 3672,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Outputs/JobFleecing.cs",
    "chars": 866,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/Outputs/JobPerformance.cs",
    "chars": 924,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Backup/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/CertificateLegacy.cs",
    "chars": 12354,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCdromArgs.cs",
    "chars": 930,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCdromGetArgs.cs",
    "chars": 942,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCloneArgs.cs",
    "chars": 2217,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCloneGetArgs.cs",
    "chars": 2229,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCpuArgs.cs",
    "chars": 3803,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmCpuGetArgs.cs",
    "chars": 3815,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmDeleteArgs.cs",
    "chars": 1204,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmDeleteGetArgs.cs",
    "chars": 1216,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmDiskArgs.cs",
    "chars": 3028,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmDiskGetArgs.cs",
    "chars": 3040,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCdromArgs.cs",
    "chars": 954,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCdromGetArgs.cs",
    "chars": 966,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCloneArgs.cs",
    "chars": 2241,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCloneGetArgs.cs",
    "chars": 2253,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCpuArgs.cs",
    "chars": 3827,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyCpuGetArgs.cs",
    "chars": 3839,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyDeleteArgs.cs",
    "chars": 1228,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyDeleteGetArgs.cs",
    "chars": 1240,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyDiskArgs.cs",
    "chars": 3052,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyDiskGetArgs.cs",
    "chars": 3064,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyMemoryArgs.cs",
    "chars": 2466,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyMemoryGetArgs.cs",
    "chars": 2478,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyNetworkArgs.cs",
    "chars": 2286,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyNetworkGetArgs.cs",
    "chars": 2298,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyRngArgs.cs",
    "chars": 1259,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyRngGetArgs.cs",
    "chars": 1271,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyTimeoutsArgs.cs",
    "chars": 2181,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyTimeoutsGetArgs.cs",
    "chars": 2193,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyVgaArgs.cs",
    "chars": 1258,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmLegacyVgaGetArgs.cs",
    "chars": 1270,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmMemoryArgs.cs",
    "chars": 2442,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmMemoryGetArgs.cs",
    "chars": 2454,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmNetworkArgs.cs",
    "chars": 2262,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmNetworkGetArgs.cs",
    "chars": 2274,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmRngArgs.cs",
    "chars": 1235,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmRngGetArgs.cs",
    "chars": 1247,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmTimeoutsArgs.cs",
    "chars": 2157,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmTimeoutsGetArgs.cs",
    "chars": 2169,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmVgaArgs.cs",
    "chars": 1234,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Inputs/VmVgaGetArgs.cs",
    "chars": 1246,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmCdrom.cs",
    "chars": 879,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmClone.cs",
    "chars": 2382,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmCpu.cs",
    "chars": 3812,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmDelete.cs",
    "chars": 928,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmDisk.cs",
    "chars": 3251,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyCdrom.cs",
    "chars": 891,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyClone.cs",
    "chars": 2394,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyCpu.cs",
    "chars": 3824,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyDelete.cs",
    "chars": 940,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyDisk.cs",
    "chars": 3263,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyMemory.cs",
    "chars": 2501,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyNetwork.cs",
    "chars": 2283,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyRng.cs",
    "chars": 1251,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyTimeouts.cs",
    "chars": 2181,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmLegacyVga.cs",
    "chars": 1251,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmMemory.cs",
    "chars": 2489,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmNetwork.cs",
    "chars": 2271,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmRng.cs",
    "chars": 1239,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmTimeouts.cs",
    "chars": 2169,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/Outputs/VmVga.cs",
    "chars": 1239,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Cloned/Vm.cs",
    "chars": 33727,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cloned/VmLegacy.cs",
    "chars": 34297,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/Security/GroupLegacy.cs",
    "chars": 8880,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/Security/Inputs/GroupLegacyRuleArgs.cs",
    "chars": 4576,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/Security/Inputs/GroupLegacyRuleGetArgs.cs",
    "chars": 4588,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/Security/Outputs/GroupLegacyRule.cs",
    "chars": 4765,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Firewall/Security/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Cluster/FirewallLegacy.cs",
    "chars": 8321,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/FirewallLegacyLogRatelimitArgs.cs",
    "chars": 1250,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/FirewallLegacyLogRatelimitGetArgs.cs",
    "chars": 1262,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsLegacyNextIdArgs.cs",
    "chars": 999,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsLegacyNextIdGetArgs.cs",
    "chars": 1011,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsLegacyNotifyArgs.cs",
    "chars": 1956,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsLegacyNotifyGetArgs.cs",
    "chars": 1968,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsNextIdArgs.cs",
    "chars": 975,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsNextIdGetArgs.cs",
    "chars": 987,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsNotifyArgs.cs",
    "chars": 1932,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Inputs/OptionsNotifyGetArgs.cs",
    "chars": 1944,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Options.cs",
    "chars": 20781,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/OptionsLegacy.cs",
    "chars": 21115,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Outputs/FirewallLegacyLogRatelimit.cs",
    "chars": 1205,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Outputs/OptionsLegacyNextId.cs",
    "chars": 947,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Outputs/OptionsLegacyNotify.cs",
    "chars": 2102,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Outputs/OptionsNextId.cs",
    "chars": 935,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/Outputs/OptionsNotify.cs",
    "chars": 2090,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Cluster/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Config/Config.cs",
    "chars": 10192,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Config/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/ContainerLegacy.cs",
    "chars": 35804,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/DnsLegacy.cs",
    "chars": 6403,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Download/File.cs",
    "chars": 18512,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Download/FileLegacy.cs",
    "chars": 18826,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Download/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/FileLegacy.cs",
    "chars": 19049,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/AliasLegacy.cs",
    "chars": 7734,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Inputs/IpsetLegacyCidrArgs.cs",
    "chars": 1158,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Inputs/IpsetLegacyCidrGetArgs.cs",
    "chars": 1170,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Inputs/RulesLegacyRuleArgs.cs",
    "chars": 4645,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Inputs/RulesLegacyRuleGetArgs.cs",
    "chars": 4657,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/IpsetLegacy.cs",
    "chars": 9645,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/OptionsLegacy.cs",
    "chars": 14103,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Outputs/IpsetLegacyCidr.cs",
    "chars": 1116,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/Outputs/RulesLegacyRule.cs",
    "chars": 4834,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  },
  {
    "path": "sdk/dotnet/Firewall/README.md",
    "chars": 88,
    "preview": "A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.\n"
  },
  {
    "path": "sdk/dotnet/Firewall/RulesLegacy.cs",
    "chars": 9900,
    "preview": "// *** WARNING: this file was generated by pulumi-language-dotnet. ***\n// *** Do not edit by hand unless you're certain "
  }
]

// ... and 2112 more files (download for full content)

About this extraction

This page contains the full source code of the muhlba91/pulumi-proxmoxve GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2312 files (27.1 MB), approximately 7.2M tokens, and a symbol index with 47797 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!