From 9d4aaf6692f64b38d5ef75f9df522f2a43599229 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Tue, 16 Dec 2025 19:19:53 -0300 Subject: [PATCH] Add support to net472 --- Directory.Packages.props | 6 +- scripts/generate.ps1 | 2 +- src/ProxmoxSharp/Api/ProxmoxGeneratedApi.cs | 3936 +++++++++---------- src/ProxmoxSharp/Client/ApiClient.cs | 1 + src/ProxmoxSharp/Client/ClientUtils.cs | 6 - src/ProxmoxSharp/ProxmoxApi.cs | 6 +- src/ProxmoxSharp/ProxmoxApiSingleton.cs | 8 +- src/ProxmoxSharp/ProxmoxSharp.csproj | 3 +- 8 files changed, 1983 insertions(+), 1985 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e95a987..a1c8ab3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,11 +3,11 @@ true - + - + - + diff --git a/scripts/generate.ps1 b/scripts/generate.ps1 index ffea1de..0c24f3f 100644 --- a/scripts/generate.ps1 +++ b/scripts/generate.ps1 @@ -7,7 +7,7 @@ java -jar ./vendor/openapi-generator/openapi-generator-cli.jar generate ` -g csharp ` -o . ` --global-property apis,models,supportingFiles,apiDocs=false,modelDocs=false,apiTests=false,modelTests=false ` - --additional-properties=packageName=ProxmoxSharp,library=restsharp,zeroBasedEnums=true,nullableReferenceTypes=true ` + --additional-properties=targetFramework=net47,packageName=ProxmoxSharp,library=restsharp,zeroBasedEnums=true ` --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=ProxmoxGenerated ` --type-mappings Any=object ` --skip-validate-spec diff --git a/src/ProxmoxSharp/Api/ProxmoxGeneratedApi.cs b/src/ProxmoxSharp/Api/ProxmoxGeneratedApi.cs index 07f6023..9dfe3ce 100644 --- a/src/ProxmoxSharp/Api/ProxmoxGeneratedApi.cs +++ b/src/ProxmoxSharp/Api/ProxmoxGeneratedApi.cs @@ -38,7 +38,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response AddClusterFirewallGroupRule(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response AddClusterFirewallGroupRule(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0); /// /// addClusterFirewallGroupRule @@ -51,7 +51,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse AddClusterFirewallGroupRuleWithHttpInfo(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0); + ApiResponse AddClusterFirewallGroupRuleWithHttpInfo(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0); /// /// addClusterFirewallIPSetIP /// @@ -63,7 +63,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response AddClusterFirewallIPSetIP(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0); + CreateClusterReplication200Response AddClusterFirewallIPSetIP(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0); /// /// addClusterFirewallIPSetIP @@ -76,7 +76,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse AddClusterFirewallIPSetIPWithHttpInfo(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0); + ApiResponse AddClusterFirewallIPSetIPWithHttpInfo(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0); /// /// addClusterFirewallRule /// @@ -87,7 +87,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response AddClusterFirewallRule(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response AddClusterFirewallRule(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0); /// /// addClusterFirewallRule @@ -99,7 +99,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse AddClusterFirewallRuleWithHttpInfo(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0); + ApiResponse AddClusterFirewallRuleWithHttpInfo(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0); /// /// addVMFirewallIPSetIP /// @@ -113,7 +113,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response AddVMFirewallIPSetIP(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0); + CreateClusterReplication200Response AddVMFirewallIPSetIP(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0); /// /// addVMFirewallIPSetIP @@ -128,7 +128,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse AddVMFirewallIPSetIPWithHttpInfo(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0); + ApiResponse AddVMFirewallIPSetIPWithHttpInfo(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0); /// /// cloneVM /// @@ -141,7 +141,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CloneVM(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response CloneVM(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0); /// /// cloneVM @@ -155,7 +155,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CloneVMWithHttpInfo(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0); + ApiResponse CloneVMWithHttpInfo(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0); /// /// createAccessDomains /// @@ -166,7 +166,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessDomains(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessDomains(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0); /// /// createAccessDomains @@ -178,7 +178,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessDomainsWithHttpInfo(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0); + ApiResponse CreateAccessDomainsWithHttpInfo(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0); /// /// createAccessDomainsSingleSync /// @@ -190,7 +190,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessDomainsSingleSync200Response - CreateAccessDomainsSingleSync200Response CreateAccessDomainsSingleSync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0); + CreateAccessDomainsSingleSync200Response CreateAccessDomainsSingleSync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0); /// /// createAccessDomainsSingleSync @@ -203,7 +203,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessDomainsSingleSync200Response - ApiResponse CreateAccessDomainsSingleSyncWithHttpInfo(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0); + ApiResponse CreateAccessDomainsSingleSyncWithHttpInfo(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0); /// /// createAccessGroups /// @@ -214,7 +214,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessGroups(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessGroups(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0); /// /// createAccessGroups @@ -226,7 +226,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessGroupsWithHttpInfo(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0); + ApiResponse CreateAccessGroupsWithHttpInfo(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0); /// /// createAccessOpenidAuthurl /// @@ -237,7 +237,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessOpenidAuthurl200Response - CreateAccessOpenidAuthurl200Response CreateAccessOpenidAuthurl(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0); + CreateAccessOpenidAuthurl200Response CreateAccessOpenidAuthurl(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0); /// /// createAccessOpenidAuthurl @@ -249,7 +249,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessOpenidAuthurl200Response - ApiResponse CreateAccessOpenidAuthurlWithHttpInfo(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0); + ApiResponse CreateAccessOpenidAuthurlWithHttpInfo(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0); /// /// createAccessOpenidLogin /// @@ -260,7 +260,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessOpenidLogin(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessOpenidLogin(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0); /// /// createAccessOpenidLogin @@ -272,7 +272,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessOpenidLoginWithHttpInfo(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0); + ApiResponse CreateAccessOpenidLoginWithHttpInfo(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0); /// /// createAccessRoles /// @@ -283,7 +283,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessRoles(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessRoles(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0); /// /// createAccessRoles @@ -295,7 +295,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessRolesWithHttpInfo(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0); + ApiResponse CreateAccessRolesWithHttpInfo(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0); /// /// createAccessTfaSingle /// @@ -307,7 +307,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessTfaSingle200Response - CreateAccessTfaSingle200Response CreateAccessTfaSingle(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0); + CreateAccessTfaSingle200Response CreateAccessTfaSingle(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0); /// /// createAccessTfaSingle @@ -320,7 +320,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessTfaSingle200Response - ApiResponse CreateAccessTfaSingleWithHttpInfo(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0); + ApiResponse CreateAccessTfaSingleWithHttpInfo(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0); /// /// createAccessTicket /// @@ -331,7 +331,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessTicket200Response - CreateAccessTicket200Response CreateAccessTicket(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0); + CreateAccessTicket200Response CreateAccessTicket(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0); /// /// createAccessTicket @@ -343,7 +343,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessTicket200Response - ApiResponse CreateAccessTicketWithHttpInfo(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0); + ApiResponse CreateAccessTicketWithHttpInfo(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0); /// /// createAccessUsers /// @@ -354,7 +354,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessUsers(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessUsers(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0); /// /// createAccessUsers @@ -366,7 +366,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessUsersWithHttpInfo(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0); + ApiResponse CreateAccessUsersWithHttpInfo(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0); /// /// createAccessUsersSingleTokenSingle /// @@ -379,7 +379,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessUsersSingleTokenSingle200Response - CreateAccessUsersSingleTokenSingle200Response CreateAccessUsersSingleTokenSingle(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0); + CreateAccessUsersSingleTokenSingle200Response CreateAccessUsersSingleTokenSingle(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0); /// /// createAccessUsersSingleTokenSingle @@ -393,7 +393,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessUsersSingleTokenSingle200Response - ApiResponse CreateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0); + ApiResponse CreateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0); /// /// createAccessVncticket /// @@ -404,7 +404,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateAccessVncticket(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateAccessVncticket(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0); /// /// createAccessVncticket @@ -416,7 +416,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateAccessVncticketWithHttpInfo(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0); + ApiResponse CreateAccessVncticketWithHttpInfo(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0); /// /// createClusterAcmeAccount /// @@ -427,7 +427,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterAcmeAccount(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterAcmeAccount(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0); /// /// createClusterAcmeAccount @@ -439,7 +439,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterAcmeAccountWithHttpInfo(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0); + ApiResponse CreateClusterAcmeAccountWithHttpInfo(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0); /// /// createClusterAcmePlugins /// @@ -450,7 +450,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterAcmePlugins(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterAcmePlugins(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0); /// /// createClusterAcmePlugins @@ -462,7 +462,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterAcmePluginsWithHttpInfo(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0); + ApiResponse CreateClusterAcmePluginsWithHttpInfo(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0); /// /// createClusterBackup /// @@ -473,7 +473,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterBackup(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterBackup(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0); /// /// createClusterBackup @@ -485,7 +485,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterBackupWithHttpInfo(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0); + ApiResponse CreateClusterBackupWithHttpInfo(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestMigrate /// @@ -496,7 +496,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestMigrate(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0); + CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestMigrate(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestMigrate @@ -508,7 +508,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - ApiResponse CreateClusterBulkactionGuestMigrateWithHttpInfo(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0); + ApiResponse CreateClusterBulkactionGuestMigrateWithHttpInfo(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestShutdown /// @@ -519,7 +519,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestShutdown(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0); + CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestShutdown(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestShutdown @@ -531,7 +531,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - ApiResponse CreateClusterBulkactionGuestShutdownWithHttpInfo(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0); + ApiResponse CreateClusterBulkactionGuestShutdownWithHttpInfo(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestStart /// @@ -542,7 +542,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestStart(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0); + CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestStart(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestStart @@ -554,7 +554,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - ApiResponse CreateClusterBulkactionGuestStartWithHttpInfo(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0); + ApiResponse CreateClusterBulkactionGuestStartWithHttpInfo(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestSuspend /// @@ -565,7 +565,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestSuspend(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0); + CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestSuspend(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0); /// /// createClusterBulkactionGuestSuspend @@ -577,7 +577,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - ApiResponse CreateClusterBulkactionGuestSuspendWithHttpInfo(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0); + ApiResponse CreateClusterBulkactionGuestSuspendWithHttpInfo(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0); /// /// createClusterConfig /// @@ -588,7 +588,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterConfig(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterConfig(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0); /// /// createClusterConfig @@ -600,7 +600,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterConfigWithHttpInfo(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0); + ApiResponse CreateClusterConfigWithHttpInfo(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0); /// /// createClusterConfigJoin /// @@ -611,7 +611,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterConfigJoin(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterConfigJoin(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0); /// /// createClusterConfigJoin @@ -623,7 +623,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterConfigJoinWithHttpInfo(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0); + ApiResponse CreateClusterConfigJoinWithHttpInfo(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0); /// /// createClusterConfigNodesSingle /// @@ -635,7 +635,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterConfigNodesSingle200Response - CreateClusterConfigNodesSingle200Response CreateClusterConfigNodesSingle(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0); + CreateClusterConfigNodesSingle200Response CreateClusterConfigNodesSingle(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0); /// /// createClusterConfigNodesSingle @@ -648,7 +648,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterConfigNodesSingle200Response - ApiResponse CreateClusterConfigNodesSingleWithHttpInfo(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0); + ApiResponse CreateClusterConfigNodesSingleWithHttpInfo(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0); /// /// createClusterFirewallAliases /// @@ -659,7 +659,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterFirewallAliases(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterFirewallAliases(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0); /// /// createClusterFirewallAliases @@ -671,7 +671,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterFirewallAliasesWithHttpInfo(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0); + ApiResponse CreateClusterFirewallAliasesWithHttpInfo(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0); /// /// createClusterFirewallGroup /// @@ -682,7 +682,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterFirewallGroup(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterFirewallGroup(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0); /// /// createClusterFirewallGroup @@ -694,7 +694,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterFirewallGroupWithHttpInfo(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0); + ApiResponse CreateClusterFirewallGroupWithHttpInfo(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0); /// /// createClusterFirewallIPSet /// @@ -705,7 +705,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterFirewallIPSet(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterFirewallIPSet(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0); /// /// createClusterFirewallIPSet @@ -717,7 +717,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterFirewallIPSetWithHttpInfo(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0); + ApiResponse CreateClusterFirewallIPSetWithHttpInfo(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0); /// /// createClusterHaGroups /// @@ -728,7 +728,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterHaGroups(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterHaGroups(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0); /// /// createClusterHaGroups @@ -740,7 +740,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterHaGroupsWithHttpInfo(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0); + ApiResponse CreateClusterHaGroupsWithHttpInfo(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0); /// /// createClusterHaResources /// @@ -751,7 +751,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterHaResources(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterHaResources(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0); /// /// createClusterHaResources @@ -763,7 +763,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterHaResourcesWithHttpInfo(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0); + ApiResponse CreateClusterHaResourcesWithHttpInfo(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0); /// /// createClusterHaResourcesSingleMigrate /// @@ -775,7 +775,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterHaResourcesSingleMigrate200Response - CreateClusterHaResourcesSingleMigrate200Response CreateClusterHaResourcesSingleMigrate(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0); + CreateClusterHaResourcesSingleMigrate200Response CreateClusterHaResourcesSingleMigrate(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0); /// /// createClusterHaResourcesSingleMigrate @@ -788,7 +788,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterHaResourcesSingleMigrate200Response - ApiResponse CreateClusterHaResourcesSingleMigrateWithHttpInfo(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0); + ApiResponse CreateClusterHaResourcesSingleMigrateWithHttpInfo(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0); /// /// createClusterHaResourcesSingleRelocate /// @@ -800,7 +800,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterHaResourcesSingleRelocate200Response - CreateClusterHaResourcesSingleRelocate200Response CreateClusterHaResourcesSingleRelocate(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0); + CreateClusterHaResourcesSingleRelocate200Response CreateClusterHaResourcesSingleRelocate(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0); /// /// createClusterHaResourcesSingleRelocate @@ -813,7 +813,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterHaResourcesSingleRelocate200Response - ApiResponse CreateClusterHaResourcesSingleRelocateWithHttpInfo(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0); + ApiResponse CreateClusterHaResourcesSingleRelocateWithHttpInfo(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0); /// /// createClusterHaRules /// @@ -824,7 +824,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterHaRules(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterHaRules(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0); /// /// createClusterHaRules @@ -836,7 +836,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterHaRulesWithHttpInfo(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0); + ApiResponse CreateClusterHaRulesWithHttpInfo(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0); /// /// createClusterJobsRealmsyncSingle /// @@ -848,7 +848,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterJobsRealmsyncSingle(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterJobsRealmsyncSingle(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0); /// /// createClusterJobsRealmsyncSingle @@ -861,7 +861,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterJobsRealmsyncSingleWithHttpInfo(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0); + ApiResponse CreateClusterJobsRealmsyncSingleWithHttpInfo(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0); /// /// createClusterMappingDir /// @@ -872,7 +872,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterMappingDir(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterMappingDir(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0); /// /// createClusterMappingDir @@ -884,7 +884,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterMappingDirWithHttpInfo(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0); + ApiResponse CreateClusterMappingDirWithHttpInfo(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0); /// /// createClusterMappingPci /// @@ -895,7 +895,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterMappingPci(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterMappingPci(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0); /// /// createClusterMappingPci @@ -907,7 +907,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterMappingPciWithHttpInfo(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0); + ApiResponse CreateClusterMappingPciWithHttpInfo(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0); /// /// createClusterMappingUsb /// @@ -918,7 +918,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterMappingUsb(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterMappingUsb(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0); /// /// createClusterMappingUsb @@ -930,7 +930,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterMappingUsbWithHttpInfo(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0); + ApiResponse CreateClusterMappingUsbWithHttpInfo(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0); /// /// createClusterMetricsServerSingle /// @@ -942,7 +942,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterMetricsServerSingle(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterMetricsServerSingle(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0); /// /// createClusterMetricsServerSingle @@ -955,7 +955,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterMetricsServerSingleWithHttpInfo(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0); + ApiResponse CreateClusterMetricsServerSingleWithHttpInfo(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsGotify /// @@ -966,7 +966,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsEndpointsGotify(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsEndpointsGotify(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsGotify @@ -978,7 +978,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsEndpointsGotifyWithHttpInfo(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsEndpointsGotifyWithHttpInfo(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsSendmail /// @@ -989,7 +989,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsEndpointsSendmail(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsEndpointsSendmail(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsSendmail @@ -1001,7 +1001,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsEndpointsSendmailWithHttpInfo(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsEndpointsSendmailWithHttpInfo(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsSmtp /// @@ -1012,7 +1012,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsEndpointsSmtp(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsEndpointsSmtp(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsSmtp @@ -1024,7 +1024,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsEndpointsSmtpWithHttpInfo(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsEndpointsSmtpWithHttpInfo(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsWebhook /// @@ -1035,7 +1035,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsEndpointsWebhook(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsEndpointsWebhook(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0); /// /// createClusterNotificationsEndpointsWebhook @@ -1047,7 +1047,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsEndpointsWebhookWithHttpInfo(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsEndpointsWebhookWithHttpInfo(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0); /// /// createClusterNotificationsMatchers /// @@ -1058,7 +1058,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsMatchers(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsMatchers(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0); /// /// createClusterNotificationsMatchers @@ -1070,7 +1070,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsMatchersWithHttpInfo(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsMatchersWithHttpInfo(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0); /// /// createClusterNotificationsTargetsSingleTest /// @@ -1082,7 +1082,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterNotificationsTargetsSingleTest(string name, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterNotificationsTargetsSingleTest(string name, Object body = default(Object), int operationIndex = 0); /// /// createClusterNotificationsTargetsSingleTest @@ -1095,7 +1095,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterNotificationsTargetsSingleTestWithHttpInfo(string name, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateClusterNotificationsTargetsSingleTestWithHttpInfo(string name, Object body = default(Object), int operationIndex = 0); /// /// createClusterReplication /// @@ -1106,7 +1106,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterReplication(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterReplication(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0); /// /// createClusterReplication @@ -1118,7 +1118,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterReplicationWithHttpInfo(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0); + ApiResponse CreateClusterReplicationWithHttpInfo(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0); /// /// createClusterSDNController /// @@ -1129,7 +1129,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSDNController(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSDNController(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0); /// /// createClusterSDNController @@ -1141,7 +1141,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSDNControllerWithHttpInfo(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0); + ApiResponse CreateClusterSDNControllerWithHttpInfo(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0); /// /// createClusterSDNVnet /// @@ -1152,7 +1152,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSDNVnet(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSDNVnet(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0); /// /// createClusterSDNVnet @@ -1164,7 +1164,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSDNVnetWithHttpInfo(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0); + ApiResponse CreateClusterSDNVnetWithHttpInfo(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0); /// /// createClusterSDNZone /// @@ -1175,7 +1175,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSDNZone(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSDNZone(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0); /// /// createClusterSDNZone @@ -1187,7 +1187,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSDNZoneWithHttpInfo(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0); + ApiResponse CreateClusterSDNZoneWithHttpInfo(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0); /// /// createClusterSdnDns /// @@ -1198,7 +1198,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnDns(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnDns(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0); /// /// createClusterSdnDns @@ -1210,7 +1210,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnDnsWithHttpInfo(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnDnsWithHttpInfo(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0); /// /// createClusterSdnFabricsFabric /// @@ -1221,7 +1221,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnFabricsFabric(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnFabricsFabric(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0); /// /// createClusterSdnFabricsFabric @@ -1233,7 +1233,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnFabricsFabricWithHttpInfo(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnFabricsFabricWithHttpInfo(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0); /// /// createClusterSdnFabricsNodeSingle /// @@ -1245,7 +1245,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnFabricsNodeSingle(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnFabricsNodeSingle(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0); /// /// createClusterSdnFabricsNodeSingle @@ -1258,7 +1258,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnFabricsNodeSingleWithHttpInfo(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnFabricsNodeSingleWithHttpInfo(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0); /// /// createClusterSdnIpams /// @@ -1269,7 +1269,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnIpams(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnIpams(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0); /// /// createClusterSdnIpams @@ -1281,7 +1281,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnIpamsWithHttpInfo(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnIpamsWithHttpInfo(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0); /// /// createClusterSdnLock /// @@ -1292,7 +1292,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnLock(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnLock(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0); /// /// createClusterSdnLock @@ -1304,7 +1304,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnLockWithHttpInfo(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnLockWithHttpInfo(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0); /// /// createClusterSdnRollback /// @@ -1315,7 +1315,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnRollback(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnRollback(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0); /// /// createClusterSdnRollback @@ -1327,7 +1327,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnRollbackWithHttpInfo(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnRollbackWithHttpInfo(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleFirewallRules /// @@ -1339,7 +1339,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnVnetsSingleFirewallRules(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnVnetsSingleFirewallRules(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleFirewallRules @@ -1352,7 +1352,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleIps /// @@ -1364,7 +1364,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnVnetsSingleIps(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnVnetsSingleIps(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleIps @@ -1377,7 +1377,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleSubnets /// @@ -1389,7 +1389,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateClusterSdnVnetsSingleSubnets(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateClusterSdnVnetsSingleSubnets(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0); /// /// createClusterSdnVnetsSingleSubnets @@ -1402,7 +1402,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateClusterSdnVnetsSingleSubnetsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0); + ApiResponse CreateClusterSdnVnetsSingleSubnetsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0); /// /// createNodeFirewallRule /// @@ -1414,7 +1414,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodeFirewallRule(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodeFirewallRule(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0); /// /// createNodeFirewallRule @@ -1427,7 +1427,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodeFirewallRuleWithHttpInfo(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0); + ApiResponse CreateNodeFirewallRuleWithHttpInfo(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0); /// /// createNodesSingleAplinfo /// @@ -1439,7 +1439,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleAplinfo(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleAplinfo(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0); /// /// createNodesSingleAplinfo @@ -1452,7 +1452,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleAplinfoWithHttpInfo(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleAplinfoWithHttpInfo(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0); /// /// createNodesSingleAptRepositories /// @@ -1464,7 +1464,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleAptRepositories(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleAptRepositories(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0); /// /// createNodesSingleAptRepositories @@ -1477,7 +1477,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleAptRepositoriesWithHttpInfo(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleAptRepositoriesWithHttpInfo(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0); /// /// createNodesSingleAptUpdate /// @@ -1489,7 +1489,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleAptUpdate(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleAptUpdate(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0); /// /// createNodesSingleAptUpdate @@ -1502,7 +1502,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleAptUpdateWithHttpInfo(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleAptUpdateWithHttpInfo(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0); /// /// createNodesSingleCephFsSingle /// @@ -1515,7 +1515,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephFsSingle(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephFsSingle(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephFsSingle @@ -1529,7 +1529,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephFsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephFsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephInit /// @@ -1541,7 +1541,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephInit(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephInit(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0); /// /// createNodesSingleCephInit @@ -1554,7 +1554,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephInitWithHttpInfo(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephInitWithHttpInfo(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0); /// /// createNodesSingleCephMdsSingle /// @@ -1567,7 +1567,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephMdsSingle(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephMdsSingle(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephMdsSingle @@ -1581,7 +1581,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephMdsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephMdsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephMgrSingle /// @@ -1594,7 +1594,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephMgrSingle(string id, string node, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephMgrSingle(string id, string node, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephMgrSingle @@ -1608,7 +1608,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephMgrSingleWithHttpInfo(string id, string node, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephMgrSingleWithHttpInfo(string id, string node, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephMonSingle /// @@ -1621,7 +1621,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephMonSingle(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephMonSingle(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephMonSingle @@ -1635,7 +1635,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephMonSingleWithHttpInfo(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephMonSingleWithHttpInfo(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0); /// /// createNodesSingleCephOsd /// @@ -1647,7 +1647,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephOsd(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephOsd(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0); /// /// createNodesSingleCephOsd @@ -1660,7 +1660,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephOsdWithHttpInfo(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephOsdWithHttpInfo(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleIn /// @@ -1673,7 +1673,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephOsdSingleIn(string node, int osdid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephOsdSingleIn(string node, int osdid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleIn @@ -1687,7 +1687,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephOsdSingleInWithHttpInfo(string node, int osdid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephOsdSingleInWithHttpInfo(string node, int osdid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleOut /// @@ -1700,7 +1700,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephOsdSingleOut(string node, int osdid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephOsdSingleOut(string node, int osdid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleOut @@ -1714,7 +1714,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephOsdSingleOutWithHttpInfo(string node, int osdid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephOsdSingleOutWithHttpInfo(string node, int osdid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleScrub /// @@ -1727,7 +1727,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephOsdSingleScrub(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephOsdSingleScrub(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0); /// /// createNodesSingleCephOsdSingleScrub @@ -1741,7 +1741,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephOsdSingleScrubWithHttpInfo(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephOsdSingleScrubWithHttpInfo(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0); /// /// createNodesSingleCephPool /// @@ -1753,7 +1753,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephPool(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephPool(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0); /// /// createNodesSingleCephPool @@ -1766,7 +1766,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephPoolWithHttpInfo(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephPoolWithHttpInfo(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0); /// /// createNodesSingleCephRestart /// @@ -1778,7 +1778,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephRestart(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephRestart(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0); /// /// createNodesSingleCephRestart @@ -1791,7 +1791,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephRestartWithHttpInfo(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephRestartWithHttpInfo(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0); /// /// createNodesSingleCephStart /// @@ -1803,7 +1803,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephStart(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephStart(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0); /// /// createNodesSingleCephStart @@ -1816,7 +1816,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephStartWithHttpInfo(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephStartWithHttpInfo(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0); /// /// createNodesSingleCephStop /// @@ -1828,7 +1828,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCephStop(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCephStop(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0); /// /// createNodesSingleCephStop @@ -1841,7 +1841,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCephStopWithHttpInfo(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCephStopWithHttpInfo(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0); /// /// createNodesSingleCertificatesAcmeCertificate /// @@ -1853,7 +1853,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleCertificatesAcmeCertificate(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleCertificatesAcmeCertificate(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0); /// /// createNodesSingleCertificatesAcmeCertificate @@ -1866,7 +1866,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0); /// /// createNodesSingleCertificatesCustom /// @@ -1878,7 +1878,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleCertificatesCustom200Response - CreateNodesSingleCertificatesCustom200Response CreateNodesSingleCertificatesCustom(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0); + CreateNodesSingleCertificatesCustom200Response CreateNodesSingleCertificatesCustom(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0); /// /// createNodesSingleCertificatesCustom @@ -1891,7 +1891,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleCertificatesCustom200Response - ApiResponse CreateNodesSingleCertificatesCustomWithHttpInfo(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleCertificatesCustomWithHttpInfo(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0); /// /// createNodesSingleDisksDirectory /// @@ -1903,7 +1903,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleDisksDirectory(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleDisksDirectory(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0); /// /// createNodesSingleDisksDirectory @@ -1916,7 +1916,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleDisksDirectoryWithHttpInfo(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleDisksDirectoryWithHttpInfo(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0); /// /// createNodesSingleDisksInitgpt /// @@ -1928,7 +1928,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleDisksInitgpt(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleDisksInitgpt(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0); /// /// createNodesSingleDisksInitgpt @@ -1941,7 +1941,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleDisksInitgptWithHttpInfo(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleDisksInitgptWithHttpInfo(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0); /// /// createNodesSingleDisksLvm /// @@ -1953,7 +1953,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleDisksLvm(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleDisksLvm(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0); /// /// createNodesSingleDisksLvm @@ -1966,7 +1966,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleDisksLvmWithHttpInfo(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleDisksLvmWithHttpInfo(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0); /// /// createNodesSingleDisksLvmthin /// @@ -1978,7 +1978,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleDisksLvmthin(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleDisksLvmthin(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0); /// /// createNodesSingleDisksLvmthin @@ -1991,7 +1991,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleDisksLvmthinWithHttpInfo(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleDisksLvmthinWithHttpInfo(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0); /// /// createNodesSingleDisksZfs /// @@ -2003,7 +2003,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleDisksZfs(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleDisksZfs(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0); /// /// createNodesSingleDisksZfs @@ -2016,7 +2016,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleDisksZfsWithHttpInfo(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleDisksZfsWithHttpInfo(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0); /// /// createNodesSingleExecute /// @@ -2028,7 +2028,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// GetCluster200Response - GetCluster200Response CreateNodesSingleExecute(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0); + GetCluster200Response CreateNodesSingleExecute(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0); /// /// createNodesSingleExecute @@ -2041,7 +2041,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of GetCluster200Response - ApiResponse CreateNodesSingleExecuteWithHttpInfo(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleExecuteWithHttpInfo(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0); /// /// createNodesSingleHosts /// @@ -2053,7 +2053,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleHosts(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleHosts(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0); /// /// createNodesSingleHosts @@ -2066,7 +2066,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleHostsWithHttpInfo(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleHostsWithHttpInfo(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0); /// /// createNodesSingleLxc /// @@ -2078,7 +2078,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxc(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxc(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0); /// /// createNodesSingleLxc @@ -2091,7 +2091,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcWithHttpInfo(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcWithHttpInfo(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleClone /// @@ -2104,7 +2104,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleClone(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleClone(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleClone @@ -2118,7 +2118,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleCloneWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleCloneWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallAliases /// @@ -2131,7 +2131,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallAliases(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallAliases(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallAliases @@ -2145,7 +2145,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallIpset /// @@ -2158,7 +2158,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpset(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpset(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallIpset @@ -2172,7 +2172,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallIpsetSingle /// @@ -2186,7 +2186,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpsetSingle(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpsetSingle(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallIpsetSingle @@ -2201,7 +2201,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfo(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfo(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallRules /// @@ -2214,7 +2214,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallRules(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallRules(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleFirewallRules @@ -2228,7 +2228,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleFirewallRulesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleFirewallRulesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMigrate /// @@ -2241,7 +2241,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleMigrate(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleMigrate(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMigrate @@ -2255,7 +2255,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleLxcSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMovevolume /// @@ -2268,7 +2268,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleMovevolume(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleMovevolume(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMovevolume @@ -2282,7 +2282,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleMovevolumeWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleMovevolumeWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMtunnel /// @@ -2295,7 +2295,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleMtunnel(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleMtunnel(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleMtunnel @@ -2309,7 +2309,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleRemotemigrate /// @@ -2322,7 +2322,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleRemotemigrate(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleRemotemigrate(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleRemotemigrate @@ -2336,7 +2336,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleLxcSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSnapshot /// @@ -2349,7 +2349,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshot(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshot(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSnapshot @@ -2363,7 +2363,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleLxcSingleSnapshotWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleSnapshotWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSnapshotSingleRollback /// @@ -2377,7 +2377,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshotSingleRollback(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshotSingleRollback(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSnapshotSingleRollback @@ -2392,7 +2392,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfo(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfo(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSpiceproxy /// @@ -2405,7 +2405,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleLxcSingleSpiceproxy(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleLxcSingleSpiceproxy(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleSpiceproxy @@ -2419,7 +2419,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - ApiResponse CreateNodesSingleLxcSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusReboot /// @@ -2432,7 +2432,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusReboot(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusReboot(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusReboot @@ -2446,7 +2446,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusRebootWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusRebootWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusResume /// @@ -2459,7 +2459,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusResume(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusResume(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusResume @@ -2473,7 +2473,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusResumeWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusResumeWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusShutdown /// @@ -2486,7 +2486,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusShutdown(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusShutdown(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusShutdown @@ -2500,7 +2500,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusShutdownWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusShutdownWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusStart /// @@ -2513,7 +2513,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStart(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStart(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusStart @@ -2527,7 +2527,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusStartWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusStartWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusStop /// @@ -2540,7 +2540,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStop(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStop(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusStop @@ -2554,7 +2554,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusStopWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusStopWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusSuspend /// @@ -2567,7 +2567,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusSuspend(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusSuspend(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleStatusSuspend @@ -2581,7 +2581,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleStatusSuspendWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleStatusSuspendWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleTemplate /// @@ -2594,7 +2594,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleTemplate(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleTemplate(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleTemplate @@ -2608,7 +2608,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleTemplateWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleTemplateWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleTermproxy /// @@ -2621,7 +2621,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleTermproxy(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleTermproxy(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleTermproxy @@ -2635,7 +2635,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleTermproxyWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleTermproxyWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleLxcSingleVncproxy /// @@ -2648,7 +2648,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleLxcSingleVncproxy(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleLxcSingleVncproxy(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0); /// /// createNodesSingleLxcSingleVncproxy @@ -2662,7 +2662,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleLxcSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleLxcSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0); /// /// createNodesSingleMigrateall /// @@ -2674,7 +2674,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleMigrateall(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleMigrateall(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0); /// /// createNodesSingleMigrateall @@ -2687,7 +2687,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleMigrateallWithHttpInfo(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleMigrateallWithHttpInfo(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0); /// /// createNodesSingleNetwork /// @@ -2699,7 +2699,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleNetwork(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleNetwork(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0); /// /// createNodesSingleNetwork @@ -2712,7 +2712,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleNetworkWithHttpInfo(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleNetworkWithHttpInfo(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgent /// @@ -2725,7 +2725,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgent(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgent(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgent @@ -2739,7 +2739,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentExec /// @@ -2752,7 +2752,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgentExec200Response - CreateNodesSingleQemuSingleAgentExec200Response CreateNodesSingleQemuSingleAgentExec(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgentExec200Response CreateNodesSingleQemuSingleAgentExec(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentExec @@ -2766,7 +2766,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgentExec200Response - ApiResponse CreateNodesSingleQemuSingleAgentExecWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentExecWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFilewrite /// @@ -2779,7 +2779,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleAgentFilewrite(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleAgentFilewrite(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFilewrite @@ -2793,7 +2793,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezefreeze /// @@ -2806,7 +2806,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezefreeze(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezefreeze(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezefreeze @@ -2820,7 +2820,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezestatus /// @@ -2833,7 +2833,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezestatus(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezestatus(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezestatus @@ -2847,7 +2847,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezethaw /// @@ -2860,7 +2860,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezethaw(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezethaw(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFsfreezethaw @@ -2874,7 +2874,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFstrim /// @@ -2887,7 +2887,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFstrim(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFstrim(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentFstrim @@ -2901,7 +2901,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentFstrimWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentFstrimWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentPing /// @@ -2914,7 +2914,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentPing(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentPing(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentPing @@ -2928,7 +2928,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentPingWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentPingWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSetuserpassword /// @@ -2941,7 +2941,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSetuserpassword(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSetuserpassword(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSetuserpassword @@ -2955,7 +2955,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentShutdown /// @@ -2968,7 +2968,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentShutdown(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentShutdown(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentShutdown @@ -2982,7 +2982,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentShutdownWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentShutdownWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspenddisk /// @@ -2995,7 +2995,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspenddisk(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspenddisk(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspenddisk @@ -3009,7 +3009,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspendhybrid /// @@ -3022,7 +3022,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendhybrid(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendhybrid(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspendhybrid @@ -3036,7 +3036,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspendram /// @@ -3049,7 +3049,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendram(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendram(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleAgentSuspendram @@ -3063,7 +3063,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - ApiResponse CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleQemuSingleDbusvmstate /// @@ -3076,7 +3076,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleDbusvmstate(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleDbusvmstate(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleDbusvmstate @@ -3090,7 +3090,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleDbusvmstateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleDbusvmstateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleFirewallAliases /// @@ -3103,7 +3103,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleFirewallAliases(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleFirewallAliases(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleFirewallAliases @@ -3117,7 +3117,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMigrate /// @@ -3130,7 +3130,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMigrate(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMigrate(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMigrate @@ -3144,7 +3144,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleQemuSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMonitor /// @@ -3157,7 +3157,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleMonitor(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleMonitor(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMonitor @@ -3171,7 +3171,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleMonitorWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleMonitorWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMovedisk /// @@ -3184,7 +3184,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMovedisk(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMovedisk(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMovedisk @@ -3198,7 +3198,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleQemuSingleMovediskWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleMovediskWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMtunnel /// @@ -3211,7 +3211,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleMtunnel(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleMtunnel(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleMtunnel @@ -3225,7 +3225,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleRemotemigrate /// @@ -3238,7 +3238,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleRemotemigrate(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleRemotemigrate(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleRemotemigrate @@ -3252,7 +3252,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleQemuSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleSpiceproxy /// @@ -3265,7 +3265,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleQemuSingleSpiceproxy(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleQemuSingleSpiceproxy(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleSpiceproxy @@ -3279,7 +3279,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - ApiResponse CreateNodesSingleQemuSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleTemplate /// @@ -3292,7 +3292,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleTemplate(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleTemplate(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleTemplate @@ -3306,7 +3306,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateNodesSingleQemuSingleTemplateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleTemplateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleTermproxy /// @@ -3319,7 +3319,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleTermproxy(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleTermproxy(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleTermproxy @@ -3333,7 +3333,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleTermproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleTermproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleVncproxy /// @@ -3346,7 +3346,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleQemuSingleVncproxy(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleQemuSingleVncproxy(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0); /// /// createNodesSingleQemuSingleVncproxy @@ -3360,7 +3360,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleQemuSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleQemuSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0); /// /// createNodesSingleReplicationSingleSchedulenow /// @@ -3373,7 +3373,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleReplicationSingleSchedulenow(string id, string node, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleReplicationSingleSchedulenow(string id, string node, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleReplicationSingleSchedulenow @@ -3387,7 +3387,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleReplicationSingleSchedulenowWithHttpInfo(string id, string node, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleReplicationSingleSchedulenowWithHttpInfo(string id, string node, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleReload /// @@ -3400,7 +3400,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleServicesSingleReload(string node, string service, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleServicesSingleReload(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleReload @@ -3414,7 +3414,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleServicesSingleReloadWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleServicesSingleReloadWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleRestart /// @@ -3427,7 +3427,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleServicesSingleRestart(string node, string service, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleServicesSingleRestart(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleRestart @@ -3441,7 +3441,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleServicesSingleRestartWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleServicesSingleRestartWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleStart /// @@ -3454,7 +3454,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleServicesSingleStart(string node, string service, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleServicesSingleStart(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleStart @@ -3468,7 +3468,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleServicesSingleStartWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleServicesSingleStartWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleStop /// @@ -3481,7 +3481,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleServicesSingleStop(string node, string service, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleServicesSingleStop(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleServicesSingleStop @@ -3495,7 +3495,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleServicesSingleStopWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleServicesSingleStopWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleSpiceshell /// @@ -3507,7 +3507,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleSpiceshell(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleSpiceshell(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0); /// /// createNodesSingleSpiceshell @@ -3520,7 +3520,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - ApiResponse CreateNodesSingleSpiceshellWithHttpInfo(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleSpiceshellWithHttpInfo(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0); /// /// createNodesSingleStartall /// @@ -3532,7 +3532,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStartall(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStartall(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0); /// /// createNodesSingleStartall @@ -3545,7 +3545,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStartallWithHttpInfo(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStartallWithHttpInfo(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0); /// /// createNodesSingleStatus /// @@ -3557,7 +3557,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStatus(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStatus(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0); /// /// createNodesSingleStatus @@ -3570,7 +3570,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStatusWithHttpInfo(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStatusWithHttpInfo(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0); /// /// createNodesSingleStopall /// @@ -3582,7 +3582,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStopall(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStopall(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0); /// /// createNodesSingleStopall @@ -3595,7 +3595,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStopallWithHttpInfo(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStopallWithHttpInfo(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleContent /// @@ -3608,7 +3608,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleStorageSingleContent200Response - CreateNodesSingleStorageSingleContent200Response CreateNodesSingleStorageSingleContent(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0); + CreateNodesSingleStorageSingleContent200Response CreateNodesSingleStorageSingleContent(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleContent @@ -3622,7 +3622,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleStorageSingleContent200Response - ApiResponse CreateNodesSingleStorageSingleContentWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStorageSingleContentWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleContentSingle /// @@ -3636,7 +3636,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleContentSingle @@ -3651,7 +3651,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleDownloadurl /// @@ -3664,7 +3664,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStorageSingleDownloadurl(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStorageSingleDownloadurl(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleDownloadurl @@ -3678,7 +3678,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStorageSingleDownloadurlWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStorageSingleDownloadurlWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleOciregistrypull /// @@ -3691,7 +3691,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStorageSingleOciregistrypull(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStorageSingleOciregistrypull(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleOciregistrypull @@ -3705,7 +3705,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStorageSingleOciregistrypullWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStorageSingleOciregistrypullWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleUpload /// @@ -3718,7 +3718,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleStorageSingleUpload(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleStorageSingleUpload(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0); /// /// createNodesSingleStorageSingleUpload @@ -3732,7 +3732,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleStorageSingleUploadWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleStorageSingleUploadWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0); /// /// createNodesSingleSubscription /// @@ -3744,7 +3744,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleSubscription(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleSubscription(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0); /// /// createNodesSingleSubscription @@ -3757,7 +3757,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleSubscriptionWithHttpInfo(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleSubscriptionWithHttpInfo(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0); /// /// createNodesSingleSuspendall /// @@ -3769,7 +3769,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleSuspendall(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleSuspendall(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0); /// /// createNodesSingleSuspendall @@ -3782,7 +3782,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleSuspendallWithHttpInfo(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleSuspendallWithHttpInfo(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0); /// /// createNodesSingleTermproxy /// @@ -3794,7 +3794,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleTermproxy(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleTermproxy(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0); /// /// createNodesSingleTermproxy @@ -3807,7 +3807,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleTermproxyWithHttpInfo(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleTermproxyWithHttpInfo(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0); /// /// createNodesSingleVncshell /// @@ -3819,7 +3819,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleVncshell(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleVncshell(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0); /// /// createNodesSingleVncshell @@ -3832,7 +3832,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleVncshellWithHttpInfo(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleVncshellWithHttpInfo(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0); /// /// createNodesSingleVzdump /// @@ -3844,7 +3844,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateNodesSingleVzdump(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateNodesSingleVzdump(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0); /// /// createNodesSingleVzdump @@ -3857,7 +3857,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateNodesSingleVzdumpWithHttpInfo(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0); + ApiResponse CreateNodesSingleVzdumpWithHttpInfo(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0); /// /// createNodesSingleWakeonlan /// @@ -3869,7 +3869,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleWakeonlan200Response - CreateNodesSingleWakeonlan200Response CreateNodesSingleWakeonlan(string node, Object? body = default(Object?), int operationIndex = 0); + CreateNodesSingleWakeonlan200Response CreateNodesSingleWakeonlan(string node, Object body = default(Object), int operationIndex = 0); /// /// createNodesSingleWakeonlan @@ -3882,7 +3882,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleWakeonlan200Response - ApiResponse CreateNodesSingleWakeonlanWithHttpInfo(string node, Object? body = default(Object?), int operationIndex = 0); + ApiResponse CreateNodesSingleWakeonlanWithHttpInfo(string node, Object body = default(Object), int operationIndex = 0); /// /// createPool /// @@ -3893,7 +3893,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreatePool(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreatePool(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0); /// /// createPool @@ -3905,7 +3905,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreatePoolWithHttpInfo(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0); + ApiResponse CreatePoolWithHttpInfo(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0); /// /// createStorage /// @@ -3916,7 +3916,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateStorage200Response - CreateStorage200Response CreateStorage(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0); + CreateStorage200Response CreateStorage(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0); /// /// createStorage @@ -3928,7 +3928,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateStorage200Response - ApiResponse CreateStorageWithHttpInfo(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0); + ApiResponse CreateStorageWithHttpInfo(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0); /// /// createVM /// @@ -3940,7 +3940,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateVM(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateVM(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0); /// /// createVM @@ -3953,7 +3953,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateVMWithHttpInfo(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0); + ApiResponse CreateVMWithHttpInfo(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0); /// /// createVMFirewallIPSet /// @@ -3966,7 +3966,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateVMFirewallIPSet(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateVMFirewallIPSet(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0); /// /// createVMFirewallIPSet @@ -3980,7 +3980,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateVMFirewallIPSetWithHttpInfo(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0); + ApiResponse CreateVMFirewallIPSetWithHttpInfo(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0); /// /// createVMFirewallRule /// @@ -3993,7 +3993,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response CreateVMFirewallRule(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response CreateVMFirewallRule(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0); /// /// createVMFirewallRule @@ -4007,7 +4007,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse CreateVMFirewallRuleWithHttpInfo(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0); + ApiResponse CreateVMFirewallRuleWithHttpInfo(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0); /// /// createVMSnapshot /// @@ -4020,7 +4020,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response CreateVMSnapshot(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response CreateVMSnapshot(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0); /// /// createVMSnapshot @@ -4034,7 +4034,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse CreateVMSnapshotWithHttpInfo(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0); + ApiResponse CreateVMSnapshotWithHttpInfo(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0); /// /// deleteAccessDomainsSingle /// @@ -13284,7 +13284,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response RebootVM(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response RebootVM(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0); /// /// rebootVM @@ -13298,7 +13298,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse RebootVMWithHttpInfo(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0); + ApiResponse RebootVMWithHttpInfo(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0); /// /// removeClusterFirewallGroupRule /// @@ -13413,7 +13413,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response ResetVM(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response ResetVM(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0); /// /// resetVM @@ -13427,7 +13427,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse ResetVMWithHttpInfo(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0); + ApiResponse ResetVMWithHttpInfo(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0); /// /// resizeVMDisk /// @@ -13440,7 +13440,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response ResizeVMDisk(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response ResizeVMDisk(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0); /// /// resizeVMDisk @@ -13454,7 +13454,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse ResizeVMDiskWithHttpInfo(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0); + ApiResponse ResizeVMDiskWithHttpInfo(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0); /// /// resumeVM /// @@ -13467,7 +13467,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response ResumeVM(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response ResumeVM(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0); /// /// resumeVM @@ -13481,7 +13481,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse ResumeVMWithHttpInfo(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0); + ApiResponse ResumeVMWithHttpInfo(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0); /// /// rollbackVMSnapshot /// @@ -13495,7 +13495,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response RollbackVMSnapshot(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response RollbackVMSnapshot(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0); /// /// rollbackVMSnapshot @@ -13510,7 +13510,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse RollbackVMSnapshotWithHttpInfo(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0); + ApiResponse RollbackVMSnapshotWithHttpInfo(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0); /// /// shutdownVM /// @@ -13523,7 +13523,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response ShutdownVM(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response ShutdownVM(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0); /// /// shutdownVM @@ -13537,7 +13537,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse ShutdownVMWithHttpInfo(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0); + ApiResponse ShutdownVMWithHttpInfo(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0); /// /// startVM /// @@ -13550,7 +13550,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response StartVM(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response StartVM(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0); /// /// startVM @@ -13564,7 +13564,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse StartVMWithHttpInfo(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0); + ApiResponse StartVMWithHttpInfo(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0); /// /// stopNodeTask /// @@ -13602,7 +13602,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response StopVM(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response StopVM(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0); /// /// stopVM @@ -13616,7 +13616,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse StopVMWithHttpInfo(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0); + ApiResponse StopVMWithHttpInfo(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0); /// /// suspendVM /// @@ -13629,7 +13629,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response SuspendVM(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0); + CreateClusterReplication200Response SuspendVM(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0); /// /// suspendVM @@ -13643,7 +13643,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse SuspendVMWithHttpInfo(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0); + ApiResponse SuspendVMWithHttpInfo(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0); /// /// unlinkVMDiskImages /// @@ -13656,7 +13656,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UnlinkVMDiskImages(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0); + CreateClusterReplication200Response UnlinkVMDiskImages(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0); /// /// unlinkVMDiskImages @@ -13670,7 +13670,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UnlinkVMDiskImagesWithHttpInfo(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0); + ApiResponse UnlinkVMDiskImagesWithHttpInfo(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0); /// /// updateAccessAcl /// @@ -13681,7 +13681,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessAcl(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessAcl(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0); /// /// updateAccessAcl @@ -13693,7 +13693,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessAclWithHttpInfo(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0); + ApiResponse UpdateAccessAclWithHttpInfo(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0); /// /// updateAccessDomainsSingle /// @@ -13705,7 +13705,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessDomainsSingle(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessDomainsSingle(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0); /// /// updateAccessDomainsSingle @@ -13718,7 +13718,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessDomainsSingleWithHttpInfo(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessDomainsSingleWithHttpInfo(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0); /// /// updateAccessGroupsSingle /// @@ -13730,7 +13730,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessGroupsSingle(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessGroupsSingle(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0); /// /// updateAccessGroupsSingle @@ -13743,7 +13743,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessGroupsSingleWithHttpInfo(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessGroupsSingleWithHttpInfo(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0); /// /// updateAccessPassword /// @@ -13754,7 +13754,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessPassword(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessPassword(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0); /// /// updateAccessPassword @@ -13766,7 +13766,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessPasswordWithHttpInfo(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0); + ApiResponse UpdateAccessPasswordWithHttpInfo(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0); /// /// updateAccessRolesSingle /// @@ -13778,7 +13778,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessRolesSingle(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessRolesSingle(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0); /// /// updateAccessRolesSingle @@ -13791,7 +13791,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessRolesSingleWithHttpInfo(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessRolesSingleWithHttpInfo(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0); /// /// updateAccessTfaSingleSingle /// @@ -13804,7 +13804,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessTfaSingleSingle(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessTfaSingleSingle(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0); /// /// updateAccessTfaSingleSingle @@ -13818,7 +13818,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessTfaSingleSingleWithHttpInfo(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessTfaSingleSingleWithHttpInfo(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0); /// /// updateAccessUsersSingle /// @@ -13830,7 +13830,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateAccessUsersSingle(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateAccessUsersSingle(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0); /// /// updateAccessUsersSingle @@ -13843,7 +13843,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateAccessUsersSingleWithHttpInfo(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessUsersSingleWithHttpInfo(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0); /// /// updateAccessUsersSingleTokenSingle /// @@ -13856,7 +13856,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// UpdateAccessUsersSingleTokenSingle200Response - UpdateAccessUsersSingleTokenSingle200Response UpdateAccessUsersSingleTokenSingle(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0); + UpdateAccessUsersSingleTokenSingle200Response UpdateAccessUsersSingleTokenSingle(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0); /// /// updateAccessUsersSingleTokenSingle @@ -13870,7 +13870,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of UpdateAccessUsersSingleTokenSingle200Response - ApiResponse UpdateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0); + ApiResponse UpdateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0); /// /// updateAccessUsersSingleUnlocktfa /// @@ -13882,7 +13882,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// GetClusterCephFlagsSingle200Response - GetClusterCephFlagsSingle200Response UpdateAccessUsersSingleUnlocktfa(string userid, Object? body = default(Object?), int operationIndex = 0); + GetClusterCephFlagsSingle200Response UpdateAccessUsersSingleUnlocktfa(string userid, Object body = default(Object), int operationIndex = 0); /// /// updateAccessUsersSingleUnlocktfa @@ -13895,7 +13895,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of GetClusterCephFlagsSingle200Response - ApiResponse UpdateAccessUsersSingleUnlocktfaWithHttpInfo(string userid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse UpdateAccessUsersSingleUnlocktfaWithHttpInfo(string userid, Object body = default(Object), int operationIndex = 0); /// /// updateClusterAcmeAccountSingle /// @@ -13907,7 +13907,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterAcmeAccountSingle(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterAcmeAccountSingle(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0); /// /// updateClusterAcmeAccountSingle @@ -13920,7 +13920,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterAcmeAccountSingleWithHttpInfo(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterAcmeAccountSingleWithHttpInfo(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0); /// /// updateClusterAcmePluginsSingle /// @@ -13932,7 +13932,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterAcmePluginsSingle(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterAcmePluginsSingle(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0); /// /// updateClusterAcmePluginsSingle @@ -13945,7 +13945,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterAcmePluginsSingleWithHttpInfo(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterAcmePluginsSingleWithHttpInfo(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0); /// /// updateClusterBackupSingle /// @@ -13957,7 +13957,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterBackupSingle(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterBackupSingle(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0); /// /// updateClusterBackupSingle @@ -13970,7 +13970,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterBackupSingleWithHttpInfo(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterBackupSingleWithHttpInfo(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0); /// /// updateClusterCephFlags /// @@ -13981,7 +13981,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterCephFlags(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterCephFlags(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0); /// /// updateClusterCephFlags @@ -13993,7 +13993,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterCephFlagsWithHttpInfo(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0); + ApiResponse UpdateClusterCephFlagsWithHttpInfo(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0); /// /// updateClusterCephFlagsSingle /// @@ -14005,7 +14005,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterCephFlagsSingle(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterCephFlagsSingle(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0); /// /// updateClusterCephFlagsSingle @@ -14018,7 +14018,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterCephFlagsSingleWithHttpInfo(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterCephFlagsSingleWithHttpInfo(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0); /// /// updateClusterFirewallAliasesSingle /// @@ -14030,7 +14030,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterFirewallAliasesSingle(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterFirewallAliasesSingle(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateClusterFirewallAliasesSingle @@ -14043,7 +14043,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterFirewallAliasesSingleWithHttpInfo(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterFirewallAliasesSingleWithHttpInfo(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateClusterFirewallGroupRule /// @@ -14056,7 +14056,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterFirewallGroupRule(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterFirewallGroupRule(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0); /// /// updateClusterFirewallGroupRule @@ -14070,7 +14070,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterFirewallGroupRuleWithHttpInfo(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterFirewallGroupRuleWithHttpInfo(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0); /// /// updateClusterFirewallIPSetIP /// @@ -14083,7 +14083,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterFirewallIPSetIP(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterFirewallIPSetIP(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0); /// /// updateClusterFirewallIPSetIP @@ -14097,7 +14097,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterFirewallIPSetIPWithHttpInfo(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0); + ApiResponse UpdateClusterFirewallIPSetIPWithHttpInfo(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0); /// /// updateClusterFirewallOptions /// @@ -14108,7 +14108,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterFirewallOptions(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterFirewallOptions(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0); /// /// updateClusterFirewallOptions @@ -14120,7 +14120,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterFirewallOptionsWithHttpInfo(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateClusterFirewallOptionsWithHttpInfo(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0); /// /// updateClusterFirewallRule /// @@ -14132,7 +14132,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterFirewallRule(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterFirewallRule(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0); /// /// updateClusterFirewallRule @@ -14145,7 +14145,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterFirewallRuleWithHttpInfo(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterFirewallRuleWithHttpInfo(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0); /// /// updateClusterHaGroupsSingle /// @@ -14157,7 +14157,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterHaGroupsSingle(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterHaGroupsSingle(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0); /// /// updateClusterHaGroupsSingle @@ -14170,7 +14170,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterHaGroupsSingleWithHttpInfo(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterHaGroupsSingleWithHttpInfo(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0); /// /// updateClusterHaResourcesSingle /// @@ -14182,7 +14182,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterHaResourcesSingle(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterHaResourcesSingle(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0); /// /// updateClusterHaResourcesSingle @@ -14195,7 +14195,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterHaResourcesSingleWithHttpInfo(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterHaResourcesSingleWithHttpInfo(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0); /// /// updateClusterHaRulesSingle /// @@ -14207,7 +14207,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterHaRulesSingle(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterHaRulesSingle(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0); /// /// updateClusterHaRulesSingle @@ -14220,7 +14220,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterHaRulesSingleWithHttpInfo(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterHaRulesSingleWithHttpInfo(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0); /// /// updateClusterJobsRealmsyncSingle /// @@ -14232,7 +14232,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterJobsRealmsyncSingle(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterJobsRealmsyncSingle(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0); /// /// updateClusterJobsRealmsyncSingle @@ -14245,7 +14245,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterJobsRealmsyncSingleWithHttpInfo(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterJobsRealmsyncSingleWithHttpInfo(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0); /// /// updateClusterMappingDirSingle /// @@ -14257,7 +14257,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterMappingDirSingle(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterMappingDirSingle(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0); /// /// updateClusterMappingDirSingle @@ -14270,7 +14270,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterMappingDirSingleWithHttpInfo(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterMappingDirSingleWithHttpInfo(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0); /// /// updateClusterMappingPciSingle /// @@ -14282,7 +14282,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterMappingPciSingle(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterMappingPciSingle(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0); /// /// updateClusterMappingPciSingle @@ -14295,7 +14295,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterMappingPciSingleWithHttpInfo(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterMappingPciSingleWithHttpInfo(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0); /// /// updateClusterMappingUsbSingle /// @@ -14307,7 +14307,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterMappingUsbSingle(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterMappingUsbSingle(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0); /// /// updateClusterMappingUsbSingle @@ -14320,7 +14320,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterMappingUsbSingleWithHttpInfo(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterMappingUsbSingleWithHttpInfo(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0); /// /// updateClusterMetricsServerSingle /// @@ -14332,7 +14332,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterMetricsServerSingle(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterMetricsServerSingle(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0); /// /// updateClusterMetricsServerSingle @@ -14345,7 +14345,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterMetricsServerSingleWithHttpInfo(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterMetricsServerSingleWithHttpInfo(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsGotifySingle /// @@ -14357,7 +14357,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterNotificationsEndpointsGotifySingle(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterNotificationsEndpointsGotifySingle(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsGotifySingle @@ -14370,7 +14370,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsSendmailSingle /// @@ -14382,7 +14382,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSendmailSingle(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSendmailSingle(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsSendmailSingle @@ -14395,7 +14395,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsSmtpSingle /// @@ -14407,7 +14407,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSmtpSingle(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSmtpSingle(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsSmtpSingle @@ -14420,7 +14420,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsWebhookSingle /// @@ -14432,7 +14432,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterNotificationsEndpointsWebhookSingle(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterNotificationsEndpointsWebhookSingle(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsEndpointsWebhookSingle @@ -14445,7 +14445,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsMatchersSingle /// @@ -14457,7 +14457,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterNotificationsMatchersSingle(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterNotificationsMatchersSingle(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0); /// /// updateClusterNotificationsMatchersSingle @@ -14470,7 +14470,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterNotificationsMatchersSingleWithHttpInfo(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterNotificationsMatchersSingleWithHttpInfo(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0); /// /// updateClusterOptions /// @@ -14481,7 +14481,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterOptions(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterOptions(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0); /// /// updateClusterOptions @@ -14493,7 +14493,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterOptionsWithHttpInfo(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateClusterOptionsWithHttpInfo(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0); /// /// updateClusterReplicationSingle /// @@ -14505,7 +14505,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterReplicationSingle(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterReplicationSingle(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0); /// /// updateClusterReplicationSingle @@ -14518,7 +14518,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterReplicationSingleWithHttpInfo(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterReplicationSingleWithHttpInfo(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0); /// /// updateClusterSDN /// @@ -14529,7 +14529,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSDN(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSDN(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0); /// /// updateClusterSDN @@ -14541,7 +14541,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSDNWithHttpInfo(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSDNWithHttpInfo(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0); /// /// updateClusterSDNController /// @@ -14553,7 +14553,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSDNController(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSDNController(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0); /// /// updateClusterSDNController @@ -14566,7 +14566,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSDNControllerWithHttpInfo(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSDNControllerWithHttpInfo(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0); /// /// updateClusterSDNVnet /// @@ -14578,7 +14578,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSDNVnet(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSDNVnet(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0); /// /// updateClusterSDNVnet @@ -14591,7 +14591,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSDNVnetWithHttpInfo(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSDNVnetWithHttpInfo(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0); /// /// updateClusterSDNZone /// @@ -14603,7 +14603,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSDNZone(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSDNZone(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0); /// /// updateClusterSDNZone @@ -14616,7 +14616,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSDNZoneWithHttpInfo(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSDNZoneWithHttpInfo(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0); /// /// updateClusterSdnDnsSingle /// @@ -14628,7 +14628,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnDnsSingle(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnDnsSingle(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0); /// /// updateClusterSdnDnsSingle @@ -14641,7 +14641,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnDnsSingleWithHttpInfo(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnDnsSingleWithHttpInfo(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0); /// /// updateClusterSdnFabricsFabricSingle /// @@ -14653,7 +14653,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnFabricsFabricSingle(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnFabricsFabricSingle(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0); /// /// updateClusterSdnFabricsFabricSingle @@ -14666,7 +14666,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnFabricsFabricSingleWithHttpInfo(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnFabricsFabricSingleWithHttpInfo(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0); /// /// updateClusterSdnFabricsNodeSingleSingle /// @@ -14679,7 +14679,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnFabricsNodeSingleSingle(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnFabricsNodeSingleSingle(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0); /// /// updateClusterSdnFabricsNodeSingleSingle @@ -14693,7 +14693,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfo(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfo(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0); /// /// updateClusterSdnIpamsSingle /// @@ -14705,7 +14705,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnIpamsSingle(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnIpamsSingle(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0); /// /// updateClusterSdnIpamsSingle @@ -14718,7 +14718,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnIpamsSingleWithHttpInfo(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnIpamsSingleWithHttpInfo(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleFirewallOptions /// @@ -14730,7 +14730,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallOptions(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallOptions(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleFirewallOptions @@ -14743,7 +14743,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleFirewallRulesSingle /// @@ -14756,7 +14756,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallRulesSingle(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallRulesSingle(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleFirewallRulesSingle @@ -14770,7 +14770,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfo(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfo(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleIps /// @@ -14782,7 +14782,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnVnetsSingleIps(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnVnetsSingleIps(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleIps @@ -14795,7 +14795,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleSubnetsSingle /// @@ -14808,7 +14808,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateClusterSdnVnetsSingleSubnetsSingle(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateClusterSdnVnetsSingleSubnetsSingle(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0); /// /// updateClusterSdnVnetsSingleSubnetsSingle @@ -14822,7 +14822,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfo(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0); + ApiResponse UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfo(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0); /// /// updateNodeFirewallOptions /// @@ -14834,7 +14834,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodeFirewallOptions(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodeFirewallOptions(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0); /// /// updateNodeFirewallOptions @@ -14847,7 +14847,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodeFirewallOptionsWithHttpInfo(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateNodeFirewallOptionsWithHttpInfo(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0); /// /// updateNodeFirewallRule /// @@ -14860,7 +14860,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodeFirewallRule(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodeFirewallRule(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0); /// /// updateNodeFirewallRule @@ -14874,7 +14874,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodeFirewallRuleWithHttpInfo(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0); + ApiResponse UpdateNodeFirewallRuleWithHttpInfo(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0); /// /// updateNodesSingleAptRepositories /// @@ -14886,7 +14886,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleAptRepositories(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleAptRepositories(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0); /// /// updateNodesSingleAptRepositories @@ -14899,7 +14899,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleAptRepositoriesWithHttpInfo(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleAptRepositoriesWithHttpInfo(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0); /// /// updateNodesSingleCephPoolSingle /// @@ -14912,7 +14912,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleCephPoolSingle(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleCephPoolSingle(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0); /// /// updateNodesSingleCephPoolSingle @@ -14926,7 +14926,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleCephPoolSingleWithHttpInfo(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleCephPoolSingleWithHttpInfo(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0); /// /// updateNodesSingleCertificatesAcmeCertificate /// @@ -14938,7 +14938,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleCertificatesAcmeCertificate(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleCertificatesAcmeCertificate(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0); /// /// updateNodesSingleCertificatesAcmeCertificate @@ -14951,7 +14951,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0); /// /// updateNodesSingleConfig /// @@ -14963,7 +14963,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleConfig(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleConfig(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleConfig @@ -14976,7 +14976,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleConfigWithHttpInfo(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleConfigWithHttpInfo(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleDisksWipedisk /// @@ -14988,7 +14988,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleDisksWipedisk(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleDisksWipedisk(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0); /// /// updateNodesSingleDisksWipedisk @@ -15001,7 +15001,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleDisksWipediskWithHttpInfo(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleDisksWipediskWithHttpInfo(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0); /// /// updateNodesSingleDns /// @@ -15013,7 +15013,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleDns(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleDns(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0); /// /// updateNodesSingleDns @@ -15026,7 +15026,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleDnsWithHttpInfo(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleDnsWithHttpInfo(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleConfig /// @@ -15039,7 +15039,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleConfig(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleConfig(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleConfig @@ -15053,7 +15053,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleConfigWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleConfigWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallAliasesSingle /// @@ -15067,7 +15067,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallAliasesSingle @@ -15082,7 +15082,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallIpsetSingleSingle /// @@ -15097,7 +15097,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallIpsetSingleSingle(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallIpsetSingleSingle(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallIpsetSingleSingle @@ -15113,7 +15113,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfo(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfo(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallOptions /// @@ -15126,7 +15126,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallOptions(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallOptions(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallOptions @@ -15140,7 +15140,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallRulesSingle /// @@ -15154,7 +15154,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallRulesSingle(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallRulesSingle(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleFirewallRulesSingle @@ -15169,7 +15169,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfo(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfo(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleResize /// @@ -15182,7 +15182,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - CreateNodesSingleQemuSingleMovedisk200Response UpdateNodesSingleLxcSingleResize(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0); + CreateNodesSingleQemuSingleMovedisk200Response UpdateNodesSingleLxcSingleResize(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleResize @@ -15196,7 +15196,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - ApiResponse UpdateNodesSingleLxcSingleResizeWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleResizeWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleSnapshotSingleConfig /// @@ -15210,7 +15210,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleLxcSingleSnapshotSingleConfig(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleLxcSingleSnapshotSingleConfig(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleLxcSingleSnapshotSingleConfig @@ -15225,7 +15225,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfo(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfo(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0); /// /// updateNodesSingleNetwork /// @@ -15237,7 +15237,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleNetwork(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleNetwork(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0); /// /// updateNodesSingleNetwork @@ -15250,7 +15250,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleNetworkWithHttpInfo(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleNetworkWithHttpInfo(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0); /// /// updateNodesSingleNetworkSingle /// @@ -15263,7 +15263,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleNetworkSingle(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleNetworkSingle(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0); /// /// updateNodesSingleNetworkSingle @@ -15277,7 +15277,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleNetworkSingleWithHttpInfo(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleNetworkSingleWithHttpInfo(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0); /// /// updateNodesSingleQemuSingleCloudinit /// @@ -15290,7 +15290,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleQemuSingleCloudinit(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleQemuSingleCloudinit(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// updateNodesSingleQemuSingleCloudinit @@ -15304,7 +15304,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleQemuSingleCloudinitWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0); + ApiResponse UpdateNodesSingleQemuSingleCloudinitWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0); /// /// updateNodesSingleQemuSingleFirewallAliasesSingle /// @@ -15318,7 +15318,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleQemuSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleQemuSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleQemuSingleFirewallAliasesSingle @@ -15333,7 +15333,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0); /// /// updateNodesSingleQemuSingleSendkey /// @@ -15346,7 +15346,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleQemuSingleSendkey(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleQemuSingleSendkey(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0); /// /// updateNodesSingleQemuSingleSendkey @@ -15360,7 +15360,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleQemuSingleSendkeyWithHttpInfo(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleQemuSingleSendkeyWithHttpInfo(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0); /// /// updateNodesSingleStorageSingleContentSingle /// @@ -15374,7 +15374,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0); /// /// updateNodesSingleStorageSingleContentSingle @@ -15389,7 +15389,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0); /// /// updateNodesSingleSubscription /// @@ -15401,7 +15401,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleSubscription(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleSubscription(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0); /// /// updateNodesSingleSubscription @@ -15414,7 +15414,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleSubscriptionWithHttpInfo(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleSubscriptionWithHttpInfo(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0); /// /// updateNodesSingleTime /// @@ -15426,7 +15426,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateNodesSingleTime(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateNodesSingleTime(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0); /// /// updateNodesSingleTime @@ -15439,7 +15439,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateNodesSingleTimeWithHttpInfo(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0); + ApiResponse UpdateNodesSingleTimeWithHttpInfo(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0); /// /// updatePool /// @@ -15451,7 +15451,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdatePool(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdatePool(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0); /// /// updatePool @@ -15464,7 +15464,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdatePoolWithHttpInfo(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0); + ApiResponse UpdatePoolWithHttpInfo(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0); /// /// updatePools /// @@ -15475,7 +15475,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdatePools(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdatePools(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0); /// /// updatePools @@ -15487,7 +15487,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdatePoolsWithHttpInfo(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0); + ApiResponse UpdatePoolsWithHttpInfo(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0); /// /// updateStorageSingle /// @@ -15499,7 +15499,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateStorage200Response - CreateStorage200Response UpdateStorageSingle(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0); + CreateStorage200Response UpdateStorageSingle(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0); /// /// updateStorageSingle @@ -15512,7 +15512,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateStorage200Response - ApiResponse UpdateStorageSingleWithHttpInfo(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0); + ApiResponse UpdateStorageSingleWithHttpInfo(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0); /// /// updateVMConfig /// @@ -15525,7 +15525,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMConfig(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMConfig(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0); /// /// updateVMConfig @@ -15539,7 +15539,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMConfigWithHttpInfo(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0); + ApiResponse UpdateVMConfigWithHttpInfo(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0); /// /// updateVMConfigSync /// @@ -15552,7 +15552,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMConfigSync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMConfigSync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0); /// /// updateVMConfigSync @@ -15566,7 +15566,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMConfigSyncWithHttpInfo(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0); + ApiResponse UpdateVMConfigSyncWithHttpInfo(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0); /// /// updateVMFirewallIPSetIP /// @@ -15581,7 +15581,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMFirewallIPSetIP(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMFirewallIPSetIP(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0); /// /// updateVMFirewallIPSetIP @@ -15597,7 +15597,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMFirewallIPSetIPWithHttpInfo(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0); + ApiResponse UpdateVMFirewallIPSetIPWithHttpInfo(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0); /// /// updateVMFirewallOptions /// @@ -15610,7 +15610,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMFirewallOptions(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMFirewallOptions(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0); /// /// updateVMFirewallOptions @@ -15624,7 +15624,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMFirewallOptionsWithHttpInfo(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0); + ApiResponse UpdateVMFirewallOptionsWithHttpInfo(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0); /// /// updateVMFirewallRule /// @@ -15638,7 +15638,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMFirewallRule(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMFirewallRule(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0); /// /// updateVMFirewallRule @@ -15653,7 +15653,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMFirewallRuleWithHttpInfo(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0); + ApiResponse UpdateVMFirewallRuleWithHttpInfo(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0); /// /// updateVMSnapshotConfig /// @@ -15667,7 +15667,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - CreateClusterReplication200Response UpdateVMSnapshotConfig(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0); + CreateClusterReplication200Response UpdateVMSnapshotConfig(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0); /// /// updateVMSnapshotConfig @@ -15682,7 +15682,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - ApiResponse UpdateVMSnapshotConfigWithHttpInfo(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0); + ApiResponse UpdateVMSnapshotConfigWithHttpInfo(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0); #endregion Synchronous Operations } @@ -15704,7 +15704,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task AddClusterFirewallGroupRuleAsync(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task AddClusterFirewallGroupRuleAsync(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addClusterFirewallGroupRule @@ -15718,7 +15718,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> AddClusterFirewallGroupRuleWithHttpInfoAsync(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> AddClusterFirewallGroupRuleWithHttpInfoAsync(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addClusterFirewallIPSetIP /// @@ -15731,7 +15731,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task AddClusterFirewallIPSetIPAsync(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task AddClusterFirewallIPSetIPAsync(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addClusterFirewallIPSetIP @@ -15745,7 +15745,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> AddClusterFirewallIPSetIPWithHttpInfoAsync(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> AddClusterFirewallIPSetIPWithHttpInfoAsync(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addClusterFirewallRule /// @@ -15757,7 +15757,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task AddClusterFirewallRuleAsync(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task AddClusterFirewallRuleAsync(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addClusterFirewallRule @@ -15770,7 +15770,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> AddClusterFirewallRuleWithHttpInfoAsync(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> AddClusterFirewallRuleWithHttpInfoAsync(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addVMFirewallIPSetIP /// @@ -15785,7 +15785,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task AddVMFirewallIPSetIPAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task AddVMFirewallIPSetIPAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// addVMFirewallIPSetIP @@ -15801,7 +15801,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> AddVMFirewallIPSetIPWithHttpInfoAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> AddVMFirewallIPSetIPWithHttpInfoAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// cloneVM /// @@ -15815,7 +15815,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CloneVMAsync(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CloneVMAsync(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// cloneVM @@ -15830,7 +15830,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CloneVMWithHttpInfoAsync(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CloneVMWithHttpInfoAsync(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessDomains /// @@ -15842,7 +15842,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessDomainsAsync(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessDomainsAsync(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessDomains @@ -15855,7 +15855,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessDomainsWithHttpInfoAsync(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessDomainsWithHttpInfoAsync(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessDomainsSingleSync /// @@ -15868,7 +15868,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessDomainsSingleSync200Response - System.Threading.Tasks.Task CreateAccessDomainsSingleSyncAsync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessDomainsSingleSyncAsync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessDomainsSingleSync @@ -15882,7 +15882,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessDomainsSingleSync200Response) - System.Threading.Tasks.Task> CreateAccessDomainsSingleSyncWithHttpInfoAsync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessDomainsSingleSyncWithHttpInfoAsync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessGroups /// @@ -15894,7 +15894,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessGroupsAsync(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessGroupsAsync(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessGroups @@ -15907,7 +15907,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessGroupsWithHttpInfoAsync(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessGroupsWithHttpInfoAsync(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessOpenidAuthurl /// @@ -15919,7 +15919,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessOpenidAuthurl200Response - System.Threading.Tasks.Task CreateAccessOpenidAuthurlAsync(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessOpenidAuthurlAsync(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessOpenidAuthurl @@ -15932,7 +15932,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessOpenidAuthurl200Response) - System.Threading.Tasks.Task> CreateAccessOpenidAuthurlWithHttpInfoAsync(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessOpenidAuthurlWithHttpInfoAsync(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessOpenidLogin /// @@ -15944,7 +15944,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessOpenidLoginAsync(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessOpenidLoginAsync(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessOpenidLogin @@ -15957,7 +15957,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessOpenidLoginWithHttpInfoAsync(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessOpenidLoginWithHttpInfoAsync(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessRoles /// @@ -15969,7 +15969,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessRolesAsync(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessRolesAsync(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessRoles @@ -15982,7 +15982,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessRolesWithHttpInfoAsync(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessRolesWithHttpInfoAsync(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessTfaSingle /// @@ -15995,7 +15995,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessTfaSingle200Response - System.Threading.Tasks.Task CreateAccessTfaSingleAsync(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessTfaSingleAsync(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessTfaSingle @@ -16009,7 +16009,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessTfaSingle200Response) - System.Threading.Tasks.Task> CreateAccessTfaSingleWithHttpInfoAsync(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessTfaSingleWithHttpInfoAsync(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessTicket /// @@ -16021,7 +16021,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessTicket200Response - System.Threading.Tasks.Task CreateAccessTicketAsync(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessTicketAsync(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessTicket @@ -16034,7 +16034,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessTicket200Response) - System.Threading.Tasks.Task> CreateAccessTicketWithHttpInfoAsync(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessTicketWithHttpInfoAsync(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessUsers /// @@ -16046,7 +16046,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessUsersAsync(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessUsersAsync(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessUsers @@ -16059,7 +16059,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessUsersWithHttpInfoAsync(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessUsersWithHttpInfoAsync(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessUsersSingleTokenSingle /// @@ -16073,7 +16073,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessUsersSingleTokenSingle200Response - System.Threading.Tasks.Task CreateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessUsersSingleTokenSingle @@ -16088,7 +16088,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessUsersSingleTokenSingle200Response) - System.Threading.Tasks.Task> CreateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessVncticket /// @@ -16100,7 +16100,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateAccessVncticketAsync(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateAccessVncticketAsync(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createAccessVncticket @@ -16113,7 +16113,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateAccessVncticketWithHttpInfoAsync(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateAccessVncticketWithHttpInfoAsync(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterAcmeAccount /// @@ -16125,7 +16125,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterAcmeAccountAsync(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterAcmeAccountAsync(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterAcmeAccount @@ -16138,7 +16138,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterAcmeAccountWithHttpInfoAsync(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterAcmeAccountWithHttpInfoAsync(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterAcmePlugins /// @@ -16150,7 +16150,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterAcmePluginsAsync(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterAcmePluginsAsync(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterAcmePlugins @@ -16163,7 +16163,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterAcmePluginsWithHttpInfoAsync(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterAcmePluginsWithHttpInfoAsync(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBackup /// @@ -16175,7 +16175,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterBackupAsync(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterBackupAsync(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBackup @@ -16188,7 +16188,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterBackupWithHttpInfoAsync(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterBackupWithHttpInfoAsync(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestMigrate /// @@ -16200,7 +16200,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - System.Threading.Tasks.Task CreateClusterBulkactionGuestMigrateAsync(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterBulkactionGuestMigrateAsync(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestMigrate @@ -16213,7 +16213,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - System.Threading.Tasks.Task> CreateClusterBulkactionGuestMigrateWithHttpInfoAsync(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterBulkactionGuestMigrateWithHttpInfoAsync(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestShutdown /// @@ -16225,7 +16225,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - System.Threading.Tasks.Task CreateClusterBulkactionGuestShutdownAsync(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterBulkactionGuestShutdownAsync(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestShutdown @@ -16238,7 +16238,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - System.Threading.Tasks.Task> CreateClusterBulkactionGuestShutdownWithHttpInfoAsync(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterBulkactionGuestShutdownWithHttpInfoAsync(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestStart /// @@ -16250,7 +16250,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - System.Threading.Tasks.Task CreateClusterBulkactionGuestStartAsync(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterBulkactionGuestStartAsync(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestStart @@ -16263,7 +16263,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - System.Threading.Tasks.Task> CreateClusterBulkactionGuestStartWithHttpInfoAsync(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterBulkactionGuestStartWithHttpInfoAsync(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestSuspend /// @@ -16275,7 +16275,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - System.Threading.Tasks.Task CreateClusterBulkactionGuestSuspendAsync(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterBulkactionGuestSuspendAsync(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterBulkactionGuestSuspend @@ -16288,7 +16288,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - System.Threading.Tasks.Task> CreateClusterBulkactionGuestSuspendWithHttpInfoAsync(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterBulkactionGuestSuspendWithHttpInfoAsync(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfig /// @@ -16300,7 +16300,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterConfigAsync(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterConfigAsync(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfig @@ -16313,7 +16313,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterConfigWithHttpInfoAsync(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterConfigWithHttpInfoAsync(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfigJoin /// @@ -16325,7 +16325,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterConfigJoinAsync(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterConfigJoinAsync(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfigJoin @@ -16338,7 +16338,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterConfigJoinWithHttpInfoAsync(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterConfigJoinWithHttpInfoAsync(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfigNodesSingle /// @@ -16351,7 +16351,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterConfigNodesSingle200Response - System.Threading.Tasks.Task CreateClusterConfigNodesSingleAsync(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterConfigNodesSingleAsync(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterConfigNodesSingle @@ -16365,7 +16365,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterConfigNodesSingle200Response) - System.Threading.Tasks.Task> CreateClusterConfigNodesSingleWithHttpInfoAsync(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterConfigNodesSingleWithHttpInfoAsync(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallAliases /// @@ -16377,7 +16377,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterFirewallAliasesAsync(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterFirewallAliasesAsync(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallAliases @@ -16390,7 +16390,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterFirewallAliasesWithHttpInfoAsync(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterFirewallAliasesWithHttpInfoAsync(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallGroup /// @@ -16402,7 +16402,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterFirewallGroupAsync(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterFirewallGroupAsync(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallGroup @@ -16415,7 +16415,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterFirewallGroupWithHttpInfoAsync(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterFirewallGroupWithHttpInfoAsync(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallIPSet /// @@ -16427,7 +16427,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterFirewallIPSetAsync(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterFirewallIPSetAsync(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterFirewallIPSet @@ -16440,7 +16440,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterFirewallIPSetWithHttpInfoAsync(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterFirewallIPSetWithHttpInfoAsync(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaGroups /// @@ -16452,7 +16452,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterHaGroupsAsync(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterHaGroupsAsync(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaGroups @@ -16465,7 +16465,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterHaGroupsWithHttpInfoAsync(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterHaGroupsWithHttpInfoAsync(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResources /// @@ -16477,7 +16477,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterHaResourcesAsync(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterHaResourcesAsync(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResources @@ -16490,7 +16490,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterHaResourcesWithHttpInfoAsync(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterHaResourcesWithHttpInfoAsync(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResourcesSingleMigrate /// @@ -16503,7 +16503,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterHaResourcesSingleMigrate200Response - System.Threading.Tasks.Task CreateClusterHaResourcesSingleMigrateAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterHaResourcesSingleMigrateAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResourcesSingleMigrate @@ -16517,7 +16517,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterHaResourcesSingleMigrate200Response) - System.Threading.Tasks.Task> CreateClusterHaResourcesSingleMigrateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterHaResourcesSingleMigrateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResourcesSingleRelocate /// @@ -16530,7 +16530,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterHaResourcesSingleRelocate200Response - System.Threading.Tasks.Task CreateClusterHaResourcesSingleRelocateAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterHaResourcesSingleRelocateAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaResourcesSingleRelocate @@ -16544,7 +16544,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterHaResourcesSingleRelocate200Response) - System.Threading.Tasks.Task> CreateClusterHaResourcesSingleRelocateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterHaResourcesSingleRelocateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaRules /// @@ -16556,7 +16556,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterHaRulesAsync(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterHaRulesAsync(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterHaRules @@ -16569,7 +16569,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterHaRulesWithHttpInfoAsync(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterHaRulesWithHttpInfoAsync(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterJobsRealmsyncSingle /// @@ -16582,7 +16582,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterJobsRealmsyncSingleAsync(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterJobsRealmsyncSingleAsync(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterJobsRealmsyncSingle @@ -16596,7 +16596,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingDir /// @@ -16608,7 +16608,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterMappingDirAsync(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterMappingDirAsync(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingDir @@ -16621,7 +16621,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterMappingDirWithHttpInfoAsync(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterMappingDirWithHttpInfoAsync(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingPci /// @@ -16633,7 +16633,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterMappingPciAsync(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterMappingPciAsync(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingPci @@ -16646,7 +16646,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterMappingPciWithHttpInfoAsync(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterMappingPciWithHttpInfoAsync(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingUsb /// @@ -16658,7 +16658,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterMappingUsbAsync(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterMappingUsbAsync(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMappingUsb @@ -16671,7 +16671,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterMappingUsbWithHttpInfoAsync(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterMappingUsbWithHttpInfoAsync(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMetricsServerSingle /// @@ -16684,7 +16684,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterMetricsServerSingleAsync(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterMetricsServerSingleAsync(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterMetricsServerSingle @@ -16698,7 +16698,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterMetricsServerSingleWithHttpInfoAsync(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterMetricsServerSingleWithHttpInfoAsync(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsGotify /// @@ -16710,7 +16710,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsEndpointsGotifyAsync(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsEndpointsGotifyAsync(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsGotify @@ -16723,7 +16723,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsGotifyWithHttpInfoAsync(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsGotifyWithHttpInfoAsync(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsSendmail /// @@ -16735,7 +16735,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSendmailAsync(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSendmailAsync(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsSendmail @@ -16748,7 +16748,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSendmailWithHttpInfoAsync(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSendmailWithHttpInfoAsync(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsSmtp /// @@ -16760,7 +16760,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSmtpAsync(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSmtpAsync(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsSmtp @@ -16773,7 +16773,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSmtpWithHttpInfoAsync(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSmtpWithHttpInfoAsync(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsWebhook /// @@ -16785,7 +16785,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsEndpointsWebhookAsync(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsEndpointsWebhookAsync(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsEndpointsWebhook @@ -16798,7 +16798,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsWebhookWithHttpInfoAsync(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsWebhookWithHttpInfoAsync(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsMatchers /// @@ -16810,7 +16810,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsMatchersAsync(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsMatchersAsync(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsMatchers @@ -16823,7 +16823,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsMatchersWithHttpInfoAsync(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsMatchersWithHttpInfoAsync(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsTargetsSingleTest /// @@ -16836,7 +16836,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterNotificationsTargetsSingleTestAsync(string name, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterNotificationsTargetsSingleTestAsync(string name, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterNotificationsTargetsSingleTest @@ -16850,7 +16850,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterNotificationsTargetsSingleTestWithHttpInfoAsync(string name, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterNotificationsTargetsSingleTestWithHttpInfoAsync(string name, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterReplication /// @@ -16862,7 +16862,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterReplicationAsync(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterReplicationAsync(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterReplication @@ -16875,7 +16875,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterReplicationWithHttpInfoAsync(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterReplicationWithHttpInfoAsync(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNController /// @@ -16887,7 +16887,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSDNControllerAsync(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSDNControllerAsync(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNController @@ -16900,7 +16900,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSDNControllerWithHttpInfoAsync(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSDNControllerWithHttpInfoAsync(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNVnet /// @@ -16912,7 +16912,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSDNVnetAsync(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSDNVnetAsync(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNVnet @@ -16925,7 +16925,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSDNVnetWithHttpInfoAsync(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSDNVnetWithHttpInfoAsync(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNZone /// @@ -16937,7 +16937,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSDNZoneAsync(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSDNZoneAsync(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSDNZone @@ -16950,7 +16950,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSDNZoneWithHttpInfoAsync(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSDNZoneWithHttpInfoAsync(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnDns /// @@ -16962,7 +16962,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnDnsAsync(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnDnsAsync(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnDns @@ -16975,7 +16975,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnDnsWithHttpInfoAsync(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnDnsWithHttpInfoAsync(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnFabricsFabric /// @@ -16987,7 +16987,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnFabricsFabricAsync(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnFabricsFabricAsync(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnFabricsFabric @@ -17000,7 +17000,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnFabricsFabricWithHttpInfoAsync(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnFabricsFabricWithHttpInfoAsync(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnFabricsNodeSingle /// @@ -17013,7 +17013,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnFabricsNodeSingleAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnFabricsNodeSingleAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnFabricsNodeSingle @@ -17027,7 +17027,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnFabricsNodeSingleWithHttpInfoAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnFabricsNodeSingleWithHttpInfoAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnIpams /// @@ -17039,7 +17039,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnIpamsAsync(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnIpamsAsync(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnIpams @@ -17052,7 +17052,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnIpamsWithHttpInfoAsync(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnIpamsWithHttpInfoAsync(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnLock /// @@ -17064,7 +17064,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnLockAsync(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnLockAsync(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnLock @@ -17077,7 +17077,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnLockWithHttpInfoAsync(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnLockWithHttpInfoAsync(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnRollback /// @@ -17089,7 +17089,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnRollbackAsync(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnRollbackAsync(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnRollback @@ -17102,7 +17102,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnRollbackWithHttpInfoAsync(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnRollbackWithHttpInfoAsync(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleFirewallRules /// @@ -17115,7 +17115,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnVnetsSingleFirewallRulesAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnVnetsSingleFirewallRulesAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleFirewallRules @@ -17129,7 +17129,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleIps /// @@ -17142,7 +17142,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnVnetsSingleIpsAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnVnetsSingleIpsAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleIps @@ -17156,7 +17156,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleSubnets /// @@ -17169,7 +17169,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateClusterSdnVnetsSingleSubnetsAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateClusterSdnVnetsSingleSubnetsAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createClusterSdnVnetsSingleSubnets @@ -17183,7 +17183,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleSubnetsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleSubnetsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodeFirewallRule /// @@ -17196,7 +17196,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodeFirewallRuleAsync(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodeFirewallRuleAsync(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodeFirewallRule @@ -17210,7 +17210,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodeFirewallRuleWithHttpInfoAsync(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodeFirewallRuleWithHttpInfoAsync(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAplinfo /// @@ -17223,7 +17223,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleAplinfoAsync(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleAplinfoAsync(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAplinfo @@ -17237,7 +17237,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleAplinfoWithHttpInfoAsync(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleAplinfoWithHttpInfoAsync(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAptRepositories /// @@ -17250,7 +17250,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleAptRepositoriesAsync(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleAptRepositoriesAsync(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAptRepositories @@ -17264,7 +17264,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAptUpdate /// @@ -17277,7 +17277,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleAptUpdateAsync(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleAptUpdateAsync(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleAptUpdate @@ -17291,7 +17291,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleAptUpdateWithHttpInfoAsync(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleAptUpdateWithHttpInfoAsync(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephFsSingle /// @@ -17305,7 +17305,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephFsSingleAsync(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephFsSingleAsync(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephFsSingle @@ -17320,7 +17320,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephFsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephFsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephInit /// @@ -17333,7 +17333,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephInitAsync(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephInitAsync(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephInit @@ -17347,7 +17347,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephInitWithHttpInfoAsync(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephInitWithHttpInfoAsync(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMdsSingle /// @@ -17361,7 +17361,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephMdsSingleAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephMdsSingleAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMdsSingle @@ -17376,7 +17376,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephMdsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephMdsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMgrSingle /// @@ -17390,7 +17390,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephMgrSingleAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephMgrSingleAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMgrSingle @@ -17405,7 +17405,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephMgrSingleWithHttpInfoAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephMgrSingleWithHttpInfoAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMonSingle /// @@ -17419,7 +17419,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephMonSingleAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephMonSingleAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephMonSingle @@ -17434,7 +17434,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephMonSingleWithHttpInfoAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephMonSingleWithHttpInfoAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsd /// @@ -17447,7 +17447,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephOsdAsync(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephOsdAsync(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsd @@ -17461,7 +17461,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephOsdWithHttpInfoAsync(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephOsdWithHttpInfoAsync(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleIn /// @@ -17475,7 +17475,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleInAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleInAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleIn @@ -17490,7 +17490,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleInWithHttpInfoAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleInWithHttpInfoAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleOut /// @@ -17504,7 +17504,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleOutAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleOutAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleOut @@ -17519,7 +17519,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleOutWithHttpInfoAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleOutWithHttpInfoAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleScrub /// @@ -17533,7 +17533,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleScrubAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleScrubAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephOsdSingleScrub @@ -17548,7 +17548,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleScrubWithHttpInfoAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleScrubWithHttpInfoAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephPool /// @@ -17561,7 +17561,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephPoolAsync(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephPoolAsync(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephPool @@ -17575,7 +17575,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephPoolWithHttpInfoAsync(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephPoolWithHttpInfoAsync(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephRestart /// @@ -17588,7 +17588,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephRestartAsync(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephRestartAsync(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephRestart @@ -17602,7 +17602,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephRestartWithHttpInfoAsync(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephRestartWithHttpInfoAsync(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephStart /// @@ -17615,7 +17615,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephStartAsync(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephStartAsync(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephStart @@ -17629,7 +17629,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephStartWithHttpInfoAsync(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephStartWithHttpInfoAsync(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephStop /// @@ -17642,7 +17642,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCephStopAsync(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCephStopAsync(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCephStop @@ -17656,7 +17656,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCephStopWithHttpInfoAsync(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCephStopWithHttpInfoAsync(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCertificatesAcmeCertificate /// @@ -17669,7 +17669,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleCertificatesAcmeCertificateAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCertificatesAcmeCertificateAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCertificatesAcmeCertificate @@ -17683,7 +17683,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCertificatesCustom /// @@ -17696,7 +17696,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleCertificatesCustom200Response - System.Threading.Tasks.Task CreateNodesSingleCertificatesCustomAsync(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleCertificatesCustomAsync(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleCertificatesCustom @@ -17710,7 +17710,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleCertificatesCustom200Response) - System.Threading.Tasks.Task> CreateNodesSingleCertificatesCustomWithHttpInfoAsync(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleCertificatesCustomWithHttpInfoAsync(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksDirectory /// @@ -17723,7 +17723,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleDisksDirectoryAsync(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleDisksDirectoryAsync(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksDirectory @@ -17737,7 +17737,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleDisksDirectoryWithHttpInfoAsync(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleDisksDirectoryWithHttpInfoAsync(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksInitgpt /// @@ -17750,7 +17750,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleDisksInitgptAsync(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleDisksInitgptAsync(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksInitgpt @@ -17764,7 +17764,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleDisksInitgptWithHttpInfoAsync(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleDisksInitgptWithHttpInfoAsync(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksLvm /// @@ -17777,7 +17777,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleDisksLvmAsync(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleDisksLvmAsync(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksLvm @@ -17791,7 +17791,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleDisksLvmWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleDisksLvmWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksLvmthin /// @@ -17804,7 +17804,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleDisksLvmthinAsync(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleDisksLvmthinAsync(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksLvmthin @@ -17818,7 +17818,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleDisksLvmthinWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleDisksLvmthinWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksZfs /// @@ -17831,7 +17831,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleDisksZfsAsync(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleDisksZfsAsync(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleDisksZfs @@ -17845,7 +17845,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleDisksZfsWithHttpInfoAsync(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleDisksZfsWithHttpInfoAsync(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleExecute /// @@ -17858,7 +17858,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of GetCluster200Response - System.Threading.Tasks.Task CreateNodesSingleExecuteAsync(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleExecuteAsync(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleExecute @@ -17872,7 +17872,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (GetCluster200Response) - System.Threading.Tasks.Task> CreateNodesSingleExecuteWithHttpInfoAsync(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleExecuteWithHttpInfoAsync(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleHosts /// @@ -17885,7 +17885,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleHostsAsync(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleHostsAsync(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleHosts @@ -17899,7 +17899,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleHostsWithHttpInfoAsync(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleHostsWithHttpInfoAsync(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxc /// @@ -17912,7 +17912,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcAsync(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcAsync(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxc @@ -17926,7 +17926,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcWithHttpInfoAsync(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcWithHttpInfoAsync(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleClone /// @@ -17940,7 +17940,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleCloneAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleCloneAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleClone @@ -17955,7 +17955,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleCloneWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleCloneWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallAliases /// @@ -17969,7 +17969,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallAliases @@ -17984,7 +17984,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallIpset /// @@ -17998,7 +17998,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallIpset @@ -18013,7 +18013,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallIpsetSingle /// @@ -18028,7 +18028,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetSingleAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetSingleAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallIpsetSingle @@ -18044,7 +18044,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfoAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfoAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallRules /// @@ -18058,7 +18058,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallRulesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallRulesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleFirewallRules @@ -18073,7 +18073,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallRulesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallRulesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMigrate /// @@ -18087,7 +18087,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleMigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleMigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMigrate @@ -18102,7 +18102,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMovevolume /// @@ -18116,7 +18116,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleMovevolumeAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleMovevolumeAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMovevolume @@ -18131,7 +18131,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMovevolumeWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMovevolumeWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMtunnel /// @@ -18145,7 +18145,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleMtunnelAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleMtunnelAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleMtunnel @@ -18160,7 +18160,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleRemotemigrate /// @@ -18174,7 +18174,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleRemotemigrate @@ -18189,7 +18189,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSnapshot /// @@ -18203,7 +18203,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSnapshot @@ -18218,7 +18218,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSnapshotSingleRollback /// @@ -18233,7 +18233,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotSingleRollbackAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotSingleRollbackAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSnapshotSingleRollback @@ -18249,7 +18249,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfoAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfoAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSpiceproxy /// @@ -18263,7 +18263,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleSpiceproxy @@ -18278,7 +18278,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusReboot /// @@ -18292,7 +18292,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusRebootAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusRebootAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusReboot @@ -18307,7 +18307,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusRebootWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusRebootWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusResume /// @@ -18321,7 +18321,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusResumeAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusResumeAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusResume @@ -18336,7 +18336,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusResumeWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusResumeWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusShutdown /// @@ -18350,7 +18350,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusShutdownAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusShutdownAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusShutdown @@ -18365,7 +18365,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusShutdownWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusShutdownWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusStart /// @@ -18379,7 +18379,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStartAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStartAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusStart @@ -18394,7 +18394,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStartWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStartWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusStop /// @@ -18408,7 +18408,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStopAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStopAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusStop @@ -18423,7 +18423,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStopWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStopWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusSuspend /// @@ -18437,7 +18437,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusSuspendAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusSuspendAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleStatusSuspend @@ -18452,7 +18452,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusSuspendWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusSuspendWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleTemplate /// @@ -18466,7 +18466,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleTemplateAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleTemplateAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleTemplate @@ -18481,7 +18481,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTemplateWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTemplateWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleTermproxy /// @@ -18495,7 +18495,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleTermproxyAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleTermproxyAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleTermproxy @@ -18510,7 +18510,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTermproxyWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTermproxyWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleVncproxy /// @@ -18524,7 +18524,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleLxcSingleVncproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleLxcSingleVncproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleLxcSingleVncproxy @@ -18539,7 +18539,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleLxcSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleLxcSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleMigrateall /// @@ -18552,7 +18552,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleMigrateallAsync(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleMigrateallAsync(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleMigrateall @@ -18566,7 +18566,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleMigrateallWithHttpInfoAsync(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleMigrateallWithHttpInfoAsync(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleNetwork /// @@ -18579,7 +18579,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleNetworkAsync(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleNetworkAsync(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleNetwork @@ -18593,7 +18593,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleNetworkWithHttpInfoAsync(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleNetworkWithHttpInfoAsync(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgent /// @@ -18607,7 +18607,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgent @@ -18622,7 +18622,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentExec /// @@ -18636,7 +18636,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgentExec200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentExecAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentExecAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentExec @@ -18651,7 +18651,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgentExec200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentExecWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentExecWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFilewrite /// @@ -18665,7 +18665,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFilewriteAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFilewriteAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFilewrite @@ -18680,7 +18680,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezefreeze /// @@ -18694,7 +18694,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezefreezeAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezefreezeAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezefreeze @@ -18709,7 +18709,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezestatus /// @@ -18723,7 +18723,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezestatusAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezestatusAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezestatus @@ -18738,7 +18738,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezethaw /// @@ -18752,7 +18752,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezethawAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezethawAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFsfreezethaw @@ -18767,7 +18767,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFstrim /// @@ -18781,7 +18781,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFstrimAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFstrimAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentFstrim @@ -18796,7 +18796,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFstrimWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFstrimWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentPing /// @@ -18810,7 +18810,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentPingAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentPingAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentPing @@ -18825,7 +18825,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentPingWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentPingWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSetuserpassword /// @@ -18839,7 +18839,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSetuserpasswordAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSetuserpasswordAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSetuserpassword @@ -18854,7 +18854,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentShutdown /// @@ -18868,7 +18868,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentShutdownAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentShutdownAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentShutdown @@ -18883,7 +18883,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentShutdownWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentShutdownWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspenddisk /// @@ -18897,7 +18897,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspenddiskAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspenddiskAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspenddisk @@ -18912,7 +18912,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspendhybrid /// @@ -18926,7 +18926,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendhybridAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendhybridAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspendhybrid @@ -18941,7 +18941,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspendram /// @@ -18955,7 +18955,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendramAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendramAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleAgentSuspendram @@ -18970,7 +18970,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleDbusvmstate /// @@ -18984,7 +18984,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleDbusvmstateAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleDbusvmstateAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleDbusvmstate @@ -18999,7 +18999,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleDbusvmstateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleDbusvmstateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleFirewallAliases /// @@ -19013,7 +19013,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleFirewallAliases @@ -19028,7 +19028,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMigrate /// @@ -19042,7 +19042,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleMigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleMigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMigrate @@ -19057,7 +19057,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMonitor /// @@ -19071,7 +19071,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleMonitorAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleMonitorAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMonitor @@ -19086,7 +19086,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMonitorWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMonitorWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMovedisk /// @@ -19100,7 +19100,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleMovediskAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleMovediskAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMovedisk @@ -19115,7 +19115,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMovediskWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMovediskWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMtunnel /// @@ -19129,7 +19129,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleMtunnelAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleMtunnelAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleMtunnel @@ -19144,7 +19144,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleRemotemigrate /// @@ -19158,7 +19158,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleRemotemigrate @@ -19173,7 +19173,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleSpiceproxy /// @@ -19187,7 +19187,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleSpiceproxy @@ -19202,7 +19202,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleTemplate /// @@ -19216,7 +19216,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleTemplateAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleTemplateAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleTemplate @@ -19231,7 +19231,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTemplateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTemplateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleTermproxy /// @@ -19245,7 +19245,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleTermproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleTermproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleTermproxy @@ -19260,7 +19260,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTermproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTermproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleVncproxy /// @@ -19274,7 +19274,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleQemuSingleVncproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleQemuSingleVncproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleQemuSingleVncproxy @@ -19289,7 +19289,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleQemuSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleQemuSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleReplicationSingleSchedulenow /// @@ -19303,7 +19303,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleReplicationSingleSchedulenowAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleReplicationSingleSchedulenowAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleReplicationSingleSchedulenow @@ -19318,7 +19318,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleReplicationSingleSchedulenowWithHttpInfoAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleReplicationSingleSchedulenowWithHttpInfoAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleReload /// @@ -19332,7 +19332,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleServicesSingleReloadAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleServicesSingleReloadAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleReload @@ -19347,7 +19347,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleServicesSingleReloadWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleServicesSingleReloadWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleRestart /// @@ -19361,7 +19361,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleServicesSingleRestartAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleServicesSingleRestartAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleRestart @@ -19376,7 +19376,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleServicesSingleRestartWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleServicesSingleRestartWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleStart /// @@ -19390,7 +19390,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleServicesSingleStartAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleServicesSingleStartAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleStart @@ -19405,7 +19405,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStartWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStartWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleStop /// @@ -19419,7 +19419,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleServicesSingleStopAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleServicesSingleStopAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleServicesSingleStop @@ -19434,7 +19434,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStopWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStopWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSpiceshell /// @@ -19447,7 +19447,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - System.Threading.Tasks.Task CreateNodesSingleSpiceshellAsync(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleSpiceshellAsync(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSpiceshell @@ -19461,7 +19461,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - System.Threading.Tasks.Task> CreateNodesSingleSpiceshellWithHttpInfoAsync(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleSpiceshellWithHttpInfoAsync(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStartall /// @@ -19474,7 +19474,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStartallAsync(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStartallAsync(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStartall @@ -19488,7 +19488,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStartallWithHttpInfoAsync(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStartallWithHttpInfoAsync(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStatus /// @@ -19501,7 +19501,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStatusAsync(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStatusAsync(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStatus @@ -19515,7 +19515,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStatusWithHttpInfoAsync(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStatusWithHttpInfoAsync(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStopall /// @@ -19528,7 +19528,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStopallAsync(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStopallAsync(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStopall @@ -19542,7 +19542,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStopallWithHttpInfoAsync(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStopallWithHttpInfoAsync(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleContent /// @@ -19556,7 +19556,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleStorageSingleContent200Response - System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleContent @@ -19571,7 +19571,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleStorageSingleContent200Response) - System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleContentSingle /// @@ -19586,7 +19586,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleContentSingle @@ -19602,7 +19602,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleDownloadurl /// @@ -19616,7 +19616,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStorageSingleDownloadurlAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStorageSingleDownloadurlAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleDownloadurl @@ -19631,7 +19631,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStorageSingleDownloadurlWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStorageSingleDownloadurlWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleOciregistrypull /// @@ -19645,7 +19645,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStorageSingleOciregistrypullAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStorageSingleOciregistrypullAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleOciregistrypull @@ -19660,7 +19660,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStorageSingleOciregistrypullWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStorageSingleOciregistrypullWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleUpload /// @@ -19674,7 +19674,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleStorageSingleUploadAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleStorageSingleUploadAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleStorageSingleUpload @@ -19689,7 +19689,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleStorageSingleUploadWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleStorageSingleUploadWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSubscription /// @@ -19702,7 +19702,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleSubscriptionAsync(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleSubscriptionAsync(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSubscription @@ -19716,7 +19716,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleSubscriptionWithHttpInfoAsync(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleSubscriptionWithHttpInfoAsync(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSuspendall /// @@ -19729,7 +19729,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleSuspendallAsync(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleSuspendallAsync(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleSuspendall @@ -19743,7 +19743,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleSuspendallWithHttpInfoAsync(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleSuspendallWithHttpInfoAsync(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleTermproxy /// @@ -19756,7 +19756,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleTermproxyAsync(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleTermproxyAsync(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleTermproxy @@ -19770,7 +19770,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleTermproxyWithHttpInfoAsync(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleTermproxyWithHttpInfoAsync(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleVncshell /// @@ -19783,7 +19783,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleVncshellAsync(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleVncshellAsync(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleVncshell @@ -19797,7 +19797,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleVncshellWithHttpInfoAsync(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleVncshellWithHttpInfoAsync(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleVzdump /// @@ -19810,7 +19810,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateNodesSingleVzdumpAsync(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleVzdumpAsync(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleVzdump @@ -19824,7 +19824,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateNodesSingleVzdumpWithHttpInfoAsync(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleVzdumpWithHttpInfoAsync(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleWakeonlan /// @@ -19837,7 +19837,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleWakeonlan200Response - System.Threading.Tasks.Task CreateNodesSingleWakeonlanAsync(string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateNodesSingleWakeonlanAsync(string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createNodesSingleWakeonlan @@ -19851,7 +19851,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleWakeonlan200Response) - System.Threading.Tasks.Task> CreateNodesSingleWakeonlanWithHttpInfoAsync(string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateNodesSingleWakeonlanWithHttpInfoAsync(string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createPool /// @@ -19863,7 +19863,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreatePoolAsync(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreatePoolAsync(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createPool @@ -19876,7 +19876,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreatePoolWithHttpInfoAsync(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreatePoolWithHttpInfoAsync(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createStorage /// @@ -19888,7 +19888,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateStorage200Response - System.Threading.Tasks.Task CreateStorageAsync(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateStorageAsync(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createStorage @@ -19901,7 +19901,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateStorage200Response) - System.Threading.Tasks.Task> CreateStorageWithHttpInfoAsync(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateStorageWithHttpInfoAsync(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVM /// @@ -19914,7 +19914,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateVMAsync(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateVMAsync(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVM @@ -19928,7 +19928,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateVMWithHttpInfoAsync(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateVMWithHttpInfoAsync(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMFirewallIPSet /// @@ -19942,7 +19942,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateVMFirewallIPSetAsync(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateVMFirewallIPSetAsync(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMFirewallIPSet @@ -19957,7 +19957,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateVMFirewallIPSetWithHttpInfoAsync(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateVMFirewallIPSetWithHttpInfoAsync(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMFirewallRule /// @@ -19971,7 +19971,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task CreateVMFirewallRuleAsync(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateVMFirewallRuleAsync(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMFirewallRule @@ -19986,7 +19986,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> CreateVMFirewallRuleWithHttpInfoAsync(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateVMFirewallRuleWithHttpInfoAsync(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMSnapshot /// @@ -20000,7 +20000,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task CreateVMSnapshotAsync(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task CreateVMSnapshotAsync(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// createVMSnapshot @@ -20015,7 +20015,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> CreateVMSnapshotWithHttpInfoAsync(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateVMSnapshotWithHttpInfoAsync(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// deleteAccessDomainsSingle /// @@ -30056,7 +30056,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task RebootVMAsync(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task RebootVMAsync(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// rebootVM @@ -30071,7 +30071,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> RebootVMWithHttpInfoAsync(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> RebootVMWithHttpInfoAsync(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// removeClusterFirewallGroupRule /// @@ -30195,7 +30195,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task ResetVMAsync(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task ResetVMAsync(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// resetVM @@ -30210,7 +30210,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> ResetVMWithHttpInfoAsync(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> ResetVMWithHttpInfoAsync(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// resizeVMDisk /// @@ -30224,7 +30224,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task ResizeVMDiskAsync(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task ResizeVMDiskAsync(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// resizeVMDisk @@ -30239,7 +30239,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> ResizeVMDiskWithHttpInfoAsync(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> ResizeVMDiskWithHttpInfoAsync(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// resumeVM /// @@ -30253,7 +30253,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task ResumeVMAsync(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task ResumeVMAsync(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// resumeVM @@ -30268,7 +30268,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> ResumeVMWithHttpInfoAsync(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> ResumeVMWithHttpInfoAsync(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// rollbackVMSnapshot /// @@ -30283,7 +30283,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task RollbackVMSnapshotAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task RollbackVMSnapshotAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// rollbackVMSnapshot @@ -30299,7 +30299,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> RollbackVMSnapshotWithHttpInfoAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> RollbackVMSnapshotWithHttpInfoAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// shutdownVM /// @@ -30313,7 +30313,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task ShutdownVMAsync(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task ShutdownVMAsync(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// shutdownVM @@ -30328,7 +30328,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> ShutdownVMWithHttpInfoAsync(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> ShutdownVMWithHttpInfoAsync(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// startVM /// @@ -30342,7 +30342,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task StartVMAsync(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task StartVMAsync(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// startVM @@ -30357,7 +30357,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> StartVMWithHttpInfoAsync(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> StartVMWithHttpInfoAsync(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// stopNodeTask /// @@ -30398,7 +30398,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task StopVMAsync(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task StopVMAsync(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// stopVM @@ -30413,7 +30413,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> StopVMWithHttpInfoAsync(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> StopVMWithHttpInfoAsync(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// suspendVM /// @@ -30427,7 +30427,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task SuspendVMAsync(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task SuspendVMAsync(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// suspendVM @@ -30442,7 +30442,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> SuspendVMWithHttpInfoAsync(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> SuspendVMWithHttpInfoAsync(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// unlinkVMDiskImages /// @@ -30456,7 +30456,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UnlinkVMDiskImagesAsync(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UnlinkVMDiskImagesAsync(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// unlinkVMDiskImages @@ -30471,7 +30471,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UnlinkVMDiskImagesWithHttpInfoAsync(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UnlinkVMDiskImagesWithHttpInfoAsync(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessAcl /// @@ -30483,7 +30483,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessAclAsync(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessAclAsync(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessAcl @@ -30496,7 +30496,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessAclWithHttpInfoAsync(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessAclWithHttpInfoAsync(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessDomainsSingle /// @@ -30509,7 +30509,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessDomainsSingleAsync(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessDomainsSingleAsync(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessDomainsSingle @@ -30523,7 +30523,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessDomainsSingleWithHttpInfoAsync(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessDomainsSingleWithHttpInfoAsync(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessGroupsSingle /// @@ -30536,7 +30536,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessGroupsSingleAsync(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessGroupsSingleAsync(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessGroupsSingle @@ -30550,7 +30550,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessGroupsSingleWithHttpInfoAsync(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessGroupsSingleWithHttpInfoAsync(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessPassword /// @@ -30562,7 +30562,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessPasswordAsync(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessPasswordAsync(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessPassword @@ -30575,7 +30575,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessPasswordWithHttpInfoAsync(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessPasswordWithHttpInfoAsync(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessRolesSingle /// @@ -30588,7 +30588,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessRolesSingleAsync(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessRolesSingleAsync(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessRolesSingle @@ -30602,7 +30602,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessRolesSingleWithHttpInfoAsync(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessRolesSingleWithHttpInfoAsync(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessTfaSingleSingle /// @@ -30616,7 +30616,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessTfaSingleSingleAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessTfaSingleSingleAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessTfaSingleSingle @@ -30631,7 +30631,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessTfaSingleSingleWithHttpInfoAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessTfaSingleSingleWithHttpInfoAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingle /// @@ -30644,7 +30644,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateAccessUsersSingleAsync(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessUsersSingleAsync(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingle @@ -30658,7 +30658,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateAccessUsersSingleWithHttpInfoAsync(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessUsersSingleWithHttpInfoAsync(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingleTokenSingle /// @@ -30672,7 +30672,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of UpdateAccessUsersSingleTokenSingle200Response - System.Threading.Tasks.Task UpdateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingleTokenSingle @@ -30687,7 +30687,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (UpdateAccessUsersSingleTokenSingle200Response) - System.Threading.Tasks.Task> UpdateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingleUnlocktfa /// @@ -30700,7 +30700,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of GetClusterCephFlagsSingle200Response - System.Threading.Tasks.Task UpdateAccessUsersSingleUnlocktfaAsync(string userid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateAccessUsersSingleUnlocktfaAsync(string userid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateAccessUsersSingleUnlocktfa @@ -30714,7 +30714,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (GetClusterCephFlagsSingle200Response) - System.Threading.Tasks.Task> UpdateAccessUsersSingleUnlocktfaWithHttpInfoAsync(string userid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateAccessUsersSingleUnlocktfaWithHttpInfoAsync(string userid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterAcmeAccountSingle /// @@ -30727,7 +30727,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterAcmeAccountSingleAsync(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterAcmeAccountSingleAsync(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterAcmeAccountSingle @@ -30741,7 +30741,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterAcmeAccountSingleWithHttpInfoAsync(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterAcmeAccountSingleWithHttpInfoAsync(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterAcmePluginsSingle /// @@ -30754,7 +30754,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterAcmePluginsSingleAsync(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterAcmePluginsSingleAsync(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterAcmePluginsSingle @@ -30768,7 +30768,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterAcmePluginsSingleWithHttpInfoAsync(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterAcmePluginsSingleWithHttpInfoAsync(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterBackupSingle /// @@ -30781,7 +30781,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterBackupSingleAsync(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterBackupSingleAsync(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterBackupSingle @@ -30795,7 +30795,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterBackupSingleWithHttpInfoAsync(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterBackupSingleWithHttpInfoAsync(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterCephFlags /// @@ -30807,7 +30807,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterCephFlagsAsync(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterCephFlagsAsync(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterCephFlags @@ -30820,7 +30820,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterCephFlagsWithHttpInfoAsync(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterCephFlagsWithHttpInfoAsync(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterCephFlagsSingle /// @@ -30833,7 +30833,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterCephFlagsSingleAsync(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterCephFlagsSingleAsync(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterCephFlagsSingle @@ -30847,7 +30847,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterCephFlagsSingleWithHttpInfoAsync(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterCephFlagsSingleWithHttpInfoAsync(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallAliasesSingle /// @@ -30860,7 +30860,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterFirewallAliasesSingleAsync(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterFirewallAliasesSingleAsync(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallAliasesSingle @@ -30874,7 +30874,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterFirewallAliasesSingleWithHttpInfoAsync(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterFirewallAliasesSingleWithHttpInfoAsync(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallGroupRule /// @@ -30888,7 +30888,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterFirewallGroupRuleAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterFirewallGroupRuleAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallGroupRule @@ -30903,7 +30903,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterFirewallGroupRuleWithHttpInfoAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterFirewallGroupRuleWithHttpInfoAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallIPSetIP /// @@ -30917,7 +30917,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterFirewallIPSetIPAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterFirewallIPSetIPAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallIPSetIP @@ -30932,7 +30932,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallOptions /// @@ -30944,7 +30944,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterFirewallOptionsAsync(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterFirewallOptionsAsync(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallOptions @@ -30957,7 +30957,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterFirewallOptionsWithHttpInfoAsync(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterFirewallOptionsWithHttpInfoAsync(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallRule /// @@ -30970,7 +30970,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterFirewallRuleAsync(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterFirewallRuleAsync(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterFirewallRule @@ -30984,7 +30984,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterFirewallRuleWithHttpInfoAsync(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterFirewallRuleWithHttpInfoAsync(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaGroupsSingle /// @@ -30997,7 +30997,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterHaGroupsSingleAsync(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterHaGroupsSingleAsync(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaGroupsSingle @@ -31011,7 +31011,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterHaGroupsSingleWithHttpInfoAsync(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterHaGroupsSingleWithHttpInfoAsync(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaResourcesSingle /// @@ -31024,7 +31024,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterHaResourcesSingleAsync(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterHaResourcesSingleAsync(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaResourcesSingle @@ -31038,7 +31038,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterHaResourcesSingleWithHttpInfoAsync(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterHaResourcesSingleWithHttpInfoAsync(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaRulesSingle /// @@ -31051,7 +31051,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterHaRulesSingleAsync(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterHaRulesSingleAsync(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterHaRulesSingle @@ -31065,7 +31065,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterHaRulesSingleWithHttpInfoAsync(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterHaRulesSingleWithHttpInfoAsync(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterJobsRealmsyncSingle /// @@ -31078,7 +31078,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterJobsRealmsyncSingleAsync(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterJobsRealmsyncSingleAsync(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterJobsRealmsyncSingle @@ -31092,7 +31092,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingDirSingle /// @@ -31105,7 +31105,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterMappingDirSingleAsync(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterMappingDirSingleAsync(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingDirSingle @@ -31119,7 +31119,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterMappingDirSingleWithHttpInfoAsync(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterMappingDirSingleWithHttpInfoAsync(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingPciSingle /// @@ -31132,7 +31132,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterMappingPciSingleAsync(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterMappingPciSingleAsync(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingPciSingle @@ -31146,7 +31146,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterMappingPciSingleWithHttpInfoAsync(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterMappingPciSingleWithHttpInfoAsync(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingUsbSingle /// @@ -31159,7 +31159,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterMappingUsbSingleAsync(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterMappingUsbSingleAsync(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMappingUsbSingle @@ -31173,7 +31173,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterMappingUsbSingleWithHttpInfoAsync(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterMappingUsbSingleWithHttpInfoAsync(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMetricsServerSingle /// @@ -31186,7 +31186,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterMetricsServerSingleAsync(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterMetricsServerSingleAsync(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterMetricsServerSingle @@ -31200,7 +31200,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterMetricsServerSingleWithHttpInfoAsync(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterMetricsServerSingleWithHttpInfoAsync(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsGotifySingle /// @@ -31213,7 +31213,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsGotifySingleAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsGotifySingleAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsGotifySingle @@ -31227,7 +31227,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsSendmailSingle /// @@ -31240,7 +31240,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSendmailSingleAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSendmailSingleAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsSendmailSingle @@ -31254,7 +31254,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsSmtpSingle /// @@ -31267,7 +31267,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSmtpSingleAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSmtpSingleAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsSmtpSingle @@ -31281,7 +31281,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsWebhookSingle /// @@ -31294,7 +31294,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsWebhookSingleAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsWebhookSingleAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsEndpointsWebhookSingle @@ -31308,7 +31308,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsMatchersSingle /// @@ -31321,7 +31321,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterNotificationsMatchersSingleAsync(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterNotificationsMatchersSingleAsync(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterNotificationsMatchersSingle @@ -31335,7 +31335,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterNotificationsMatchersSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterNotificationsMatchersSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterOptions /// @@ -31347,7 +31347,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterOptionsAsync(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterOptionsAsync(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterOptions @@ -31360,7 +31360,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterOptionsWithHttpInfoAsync(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterOptionsWithHttpInfoAsync(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterReplicationSingle /// @@ -31373,7 +31373,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterReplicationSingleAsync(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterReplicationSingleAsync(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterReplicationSingle @@ -31387,7 +31387,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterReplicationSingleWithHttpInfoAsync(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterReplicationSingleWithHttpInfoAsync(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDN /// @@ -31399,7 +31399,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSDNAsync(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSDNAsync(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDN @@ -31412,7 +31412,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSDNWithHttpInfoAsync(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSDNWithHttpInfoAsync(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNController /// @@ -31425,7 +31425,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSDNControllerAsync(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSDNControllerAsync(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNController @@ -31439,7 +31439,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSDNControllerWithHttpInfoAsync(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSDNControllerWithHttpInfoAsync(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNVnet /// @@ -31452,7 +31452,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSDNVnetAsync(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSDNVnetAsync(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNVnet @@ -31466,7 +31466,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSDNVnetWithHttpInfoAsync(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSDNVnetWithHttpInfoAsync(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNZone /// @@ -31479,7 +31479,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSDNZoneAsync(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSDNZoneAsync(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSDNZone @@ -31493,7 +31493,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSDNZoneWithHttpInfoAsync(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSDNZoneWithHttpInfoAsync(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnDnsSingle /// @@ -31506,7 +31506,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnDnsSingleAsync(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnDnsSingleAsync(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnDnsSingle @@ -31520,7 +31520,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnDnsSingleWithHttpInfoAsync(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnDnsSingleWithHttpInfoAsync(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnFabricsFabricSingle /// @@ -31533,7 +31533,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnFabricsFabricSingleAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnFabricsFabricSingleAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnFabricsFabricSingle @@ -31547,7 +31547,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnFabricsFabricSingleWithHttpInfoAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnFabricsFabricSingleWithHttpInfoAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnFabricsNodeSingleSingle /// @@ -31561,7 +31561,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnFabricsNodeSingleSingleAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnFabricsNodeSingleSingleAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnFabricsNodeSingleSingle @@ -31576,7 +31576,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfoAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfoAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnIpamsSingle /// @@ -31589,7 +31589,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnIpamsSingleAsync(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnIpamsSingleAsync(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnIpamsSingle @@ -31603,7 +31603,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnIpamsSingleWithHttpInfoAsync(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnIpamsSingleWithHttpInfoAsync(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleFirewallOptions /// @@ -31616,7 +31616,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallOptionsAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallOptionsAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleFirewallOptions @@ -31630,7 +31630,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleFirewallRulesSingle /// @@ -31644,7 +31644,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallRulesSingleAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallRulesSingleAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleFirewallRulesSingle @@ -31659,7 +31659,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfoAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfoAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleIps /// @@ -31672,7 +31672,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleIpsAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleIpsAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleIps @@ -31686,7 +31686,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleSubnetsSingle /// @@ -31700,7 +31700,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleSubnetsSingleAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleSubnetsSingleAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateClusterSdnVnetsSingleSubnetsSingle @@ -31715,7 +31715,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfoAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfoAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodeFirewallOptions /// @@ -31728,7 +31728,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodeFirewallOptionsAsync(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodeFirewallOptionsAsync(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodeFirewallOptions @@ -31742,7 +31742,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodeFirewallOptionsWithHttpInfoAsync(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodeFirewallOptionsWithHttpInfoAsync(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodeFirewallRule /// @@ -31756,7 +31756,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodeFirewallRuleAsync(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodeFirewallRuleAsync(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodeFirewallRule @@ -31771,7 +31771,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodeFirewallRuleWithHttpInfoAsync(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodeFirewallRuleWithHttpInfoAsync(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleAptRepositories /// @@ -31784,7 +31784,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleAptRepositoriesAsync(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleAptRepositoriesAsync(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleAptRepositories @@ -31798,7 +31798,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleCephPoolSingle /// @@ -31812,7 +31812,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleCephPoolSingleAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleCephPoolSingleAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleCephPoolSingle @@ -31827,7 +31827,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleCephPoolSingleWithHttpInfoAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleCephPoolSingleWithHttpInfoAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleCertificatesAcmeCertificate /// @@ -31840,7 +31840,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleCertificatesAcmeCertificateAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleCertificatesAcmeCertificateAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleCertificatesAcmeCertificate @@ -31854,7 +31854,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleConfig /// @@ -31867,7 +31867,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleConfigAsync(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleConfigAsync(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleConfig @@ -31881,7 +31881,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleConfigWithHttpInfoAsync(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleConfigWithHttpInfoAsync(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleDisksWipedisk /// @@ -31894,7 +31894,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleDisksWipediskAsync(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleDisksWipediskAsync(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleDisksWipedisk @@ -31908,7 +31908,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleDisksWipediskWithHttpInfoAsync(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleDisksWipediskWithHttpInfoAsync(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleDns /// @@ -31921,7 +31921,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleDnsAsync(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleDnsAsync(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleDns @@ -31935,7 +31935,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleDnsWithHttpInfoAsync(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleDnsWithHttpInfoAsync(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleConfig /// @@ -31949,7 +31949,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleConfigAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleConfigAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleConfig @@ -31964,7 +31964,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleConfigWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleConfigWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallAliasesSingle /// @@ -31979,7 +31979,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallAliasesSingle @@ -31995,7 +31995,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallIpsetSingleSingle /// @@ -32011,7 +32011,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallIpsetSingleSingle @@ -32028,7 +32028,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallOptions /// @@ -32042,7 +32042,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallOptionsAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallOptionsAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallOptions @@ -32057,7 +32057,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallRulesSingle /// @@ -32072,7 +32072,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallRulesSingleAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallRulesSingleAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleFirewallRulesSingle @@ -32088,7 +32088,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfoAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfoAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleResize /// @@ -32102,7 +32102,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleResizeAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleResizeAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleResize @@ -32117,7 +32117,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleResizeWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleResizeWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleSnapshotSingleConfig /// @@ -32132,7 +32132,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleLxcSingleSnapshotSingleConfigAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleLxcSingleSnapshotSingleConfigAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleLxcSingleSnapshotSingleConfig @@ -32148,7 +32148,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleNetwork /// @@ -32161,7 +32161,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleNetworkAsync(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleNetworkAsync(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleNetwork @@ -32175,7 +32175,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleNetworkWithHttpInfoAsync(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleNetworkWithHttpInfoAsync(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleNetworkSingle /// @@ -32189,7 +32189,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleNetworkSingleAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleNetworkSingleAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleNetworkSingle @@ -32204,7 +32204,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleNetworkSingleWithHttpInfoAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleNetworkSingleWithHttpInfoAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleCloudinit /// @@ -32218,7 +32218,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleQemuSingleCloudinitAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleQemuSingleCloudinitAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleCloudinit @@ -32233,7 +32233,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleCloudinitWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleCloudinitWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleFirewallAliasesSingle /// @@ -32248,7 +32248,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleQemuSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleQemuSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleFirewallAliasesSingle @@ -32264,7 +32264,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleSendkey /// @@ -32278,7 +32278,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleQemuSingleSendkeyAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleQemuSingleSendkeyAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleQemuSingleSendkey @@ -32293,7 +32293,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleSendkeyWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleSendkeyWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleStorageSingleContentSingle /// @@ -32308,7 +32308,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleStorageSingleContentSingle @@ -32324,7 +32324,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleSubscription /// @@ -32337,7 +32337,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleSubscriptionAsync(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleSubscriptionAsync(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleSubscription @@ -32351,7 +32351,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleSubscriptionWithHttpInfoAsync(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleSubscriptionWithHttpInfoAsync(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleTime /// @@ -32364,7 +32364,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateNodesSingleTimeAsync(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateNodesSingleTimeAsync(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateNodesSingleTime @@ -32378,7 +32378,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateNodesSingleTimeWithHttpInfoAsync(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateNodesSingleTimeWithHttpInfoAsync(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updatePool /// @@ -32391,7 +32391,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdatePoolAsync(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdatePoolAsync(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updatePool @@ -32405,7 +32405,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdatePoolWithHttpInfoAsync(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdatePoolWithHttpInfoAsync(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updatePools /// @@ -32417,7 +32417,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdatePoolsAsync(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdatePoolsAsync(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updatePools @@ -32430,7 +32430,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdatePoolsWithHttpInfoAsync(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdatePoolsWithHttpInfoAsync(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateStorageSingle /// @@ -32443,7 +32443,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateStorage200Response - System.Threading.Tasks.Task UpdateStorageSingleAsync(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateStorageSingleAsync(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateStorageSingle @@ -32457,7 +32457,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateStorage200Response) - System.Threading.Tasks.Task> UpdateStorageSingleWithHttpInfoAsync(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateStorageSingleWithHttpInfoAsync(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMConfig /// @@ -32471,7 +32471,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMConfigAsync(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMConfigAsync(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMConfig @@ -32486,7 +32486,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMConfigWithHttpInfoAsync(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMConfigWithHttpInfoAsync(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMConfigSync /// @@ -32500,7 +32500,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMConfigSyncAsync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMConfigSyncAsync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMConfigSync @@ -32515,7 +32515,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMConfigSyncWithHttpInfoAsync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMConfigSyncWithHttpInfoAsync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallIPSetIP /// @@ -32531,7 +32531,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMFirewallIPSetIPAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMFirewallIPSetIPAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallIPSetIP @@ -32548,7 +32548,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallOptions /// @@ -32562,7 +32562,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMFirewallOptionsAsync(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMFirewallOptionsAsync(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallOptions @@ -32577,7 +32577,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallRule /// @@ -32592,7 +32592,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMFirewallRuleAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMFirewallRuleAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMFirewallRule @@ -32608,7 +32608,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMFirewallRuleWithHttpInfoAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMFirewallRuleWithHttpInfoAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMSnapshotConfig /// @@ -32623,7 +32623,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - System.Threading.Tasks.Task UpdateVMSnapshotConfigAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task UpdateVMSnapshotConfigAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); /// /// updateVMSnapshotConfig @@ -32639,7 +32639,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - System.Threading.Tasks.Task> UpdateVMSnapshotConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateVMSnapshotConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)); #endregion Asynchronous Operations } @@ -32768,7 +32768,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response AddClusterFirewallGroupRule(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response AddClusterFirewallGroupRule(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = AddClusterFirewallGroupRuleWithHttpInfo(group, addClusterFirewallGroupRuleRequest); return localVarResponse.Data; @@ -32782,7 +32782,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse AddClusterFirewallGroupRuleWithHttpInfo(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse AddClusterFirewallGroupRuleWithHttpInfo(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0) { // verify the required parameter 'group' is set if (group == null) @@ -32844,7 +32844,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task AddClusterFirewallGroupRuleAsync(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task AddClusterFirewallGroupRuleAsync(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await AddClusterFirewallGroupRuleWithHttpInfoAsync(group, addClusterFirewallGroupRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -32859,7 +32859,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> AddClusterFirewallGroupRuleWithHttpInfoAsync(string group, AddClusterFirewallGroupRuleRequest? addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> AddClusterFirewallGroupRuleWithHttpInfoAsync(string group, AddClusterFirewallGroupRuleRequest addClusterFirewallGroupRuleRequest = default(AddClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'group' is set if (group == null) @@ -32921,7 +32921,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response AddClusterFirewallIPSetIP(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0) + public CreateClusterReplication200Response AddClusterFirewallIPSetIP(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = AddClusterFirewallIPSetIPWithHttpInfo(name, addClusterFirewallIPSetIPRequest); return localVarResponse.Data; @@ -32935,7 +32935,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse AddClusterFirewallIPSetIPWithHttpInfo(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse AddClusterFirewallIPSetIPWithHttpInfo(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -32997,7 +32997,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task AddClusterFirewallIPSetIPAsync(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task AddClusterFirewallIPSetIPAsync(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await AddClusterFirewallIPSetIPWithHttpInfoAsync(name, addClusterFirewallIPSetIPRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33012,7 +33012,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> AddClusterFirewallIPSetIPWithHttpInfoAsync(string name, AddClusterFirewallIPSetIPRequest? addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> AddClusterFirewallIPSetIPWithHttpInfoAsync(string name, AddClusterFirewallIPSetIPRequest addClusterFirewallIPSetIPRequest = default(AddClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -33073,7 +33073,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response AddClusterFirewallRule(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response AddClusterFirewallRule(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = AddClusterFirewallRuleWithHttpInfo(addClusterFirewallRuleRequest); return localVarResponse.Data; @@ -33086,7 +33086,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse AddClusterFirewallRuleWithHttpInfo(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse AddClusterFirewallRuleWithHttpInfo(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33140,7 +33140,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task AddClusterFirewallRuleAsync(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task AddClusterFirewallRuleAsync(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await AddClusterFirewallRuleWithHttpInfoAsync(addClusterFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33154,7 +33154,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> AddClusterFirewallRuleWithHttpInfoAsync(AddClusterFirewallRuleRequest? addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> AddClusterFirewallRuleWithHttpInfoAsync(AddClusterFirewallRuleRequest addClusterFirewallRuleRequest = default(AddClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33211,7 +33211,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response AddVMFirewallIPSetIP(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0) + public CreateClusterReplication200Response AddVMFirewallIPSetIP(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = AddVMFirewallIPSetIPWithHttpInfo(name, node, vmid, addVMFirewallIPSetIPRequest); return localVarResponse.Data; @@ -33227,7 +33227,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse AddVMFirewallIPSetIPWithHttpInfo(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse AddVMFirewallIPSetIPWithHttpInfo(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -33299,7 +33299,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task AddVMFirewallIPSetIPAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task AddVMFirewallIPSetIPAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await AddVMFirewallIPSetIPWithHttpInfoAsync(name, node, vmid, addVMFirewallIPSetIPRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33316,7 +33316,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> AddVMFirewallIPSetIPWithHttpInfoAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest? addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> AddVMFirewallIPSetIPWithHttpInfoAsync(string name, string node, int vmid, AddVMFirewallIPSetIPRequest addVMFirewallIPSetIPRequest = default(AddVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -33387,7 +33387,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CloneVM(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CloneVM(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CloneVMWithHttpInfo(node, vmid, cloneVMRequest); return localVarResponse.Data; @@ -33402,7 +33402,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CloneVMWithHttpInfo(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CloneVMWithHttpInfo(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -33466,7 +33466,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CloneVMAsync(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CloneVMAsync(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CloneVMWithHttpInfoAsync(node, vmid, cloneVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33482,7 +33482,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CloneVMWithHttpInfoAsync(string node, int vmid, CloneVMRequest? cloneVMRequest = default(CloneVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CloneVMWithHttpInfoAsync(string node, int vmid, CloneVMRequest cloneVMRequest = default(CloneVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -33544,7 +33544,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessDomains(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessDomains(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessDomainsWithHttpInfo(createAccessDomainsRequest); return localVarResponse.Data; @@ -33557,7 +33557,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessDomainsWithHttpInfo(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessDomainsWithHttpInfo(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33611,7 +33611,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessDomainsAsync(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessDomainsAsync(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessDomainsWithHttpInfoAsync(createAccessDomainsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33625,7 +33625,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessDomainsWithHttpInfoAsync(CreateAccessDomainsRequest? createAccessDomainsRequest = default(CreateAccessDomainsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessDomainsWithHttpInfoAsync(CreateAccessDomainsRequest createAccessDomainsRequest = default(CreateAccessDomainsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33680,7 +33680,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessDomainsSingleSync200Response - public CreateAccessDomainsSingleSync200Response CreateAccessDomainsSingleSync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0) + public CreateAccessDomainsSingleSync200Response CreateAccessDomainsSingleSync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessDomainsSingleSyncWithHttpInfo(realm, createAccessDomainsSingleSyncRequest); return localVarResponse.Data; @@ -33694,7 +33694,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessDomainsSingleSync200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessDomainsSingleSyncWithHttpInfo(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessDomainsSingleSyncWithHttpInfo(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0) { // verify the required parameter 'realm' is set if (realm == null) @@ -33756,7 +33756,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessDomainsSingleSync200Response - public async System.Threading.Tasks.Task CreateAccessDomainsSingleSyncAsync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessDomainsSingleSyncAsync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessDomainsSingleSyncWithHttpInfoAsync(realm, createAccessDomainsSingleSyncRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33771,7 +33771,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessDomainsSingleSync200Response) - public async System.Threading.Tasks.Task> CreateAccessDomainsSingleSyncWithHttpInfoAsync(string realm, CreateAccessDomainsSingleSyncRequest? createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessDomainsSingleSyncWithHttpInfoAsync(string realm, CreateAccessDomainsSingleSyncRequest createAccessDomainsSingleSyncRequest = default(CreateAccessDomainsSingleSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'realm' is set if (realm == null) @@ -33832,7 +33832,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessGroups(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessGroups(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessGroupsWithHttpInfo(createAccessGroupsRequest); return localVarResponse.Data; @@ -33845,7 +33845,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessGroupsWithHttpInfo(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessGroupsWithHttpInfo(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33899,7 +33899,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessGroupsAsync(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessGroupsAsync(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessGroupsWithHttpInfoAsync(createAccessGroupsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -33913,7 +33913,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessGroupsWithHttpInfoAsync(CreateAccessGroupsRequest? createAccessGroupsRequest = default(CreateAccessGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessGroupsWithHttpInfoAsync(CreateAccessGroupsRequest createAccessGroupsRequest = default(CreateAccessGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -33967,7 +33967,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessOpenidAuthurl200Response - public CreateAccessOpenidAuthurl200Response CreateAccessOpenidAuthurl(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0) + public CreateAccessOpenidAuthurl200Response CreateAccessOpenidAuthurl(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessOpenidAuthurlWithHttpInfo(createAccessOpenidAuthurlRequest); return localVarResponse.Data; @@ -33980,7 +33980,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessOpenidAuthurl200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessOpenidAuthurlWithHttpInfo(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessOpenidAuthurlWithHttpInfo(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34034,7 +34034,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessOpenidAuthurl200Response - public async System.Threading.Tasks.Task CreateAccessOpenidAuthurlAsync(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessOpenidAuthurlAsync(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessOpenidAuthurlWithHttpInfoAsync(createAccessOpenidAuthurlRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34048,7 +34048,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessOpenidAuthurl200Response) - public async System.Threading.Tasks.Task> CreateAccessOpenidAuthurlWithHttpInfoAsync(CreateAccessOpenidAuthurlRequest? createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessOpenidAuthurlWithHttpInfoAsync(CreateAccessOpenidAuthurlRequest createAccessOpenidAuthurlRequest = default(CreateAccessOpenidAuthurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34102,7 +34102,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessOpenidLogin(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessOpenidLogin(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessOpenidLoginWithHttpInfo(createAccessOpenidLoginRequest); return localVarResponse.Data; @@ -34115,7 +34115,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessOpenidLoginWithHttpInfo(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessOpenidLoginWithHttpInfo(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34169,7 +34169,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessOpenidLoginAsync(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessOpenidLoginAsync(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessOpenidLoginWithHttpInfoAsync(createAccessOpenidLoginRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34183,7 +34183,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessOpenidLoginWithHttpInfoAsync(CreateAccessOpenidLoginRequest? createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessOpenidLoginWithHttpInfoAsync(CreateAccessOpenidLoginRequest createAccessOpenidLoginRequest = default(CreateAccessOpenidLoginRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34237,7 +34237,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessRoles(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessRoles(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessRolesWithHttpInfo(createAccessRolesRequest); return localVarResponse.Data; @@ -34250,7 +34250,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessRolesWithHttpInfo(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessRolesWithHttpInfo(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34304,7 +34304,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessRolesAsync(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessRolesAsync(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessRolesWithHttpInfoAsync(createAccessRolesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34318,7 +34318,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessRolesWithHttpInfoAsync(CreateAccessRolesRequest? createAccessRolesRequest = default(CreateAccessRolesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessRolesWithHttpInfoAsync(CreateAccessRolesRequest createAccessRolesRequest = default(CreateAccessRolesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34373,7 +34373,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessTfaSingle200Response - public CreateAccessTfaSingle200Response CreateAccessTfaSingle(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0) + public CreateAccessTfaSingle200Response CreateAccessTfaSingle(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessTfaSingleWithHttpInfo(userid, createAccessTfaSingleRequest); return localVarResponse.Data; @@ -34387,7 +34387,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessTfaSingle200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessTfaSingleWithHttpInfo(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessTfaSingleWithHttpInfo(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0) { // verify the required parameter 'userid' is set if (userid == null) @@ -34449,7 +34449,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessTfaSingle200Response - public async System.Threading.Tasks.Task CreateAccessTfaSingleAsync(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessTfaSingleAsync(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessTfaSingleWithHttpInfoAsync(userid, createAccessTfaSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34464,7 +34464,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessTfaSingle200Response) - public async System.Threading.Tasks.Task> CreateAccessTfaSingleWithHttpInfoAsync(string userid, CreateAccessTfaSingleRequest? createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessTfaSingleWithHttpInfoAsync(string userid, CreateAccessTfaSingleRequest createAccessTfaSingleRequest = default(CreateAccessTfaSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'userid' is set if (userid == null) @@ -34525,7 +34525,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessTicket200Response - public CreateAccessTicket200Response CreateAccessTicket(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0) + public CreateAccessTicket200Response CreateAccessTicket(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessTicketWithHttpInfo(createAccessTicketRequest); return localVarResponse.Data; @@ -34538,7 +34538,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessTicket200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessTicketWithHttpInfo(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessTicketWithHttpInfo(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34592,7 +34592,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessTicket200Response - public async System.Threading.Tasks.Task CreateAccessTicketAsync(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessTicketAsync(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessTicketWithHttpInfoAsync(createAccessTicketRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34606,7 +34606,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessTicket200Response) - public async System.Threading.Tasks.Task> CreateAccessTicketWithHttpInfoAsync(CreateAccessTicketRequest? createAccessTicketRequest = default(CreateAccessTicketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessTicketWithHttpInfoAsync(CreateAccessTicketRequest createAccessTicketRequest = default(CreateAccessTicketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34660,7 +34660,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessUsers(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessUsers(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessUsersWithHttpInfo(createAccessUsersRequest); return localVarResponse.Data; @@ -34673,7 +34673,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessUsersWithHttpInfo(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessUsersWithHttpInfo(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34727,7 +34727,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessUsersAsync(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessUsersAsync(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessUsersWithHttpInfoAsync(createAccessUsersRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34741,7 +34741,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessUsersWithHttpInfoAsync(CreateAccessUsersRequest? createAccessUsersRequest = default(CreateAccessUsersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessUsersWithHttpInfoAsync(CreateAccessUsersRequest createAccessUsersRequest = default(CreateAccessUsersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -34797,7 +34797,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateAccessUsersSingleTokenSingle200Response - public CreateAccessUsersSingleTokenSingle200Response CreateAccessUsersSingleTokenSingle(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0) + public CreateAccessUsersSingleTokenSingle200Response CreateAccessUsersSingleTokenSingle(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessUsersSingleTokenSingleWithHttpInfo(tokenid, userid, createAccessUsersSingleTokenSingleRequest); return localVarResponse.Data; @@ -34812,7 +34812,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateAccessUsersSingleTokenSingle200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0) { // verify the required parameter 'tokenid' is set if (tokenid == null) @@ -34882,7 +34882,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateAccessUsersSingleTokenSingle200Response - public async System.Threading.Tasks.Task CreateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessUsersSingleTokenSingleWithHttpInfoAsync(tokenid, userid, createAccessUsersSingleTokenSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -34898,7 +34898,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateAccessUsersSingleTokenSingle200Response) - public async System.Threading.Tasks.Task> CreateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest? createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, CreateAccessUsersSingleTokenSingleRequest createAccessUsersSingleTokenSingleRequest = default(CreateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'tokenid' is set if (tokenid == null) @@ -34966,7 +34966,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateAccessVncticket(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateAccessVncticket(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateAccessVncticketWithHttpInfo(createAccessVncticketRequest); return localVarResponse.Data; @@ -34979,7 +34979,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateAccessVncticketWithHttpInfo(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateAccessVncticketWithHttpInfo(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35033,7 +35033,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateAccessVncticketAsync(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateAccessVncticketAsync(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateAccessVncticketWithHttpInfoAsync(createAccessVncticketRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35047,7 +35047,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateAccessVncticketWithHttpInfoAsync(CreateAccessVncticketRequest? createAccessVncticketRequest = default(CreateAccessVncticketRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateAccessVncticketWithHttpInfoAsync(CreateAccessVncticketRequest createAccessVncticketRequest = default(CreateAccessVncticketRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35101,7 +35101,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterAcmeAccount(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterAcmeAccount(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterAcmeAccountWithHttpInfo(createClusterAcmeAccountRequest); return localVarResponse.Data; @@ -35114,7 +35114,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterAcmeAccountWithHttpInfo(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterAcmeAccountWithHttpInfo(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35168,7 +35168,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterAcmeAccountAsync(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterAcmeAccountAsync(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterAcmeAccountWithHttpInfoAsync(createClusterAcmeAccountRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35182,7 +35182,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterAcmeAccountWithHttpInfoAsync(CreateClusterAcmeAccountRequest? createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterAcmeAccountWithHttpInfoAsync(CreateClusterAcmeAccountRequest createClusterAcmeAccountRequest = default(CreateClusterAcmeAccountRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35236,7 +35236,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterAcmePlugins(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterAcmePlugins(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterAcmePluginsWithHttpInfo(createClusterAcmePluginsRequest); return localVarResponse.Data; @@ -35249,7 +35249,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterAcmePluginsWithHttpInfo(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterAcmePluginsWithHttpInfo(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35303,7 +35303,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterAcmePluginsAsync(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterAcmePluginsAsync(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterAcmePluginsWithHttpInfoAsync(createClusterAcmePluginsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35317,7 +35317,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterAcmePluginsWithHttpInfoAsync(CreateClusterAcmePluginsRequest? createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterAcmePluginsWithHttpInfoAsync(CreateClusterAcmePluginsRequest createClusterAcmePluginsRequest = default(CreateClusterAcmePluginsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35371,7 +35371,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterBackup(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterBackup(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterBackupWithHttpInfo(createClusterBackupRequest); return localVarResponse.Data; @@ -35384,7 +35384,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterBackupWithHttpInfo(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterBackupWithHttpInfo(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35438,7 +35438,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterBackupAsync(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterBackupAsync(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterBackupWithHttpInfoAsync(createClusterBackupRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35452,7 +35452,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterBackupWithHttpInfoAsync(CreateClusterBackupRequest? createClusterBackupRequest = default(CreateClusterBackupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterBackupWithHttpInfoAsync(CreateClusterBackupRequest createClusterBackupRequest = default(CreateClusterBackupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35506,7 +35506,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestMigrate(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0) + public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestMigrate(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterBulkactionGuestMigrateWithHttpInfo(createClusterBulkactionGuestMigrateRequest); return localVarResponse.Data; @@ -35519,7 +35519,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestMigrateWithHttpInfo(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestMigrateWithHttpInfo(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35573,7 +35573,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - public async System.Threading.Tasks.Task CreateClusterBulkactionGuestMigrateAsync(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterBulkactionGuestMigrateAsync(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterBulkactionGuestMigrateWithHttpInfoAsync(createClusterBulkactionGuestMigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35587,7 +35587,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestMigrateWithHttpInfoAsync(CreateClusterBulkactionGuestMigrateRequest? createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestMigrateWithHttpInfoAsync(CreateClusterBulkactionGuestMigrateRequest createClusterBulkactionGuestMigrateRequest = default(CreateClusterBulkactionGuestMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35641,7 +35641,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestShutdown(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0) + public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestShutdown(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterBulkactionGuestShutdownWithHttpInfo(createClusterBulkactionGuestShutdownRequest); return localVarResponse.Data; @@ -35654,7 +35654,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestShutdownWithHttpInfo(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestShutdownWithHttpInfo(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35708,7 +35708,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - public async System.Threading.Tasks.Task CreateClusterBulkactionGuestShutdownAsync(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterBulkactionGuestShutdownAsync(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterBulkactionGuestShutdownWithHttpInfoAsync(createClusterBulkactionGuestShutdownRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35722,7 +35722,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestShutdownWithHttpInfoAsync(CreateClusterBulkactionGuestShutdownRequest? createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestShutdownWithHttpInfoAsync(CreateClusterBulkactionGuestShutdownRequest createClusterBulkactionGuestShutdownRequest = default(CreateClusterBulkactionGuestShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35776,7 +35776,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestStart(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0) + public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestStart(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterBulkactionGuestStartWithHttpInfo(createClusterBulkactionGuestStartRequest); return localVarResponse.Data; @@ -35789,7 +35789,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestStartWithHttpInfo(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestStartWithHttpInfo(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35843,7 +35843,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - public async System.Threading.Tasks.Task CreateClusterBulkactionGuestStartAsync(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterBulkactionGuestStartAsync(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterBulkactionGuestStartWithHttpInfoAsync(createClusterBulkactionGuestStartRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35857,7 +35857,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestStartWithHttpInfoAsync(CreateClusterBulkactionGuestStartRequest? createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestStartWithHttpInfoAsync(CreateClusterBulkactionGuestStartRequest createClusterBulkactionGuestStartRequest = default(CreateClusterBulkactionGuestStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35911,7 +35911,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterBulkactionGuestStart200Response - public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestSuspend(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0) + public CreateClusterBulkactionGuestStart200Response CreateClusterBulkactionGuestSuspend(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterBulkactionGuestSuspendWithHttpInfo(createClusterBulkactionGuestSuspendRequest); return localVarResponse.Data; @@ -35924,7 +35924,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterBulkactionGuestStart200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestSuspendWithHttpInfo(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterBulkactionGuestSuspendWithHttpInfo(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -35978,7 +35978,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterBulkactionGuestStart200Response - public async System.Threading.Tasks.Task CreateClusterBulkactionGuestSuspendAsync(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterBulkactionGuestSuspendAsync(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterBulkactionGuestSuspendWithHttpInfoAsync(createClusterBulkactionGuestSuspendRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -35992,7 +35992,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterBulkactionGuestStart200Response) - public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestSuspendWithHttpInfoAsync(CreateClusterBulkactionGuestSuspendRequest? createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterBulkactionGuestSuspendWithHttpInfoAsync(CreateClusterBulkactionGuestSuspendRequest createClusterBulkactionGuestSuspendRequest = default(CreateClusterBulkactionGuestSuspendRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36046,7 +36046,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterConfig(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterConfig(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterConfigWithHttpInfo(createClusterConfigRequest); return localVarResponse.Data; @@ -36059,7 +36059,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterConfigWithHttpInfo(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterConfigWithHttpInfo(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36113,7 +36113,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterConfigAsync(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterConfigAsync(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterConfigWithHttpInfoAsync(createClusterConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36127,7 +36127,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterConfigWithHttpInfoAsync(CreateClusterConfigRequest? createClusterConfigRequest = default(CreateClusterConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterConfigWithHttpInfoAsync(CreateClusterConfigRequest createClusterConfigRequest = default(CreateClusterConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36181,7 +36181,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterConfigJoin(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterConfigJoin(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterConfigJoinWithHttpInfo(createClusterConfigJoinRequest); return localVarResponse.Data; @@ -36194,7 +36194,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterConfigJoinWithHttpInfo(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterConfigJoinWithHttpInfo(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36248,7 +36248,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterConfigJoinAsync(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterConfigJoinAsync(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterConfigJoinWithHttpInfoAsync(createClusterConfigJoinRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36262,7 +36262,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterConfigJoinWithHttpInfoAsync(CreateClusterConfigJoinRequest? createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterConfigJoinWithHttpInfoAsync(CreateClusterConfigJoinRequest createClusterConfigJoinRequest = default(CreateClusterConfigJoinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36317,7 +36317,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterConfigNodesSingle200Response - public CreateClusterConfigNodesSingle200Response CreateClusterConfigNodesSingle(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0) + public CreateClusterConfigNodesSingle200Response CreateClusterConfigNodesSingle(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterConfigNodesSingleWithHttpInfo(node, createClusterConfigNodesSingleRequest); return localVarResponse.Data; @@ -36331,7 +36331,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterConfigNodesSingle200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterConfigNodesSingleWithHttpInfo(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterConfigNodesSingleWithHttpInfo(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -36393,7 +36393,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterConfigNodesSingle200Response - public async System.Threading.Tasks.Task CreateClusterConfigNodesSingleAsync(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterConfigNodesSingleAsync(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterConfigNodesSingleWithHttpInfoAsync(node, createClusterConfigNodesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36408,7 +36408,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterConfigNodesSingle200Response) - public async System.Threading.Tasks.Task> CreateClusterConfigNodesSingleWithHttpInfoAsync(string node, CreateClusterConfigNodesSingleRequest? createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterConfigNodesSingleWithHttpInfoAsync(string node, CreateClusterConfigNodesSingleRequest createClusterConfigNodesSingleRequest = default(CreateClusterConfigNodesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -36469,7 +36469,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterFirewallAliases(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterFirewallAliases(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterFirewallAliasesWithHttpInfo(createClusterFirewallAliasesRequest); return localVarResponse.Data; @@ -36482,7 +36482,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallAliasesWithHttpInfo(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallAliasesWithHttpInfo(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36536,7 +36536,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterFirewallAliasesAsync(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterFirewallAliasesAsync(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterFirewallAliasesWithHttpInfoAsync(createClusterFirewallAliasesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36550,7 +36550,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterFirewallAliasesWithHttpInfoAsync(CreateClusterFirewallAliasesRequest? createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterFirewallAliasesWithHttpInfoAsync(CreateClusterFirewallAliasesRequest createClusterFirewallAliasesRequest = default(CreateClusterFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36604,7 +36604,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterFirewallGroup(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterFirewallGroup(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterFirewallGroupWithHttpInfo(createClusterFirewallGroupRequest); return localVarResponse.Data; @@ -36617,7 +36617,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallGroupWithHttpInfo(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallGroupWithHttpInfo(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36671,7 +36671,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterFirewallGroupAsync(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterFirewallGroupAsync(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterFirewallGroupWithHttpInfoAsync(createClusterFirewallGroupRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36685,7 +36685,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterFirewallGroupWithHttpInfoAsync(CreateClusterFirewallGroupRequest? createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterFirewallGroupWithHttpInfoAsync(CreateClusterFirewallGroupRequest createClusterFirewallGroupRequest = default(CreateClusterFirewallGroupRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36739,7 +36739,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterFirewallIPSet(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterFirewallIPSet(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterFirewallIPSetWithHttpInfo(createClusterFirewallIPSetRequest); return localVarResponse.Data; @@ -36752,7 +36752,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallIPSetWithHttpInfo(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterFirewallIPSetWithHttpInfo(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36806,7 +36806,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterFirewallIPSetAsync(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterFirewallIPSetAsync(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterFirewallIPSetWithHttpInfoAsync(createClusterFirewallIPSetRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36820,7 +36820,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterFirewallIPSetWithHttpInfoAsync(CreateClusterFirewallIPSetRequest? createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterFirewallIPSetWithHttpInfoAsync(CreateClusterFirewallIPSetRequest createClusterFirewallIPSetRequest = default(CreateClusterFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36874,7 +36874,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterHaGroups(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterHaGroups(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterHaGroupsWithHttpInfo(createClusterHaGroupsRequest); return localVarResponse.Data; @@ -36887,7 +36887,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterHaGroupsWithHttpInfo(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterHaGroupsWithHttpInfo(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -36941,7 +36941,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterHaGroupsAsync(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterHaGroupsAsync(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterHaGroupsWithHttpInfoAsync(createClusterHaGroupsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -36955,7 +36955,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterHaGroupsWithHttpInfoAsync(CreateClusterHaGroupsRequest? createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterHaGroupsWithHttpInfoAsync(CreateClusterHaGroupsRequest createClusterHaGroupsRequest = default(CreateClusterHaGroupsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37009,7 +37009,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterHaResources(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterHaResources(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterHaResourcesWithHttpInfo(createClusterHaResourcesRequest); return localVarResponse.Data; @@ -37022,7 +37022,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesWithHttpInfo(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesWithHttpInfo(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37076,7 +37076,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterHaResourcesAsync(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterHaResourcesAsync(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterHaResourcesWithHttpInfoAsync(createClusterHaResourcesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37090,7 +37090,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterHaResourcesWithHttpInfoAsync(CreateClusterHaResourcesRequest? createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterHaResourcesWithHttpInfoAsync(CreateClusterHaResourcesRequest createClusterHaResourcesRequest = default(CreateClusterHaResourcesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37145,7 +37145,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterHaResourcesSingleMigrate200Response - public CreateClusterHaResourcesSingleMigrate200Response CreateClusterHaResourcesSingleMigrate(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0) + public CreateClusterHaResourcesSingleMigrate200Response CreateClusterHaResourcesSingleMigrate(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterHaResourcesSingleMigrateWithHttpInfo(sid, createClusterHaResourcesSingleMigrateRequest); return localVarResponse.Data; @@ -37159,7 +37159,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterHaResourcesSingleMigrate200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesSingleMigrateWithHttpInfo(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesSingleMigrateWithHttpInfo(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0) { // verify the required parameter 'sid' is set if (sid == null) @@ -37221,7 +37221,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterHaResourcesSingleMigrate200Response - public async System.Threading.Tasks.Task CreateClusterHaResourcesSingleMigrateAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterHaResourcesSingleMigrateAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterHaResourcesSingleMigrateWithHttpInfoAsync(sid, createClusterHaResourcesSingleMigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37236,7 +37236,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterHaResourcesSingleMigrate200Response) - public async System.Threading.Tasks.Task> CreateClusterHaResourcesSingleMigrateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest? createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterHaResourcesSingleMigrateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleMigrateRequest createClusterHaResourcesSingleMigrateRequest = default(CreateClusterHaResourcesSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'sid' is set if (sid == null) @@ -37298,7 +37298,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterHaResourcesSingleRelocate200Response - public CreateClusterHaResourcesSingleRelocate200Response CreateClusterHaResourcesSingleRelocate(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0) + public CreateClusterHaResourcesSingleRelocate200Response CreateClusterHaResourcesSingleRelocate(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterHaResourcesSingleRelocateWithHttpInfo(sid, createClusterHaResourcesSingleRelocateRequest); return localVarResponse.Data; @@ -37312,7 +37312,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterHaResourcesSingleRelocate200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesSingleRelocateWithHttpInfo(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterHaResourcesSingleRelocateWithHttpInfo(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0) { // verify the required parameter 'sid' is set if (sid == null) @@ -37374,7 +37374,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterHaResourcesSingleRelocate200Response - public async System.Threading.Tasks.Task CreateClusterHaResourcesSingleRelocateAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterHaResourcesSingleRelocateAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterHaResourcesSingleRelocateWithHttpInfoAsync(sid, createClusterHaResourcesSingleRelocateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37389,7 +37389,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterHaResourcesSingleRelocate200Response) - public async System.Threading.Tasks.Task> CreateClusterHaResourcesSingleRelocateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest? createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterHaResourcesSingleRelocateWithHttpInfoAsync(string sid, CreateClusterHaResourcesSingleRelocateRequest createClusterHaResourcesSingleRelocateRequest = default(CreateClusterHaResourcesSingleRelocateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'sid' is set if (sid == null) @@ -37450,7 +37450,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterHaRules(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterHaRules(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterHaRulesWithHttpInfo(createClusterHaRulesRequest); return localVarResponse.Data; @@ -37463,7 +37463,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterHaRulesWithHttpInfo(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterHaRulesWithHttpInfo(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37517,7 +37517,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterHaRulesAsync(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterHaRulesAsync(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterHaRulesWithHttpInfoAsync(createClusterHaRulesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37531,7 +37531,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterHaRulesWithHttpInfoAsync(CreateClusterHaRulesRequest? createClusterHaRulesRequest = default(CreateClusterHaRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterHaRulesWithHttpInfoAsync(CreateClusterHaRulesRequest createClusterHaRulesRequest = default(CreateClusterHaRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37586,7 +37586,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterJobsRealmsyncSingle(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterJobsRealmsyncSingle(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterJobsRealmsyncSingleWithHttpInfo(id, createClusterJobsRealmsyncSingleRequest); return localVarResponse.Data; @@ -37600,7 +37600,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterJobsRealmsyncSingleWithHttpInfo(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterJobsRealmsyncSingleWithHttpInfo(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -37662,7 +37662,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterJobsRealmsyncSingleAsync(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterJobsRealmsyncSingleAsync(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterJobsRealmsyncSingleWithHttpInfoAsync(id, createClusterJobsRealmsyncSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37677,7 +37677,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, CreateClusterJobsRealmsyncSingleRequest? createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, CreateClusterJobsRealmsyncSingleRequest createClusterJobsRealmsyncSingleRequest = default(CreateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -37738,7 +37738,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterMappingDir(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterMappingDir(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterMappingDirWithHttpInfo(createClusterMappingDirRequest); return localVarResponse.Data; @@ -37751,7 +37751,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterMappingDirWithHttpInfo(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterMappingDirWithHttpInfo(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37805,7 +37805,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterMappingDirAsync(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterMappingDirAsync(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterMappingDirWithHttpInfoAsync(createClusterMappingDirRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37819,7 +37819,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterMappingDirWithHttpInfoAsync(CreateClusterMappingDirRequest? createClusterMappingDirRequest = default(CreateClusterMappingDirRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterMappingDirWithHttpInfoAsync(CreateClusterMappingDirRequest createClusterMappingDirRequest = default(CreateClusterMappingDirRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37873,7 +37873,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterMappingPci(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterMappingPci(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterMappingPciWithHttpInfo(createClusterMappingPciRequest); return localVarResponse.Data; @@ -37886,7 +37886,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterMappingPciWithHttpInfo(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterMappingPciWithHttpInfo(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -37940,7 +37940,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterMappingPciAsync(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterMappingPciAsync(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterMappingPciWithHttpInfoAsync(createClusterMappingPciRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -37954,7 +37954,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterMappingPciWithHttpInfoAsync(CreateClusterMappingPciRequest? createClusterMappingPciRequest = default(CreateClusterMappingPciRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterMappingPciWithHttpInfoAsync(CreateClusterMappingPciRequest createClusterMappingPciRequest = default(CreateClusterMappingPciRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38008,7 +38008,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterMappingUsb(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterMappingUsb(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterMappingUsbWithHttpInfo(createClusterMappingUsbRequest); return localVarResponse.Data; @@ -38021,7 +38021,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterMappingUsbWithHttpInfo(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterMappingUsbWithHttpInfo(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38075,7 +38075,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterMappingUsbAsync(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterMappingUsbAsync(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterMappingUsbWithHttpInfoAsync(createClusterMappingUsbRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38089,7 +38089,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterMappingUsbWithHttpInfoAsync(CreateClusterMappingUsbRequest? createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterMappingUsbWithHttpInfoAsync(CreateClusterMappingUsbRequest createClusterMappingUsbRequest = default(CreateClusterMappingUsbRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38144,7 +38144,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterMetricsServerSingle(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterMetricsServerSingle(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterMetricsServerSingleWithHttpInfo(id, createClusterMetricsServerSingleRequest); return localVarResponse.Data; @@ -38158,7 +38158,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterMetricsServerSingleWithHttpInfo(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterMetricsServerSingleWithHttpInfo(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -38220,7 +38220,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterMetricsServerSingleAsync(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterMetricsServerSingleAsync(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterMetricsServerSingleWithHttpInfoAsync(id, createClusterMetricsServerSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38235,7 +38235,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterMetricsServerSingleWithHttpInfoAsync(string id, CreateClusterMetricsServerSingleRequest? createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterMetricsServerSingleWithHttpInfoAsync(string id, CreateClusterMetricsServerSingleRequest createClusterMetricsServerSingleRequest = default(CreateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -38296,7 +38296,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsEndpointsGotify(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsEndpointsGotify(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsEndpointsGotifyWithHttpInfo(createClusterNotificationsEndpointsGotifyRequest); return localVarResponse.Data; @@ -38309,7 +38309,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsGotifyWithHttpInfo(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsGotifyWithHttpInfo(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38363,7 +38363,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsGotifyAsync(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsGotifyAsync(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsEndpointsGotifyWithHttpInfoAsync(createClusterNotificationsEndpointsGotifyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38377,7 +38377,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsGotifyWithHttpInfoAsync(CreateClusterNotificationsEndpointsGotifyRequest? createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsGotifyWithHttpInfoAsync(CreateClusterNotificationsEndpointsGotifyRequest createClusterNotificationsEndpointsGotifyRequest = default(CreateClusterNotificationsEndpointsGotifyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38431,7 +38431,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsEndpointsSendmail(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsEndpointsSendmail(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsEndpointsSendmailWithHttpInfo(createClusterNotificationsEndpointsSendmailRequest); return localVarResponse.Data; @@ -38444,7 +38444,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsSendmailWithHttpInfo(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsSendmailWithHttpInfo(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38498,7 +38498,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSendmailAsync(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSendmailAsync(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsEndpointsSendmailWithHttpInfoAsync(createClusterNotificationsEndpointsSendmailRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38512,7 +38512,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSendmailWithHttpInfoAsync(CreateClusterNotificationsEndpointsSendmailRequest? createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSendmailWithHttpInfoAsync(CreateClusterNotificationsEndpointsSendmailRequest createClusterNotificationsEndpointsSendmailRequest = default(CreateClusterNotificationsEndpointsSendmailRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38566,7 +38566,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsEndpointsSmtp(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsEndpointsSmtp(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsEndpointsSmtpWithHttpInfo(createClusterNotificationsEndpointsSmtpRequest); return localVarResponse.Data; @@ -38579,7 +38579,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsSmtpWithHttpInfo(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsSmtpWithHttpInfo(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38633,7 +38633,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSmtpAsync(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsSmtpAsync(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsEndpointsSmtpWithHttpInfoAsync(createClusterNotificationsEndpointsSmtpRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38647,7 +38647,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSmtpWithHttpInfoAsync(CreateClusterNotificationsEndpointsSmtpRequest? createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsSmtpWithHttpInfoAsync(CreateClusterNotificationsEndpointsSmtpRequest createClusterNotificationsEndpointsSmtpRequest = default(CreateClusterNotificationsEndpointsSmtpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38701,7 +38701,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsEndpointsWebhook(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsEndpointsWebhook(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsEndpointsWebhookWithHttpInfo(createClusterNotificationsEndpointsWebhookRequest); return localVarResponse.Data; @@ -38714,7 +38714,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsWebhookWithHttpInfo(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsEndpointsWebhookWithHttpInfo(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38768,7 +38768,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsWebhookAsync(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsEndpointsWebhookAsync(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsEndpointsWebhookWithHttpInfoAsync(createClusterNotificationsEndpointsWebhookRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38782,7 +38782,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsWebhookWithHttpInfoAsync(CreateClusterNotificationsEndpointsWebhookRequest? createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsEndpointsWebhookWithHttpInfoAsync(CreateClusterNotificationsEndpointsWebhookRequest createClusterNotificationsEndpointsWebhookRequest = default(CreateClusterNotificationsEndpointsWebhookRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38836,7 +38836,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsMatchers(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsMatchers(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsMatchersWithHttpInfo(createClusterNotificationsMatchersRequest); return localVarResponse.Data; @@ -38849,7 +38849,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsMatchersWithHttpInfo(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsMatchersWithHttpInfo(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38903,7 +38903,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsMatchersAsync(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsMatchersAsync(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsMatchersWithHttpInfoAsync(createClusterNotificationsMatchersRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -38917,7 +38917,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsMatchersWithHttpInfoAsync(CreateClusterNotificationsMatchersRequest? createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsMatchersWithHttpInfoAsync(CreateClusterNotificationsMatchersRequest createClusterNotificationsMatchersRequest = default(CreateClusterNotificationsMatchersRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -38972,7 +38972,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterNotificationsTargetsSingleTest(string name, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterNotificationsTargetsSingleTest(string name, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterNotificationsTargetsSingleTestWithHttpInfo(name, body); return localVarResponse.Data; @@ -38986,7 +38986,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsTargetsSingleTestWithHttpInfo(string name, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterNotificationsTargetsSingleTestWithHttpInfo(string name, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -39048,7 +39048,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterNotificationsTargetsSingleTestAsync(string name, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterNotificationsTargetsSingleTestAsync(string name, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterNotificationsTargetsSingleTestWithHttpInfoAsync(name, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39063,7 +39063,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterNotificationsTargetsSingleTestWithHttpInfoAsync(string name, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterNotificationsTargetsSingleTestWithHttpInfoAsync(string name, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -39124,7 +39124,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterReplication(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterReplication(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterReplicationWithHttpInfo(createClusterReplicationRequest); return localVarResponse.Data; @@ -39137,7 +39137,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterReplicationWithHttpInfo(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterReplicationWithHttpInfo(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39191,7 +39191,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterReplicationAsync(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterReplicationAsync(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterReplicationWithHttpInfoAsync(createClusterReplicationRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39205,7 +39205,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterReplicationWithHttpInfoAsync(CreateClusterReplicationRequest? createClusterReplicationRequest = default(CreateClusterReplicationRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterReplicationWithHttpInfoAsync(CreateClusterReplicationRequest createClusterReplicationRequest = default(CreateClusterReplicationRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39259,7 +39259,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSDNController(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSDNController(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSDNControllerWithHttpInfo(createClusterSDNControllerRequest); return localVarResponse.Data; @@ -39272,7 +39272,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSDNControllerWithHttpInfo(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSDNControllerWithHttpInfo(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39326,7 +39326,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSDNControllerAsync(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSDNControllerAsync(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSDNControllerWithHttpInfoAsync(createClusterSDNControllerRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39340,7 +39340,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSDNControllerWithHttpInfoAsync(CreateClusterSDNControllerRequest? createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSDNControllerWithHttpInfoAsync(CreateClusterSDNControllerRequest createClusterSDNControllerRequest = default(CreateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39394,7 +39394,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSDNVnet(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSDNVnet(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSDNVnetWithHttpInfo(createClusterSDNVnetRequest); return localVarResponse.Data; @@ -39407,7 +39407,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSDNVnetWithHttpInfo(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSDNVnetWithHttpInfo(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39461,7 +39461,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSDNVnetAsync(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSDNVnetAsync(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSDNVnetWithHttpInfoAsync(createClusterSDNVnetRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39475,7 +39475,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSDNVnetWithHttpInfoAsync(CreateClusterSDNVnetRequest? createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSDNVnetWithHttpInfoAsync(CreateClusterSDNVnetRequest createClusterSDNVnetRequest = default(CreateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39529,7 +39529,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSDNZone(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSDNZone(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSDNZoneWithHttpInfo(createClusterSDNZoneRequest); return localVarResponse.Data; @@ -39542,7 +39542,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSDNZoneWithHttpInfo(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSDNZoneWithHttpInfo(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39596,7 +39596,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSDNZoneAsync(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSDNZoneAsync(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSDNZoneWithHttpInfoAsync(createClusterSDNZoneRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39610,7 +39610,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSDNZoneWithHttpInfoAsync(CreateClusterSDNZoneRequest? createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSDNZoneWithHttpInfoAsync(CreateClusterSDNZoneRequest createClusterSDNZoneRequest = default(CreateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39664,7 +39664,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnDns(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnDns(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnDnsWithHttpInfo(createClusterSdnDnsRequest); return localVarResponse.Data; @@ -39677,7 +39677,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnDnsWithHttpInfo(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnDnsWithHttpInfo(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39731,7 +39731,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnDnsAsync(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnDnsAsync(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnDnsWithHttpInfoAsync(createClusterSdnDnsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39745,7 +39745,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnDnsWithHttpInfoAsync(CreateClusterSdnDnsRequest? createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnDnsWithHttpInfoAsync(CreateClusterSdnDnsRequest createClusterSdnDnsRequest = default(CreateClusterSdnDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39799,7 +39799,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnFabricsFabric(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnFabricsFabric(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnFabricsFabricWithHttpInfo(createClusterSdnFabricsFabricRequest); return localVarResponse.Data; @@ -39812,7 +39812,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnFabricsFabricWithHttpInfo(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnFabricsFabricWithHttpInfo(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39866,7 +39866,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnFabricsFabricAsync(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnFabricsFabricAsync(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnFabricsFabricWithHttpInfoAsync(createClusterSdnFabricsFabricRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -39880,7 +39880,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnFabricsFabricWithHttpInfoAsync(CreateClusterSdnFabricsFabricRequest? createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnFabricsFabricWithHttpInfoAsync(CreateClusterSdnFabricsFabricRequest createClusterSdnFabricsFabricRequest = default(CreateClusterSdnFabricsFabricRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -39935,7 +39935,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnFabricsNodeSingle(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnFabricsNodeSingle(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnFabricsNodeSingleWithHttpInfo(fabricId, createClusterSdnFabricsNodeSingleRequest); return localVarResponse.Data; @@ -39949,7 +39949,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnFabricsNodeSingleWithHttpInfo(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnFabricsNodeSingleWithHttpInfo(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0) { // verify the required parameter 'fabricId' is set if (fabricId == null) @@ -40011,7 +40011,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnFabricsNodeSingleAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnFabricsNodeSingleAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnFabricsNodeSingleWithHttpInfoAsync(fabricId, createClusterSdnFabricsNodeSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40026,7 +40026,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnFabricsNodeSingleWithHttpInfoAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest? createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnFabricsNodeSingleWithHttpInfoAsync(string fabricId, CreateClusterSdnFabricsNodeSingleRequest createClusterSdnFabricsNodeSingleRequest = default(CreateClusterSdnFabricsNodeSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'fabricId' is set if (fabricId == null) @@ -40087,7 +40087,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnIpams(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnIpams(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnIpamsWithHttpInfo(createClusterSdnIpamsRequest); return localVarResponse.Data; @@ -40100,7 +40100,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnIpamsWithHttpInfo(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnIpamsWithHttpInfo(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40154,7 +40154,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnIpamsAsync(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnIpamsAsync(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnIpamsWithHttpInfoAsync(createClusterSdnIpamsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40168,7 +40168,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnIpamsWithHttpInfoAsync(CreateClusterSdnIpamsRequest? createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnIpamsWithHttpInfoAsync(CreateClusterSdnIpamsRequest createClusterSdnIpamsRequest = default(CreateClusterSdnIpamsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40222,7 +40222,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnLock(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnLock(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnLockWithHttpInfo(createClusterSdnLockRequest); return localVarResponse.Data; @@ -40235,7 +40235,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnLockWithHttpInfo(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnLockWithHttpInfo(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40289,7 +40289,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnLockAsync(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnLockAsync(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnLockWithHttpInfoAsync(createClusterSdnLockRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40303,7 +40303,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnLockWithHttpInfoAsync(CreateClusterSdnLockRequest? createClusterSdnLockRequest = default(CreateClusterSdnLockRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnLockWithHttpInfoAsync(CreateClusterSdnLockRequest createClusterSdnLockRequest = default(CreateClusterSdnLockRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40357,7 +40357,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnRollback(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnRollback(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnRollbackWithHttpInfo(createClusterSdnRollbackRequest); return localVarResponse.Data; @@ -40370,7 +40370,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnRollbackWithHttpInfo(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnRollbackWithHttpInfo(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40424,7 +40424,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnRollbackAsync(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnRollbackAsync(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnRollbackWithHttpInfoAsync(createClusterSdnRollbackRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40438,7 +40438,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnRollbackWithHttpInfoAsync(CreateClusterSdnRollbackRequest? createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnRollbackWithHttpInfoAsync(CreateClusterSdnRollbackRequest createClusterSdnRollbackRequest = default(CreateClusterSdnRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -40493,7 +40493,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnVnetsSingleFirewallRules(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnVnetsSingleFirewallRules(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfo(vnet, createClusterSdnVnetsSingleFirewallRulesRequest); return localVarResponse.Data; @@ -40507,7 +40507,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40569,7 +40569,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleFirewallRulesAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleFirewallRulesAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfoAsync(vnet, createClusterSdnVnetsSingleFirewallRulesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40584,7 +40584,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest? createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleFirewallRulesWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleFirewallRulesRequest createClusterSdnVnetsSingleFirewallRulesRequest = default(CreateClusterSdnVnetsSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40646,7 +40646,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnVnetsSingleIps(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnVnetsSingleIps(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnVnetsSingleIpsWithHttpInfo(vnet, createClusterSdnVnetsSingleIpsRequest); return localVarResponse.Data; @@ -40660,7 +40660,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40722,7 +40722,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleIpsAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleIpsAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnVnetsSingleIpsWithHttpInfoAsync(vnet, createClusterSdnVnetsSingleIpsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40737,7 +40737,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest? createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleIpsRequest createClusterSdnVnetsSingleIpsRequest = default(CreateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40799,7 +40799,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateClusterSdnVnetsSingleSubnets(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateClusterSdnVnetsSingleSubnets(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateClusterSdnVnetsSingleSubnetsWithHttpInfo(vnet, createClusterSdnVnetsSingleSubnetsRequest); return localVarResponse.Data; @@ -40813,7 +40813,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleSubnetsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateClusterSdnVnetsSingleSubnetsWithHttpInfo(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40875,7 +40875,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleSubnetsAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateClusterSdnVnetsSingleSubnetsAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateClusterSdnVnetsSingleSubnetsWithHttpInfoAsync(vnet, createClusterSdnVnetsSingleSubnetsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -40890,7 +40890,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleSubnetsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest? createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateClusterSdnVnetsSingleSubnetsWithHttpInfoAsync(string vnet, CreateClusterSdnVnetsSingleSubnetsRequest createClusterSdnVnetsSingleSubnetsRequest = default(CreateClusterSdnVnetsSingleSubnetsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -40952,7 +40952,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodeFirewallRule(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodeFirewallRule(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodeFirewallRuleWithHttpInfo(node, createNodeFirewallRuleRequest); return localVarResponse.Data; @@ -40966,7 +40966,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodeFirewallRuleWithHttpInfo(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodeFirewallRuleWithHttpInfo(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -41028,7 +41028,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodeFirewallRuleAsync(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodeFirewallRuleAsync(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodeFirewallRuleWithHttpInfoAsync(node, createNodeFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41043,7 +41043,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodeFirewallRuleWithHttpInfoAsync(string node, CreateNodeFirewallRuleRequest? createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodeFirewallRuleWithHttpInfoAsync(string node, CreateNodeFirewallRuleRequest createNodeFirewallRuleRequest = default(CreateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -41105,7 +41105,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleAplinfo(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleAplinfo(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleAplinfoWithHttpInfo(node, createNodesSingleAplinfoRequest); return localVarResponse.Data; @@ -41119,7 +41119,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAplinfoWithHttpInfo(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAplinfoWithHttpInfo(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -41181,7 +41181,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleAplinfoAsync(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleAplinfoAsync(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleAplinfoWithHttpInfoAsync(node, createNodesSingleAplinfoRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41196,7 +41196,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleAplinfoWithHttpInfoAsync(string node, CreateNodesSingleAplinfoRequest? createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleAplinfoWithHttpInfoAsync(string node, CreateNodesSingleAplinfoRequest createNodesSingleAplinfoRequest = default(CreateNodesSingleAplinfoRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -41258,7 +41258,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleAptRepositories(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleAptRepositories(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleAptRepositoriesWithHttpInfo(node, createNodesSingleAptRepositoriesRequest); return localVarResponse.Data; @@ -41272,7 +41272,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAptRepositoriesWithHttpInfo(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAptRepositoriesWithHttpInfo(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -41334,7 +41334,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleAptRepositoriesAsync(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleAptRepositoriesAsync(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleAptRepositoriesWithHttpInfoAsync(node, createNodesSingleAptRepositoriesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41349,7 +41349,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, CreateNodesSingleAptRepositoriesRequest? createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, CreateNodesSingleAptRepositoriesRequest createNodesSingleAptRepositoriesRequest = default(CreateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -41411,7 +41411,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleAptUpdate(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleAptUpdate(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleAptUpdateWithHttpInfo(node, createNodesSingleAptUpdateRequest); return localVarResponse.Data; @@ -41425,7 +41425,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAptUpdateWithHttpInfo(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleAptUpdateWithHttpInfo(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -41487,7 +41487,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleAptUpdateAsync(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleAptUpdateAsync(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleAptUpdateWithHttpInfoAsync(node, createNodesSingleAptUpdateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41502,7 +41502,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleAptUpdateWithHttpInfoAsync(string node, CreateNodesSingleAptUpdateRequest? createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleAptUpdateWithHttpInfoAsync(string node, CreateNodesSingleAptUpdateRequest createNodesSingleAptUpdateRequest = default(CreateNodesSingleAptUpdateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -41565,7 +41565,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephFsSingle(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephFsSingle(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephFsSingleWithHttpInfo(name, node, createNodesSingleCephFsSingleRequest); return localVarResponse.Data; @@ -41580,7 +41580,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephFsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephFsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -41650,7 +41650,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephFsSingleAsync(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephFsSingleAsync(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephFsSingleWithHttpInfoAsync(name, node, createNodesSingleCephFsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41666,7 +41666,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephFsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephFsSingleRequest? createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephFsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephFsSingleRequest createNodesSingleCephFsSingleRequest = default(CreateNodesSingleCephFsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -41735,7 +41735,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephInit(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephInit(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephInitWithHttpInfo(node, createNodesSingleCephInitRequest); return localVarResponse.Data; @@ -41749,7 +41749,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephInitWithHttpInfo(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephInitWithHttpInfo(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -41811,7 +41811,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephInitAsync(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephInitAsync(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephInitWithHttpInfoAsync(node, createNodesSingleCephInitRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41826,7 +41826,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephInitWithHttpInfoAsync(string node, CreateNodesSingleCephInitRequest? createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephInitWithHttpInfoAsync(string node, CreateNodesSingleCephInitRequest createNodesSingleCephInitRequest = default(CreateNodesSingleCephInitRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -41889,7 +41889,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephMdsSingle(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephMdsSingle(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephMdsSingleWithHttpInfo(name, node, createNodesSingleCephMdsSingleRequest); return localVarResponse.Data; @@ -41904,7 +41904,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMdsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMdsSingleWithHttpInfo(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -41974,7 +41974,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephMdsSingleAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephMdsSingleAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephMdsSingleWithHttpInfoAsync(name, node, createNodesSingleCephMdsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -41990,7 +41990,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephMdsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest? createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephMdsSingleWithHttpInfoAsync(string name, string node, CreateNodesSingleCephMdsSingleRequest createNodesSingleCephMdsSingleRequest = default(CreateNodesSingleCephMdsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -42060,7 +42060,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephMgrSingle(string id, string node, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephMgrSingle(string id, string node, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephMgrSingleWithHttpInfo(id, node, body); return localVarResponse.Data; @@ -42075,7 +42075,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMgrSingleWithHttpInfo(string id, string node, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMgrSingleWithHttpInfo(string id, string node, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -42145,7 +42145,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephMgrSingleAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephMgrSingleAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephMgrSingleWithHttpInfoAsync(id, node, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42161,7 +42161,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephMgrSingleWithHttpInfoAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephMgrSingleWithHttpInfoAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -42231,7 +42231,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephMonSingle(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephMonSingle(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephMonSingleWithHttpInfo(monid, node, createNodesSingleCephMonSingleRequest); return localVarResponse.Data; @@ -42246,7 +42246,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMonSingleWithHttpInfo(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephMonSingleWithHttpInfo(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0) { // verify the required parameter 'monid' is set if (monid == null) @@ -42316,7 +42316,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephMonSingleAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephMonSingleAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephMonSingleWithHttpInfoAsync(monid, node, createNodesSingleCephMonSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42332,7 +42332,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephMonSingleWithHttpInfoAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest? createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephMonSingleWithHttpInfoAsync(string monid, string node, CreateNodesSingleCephMonSingleRequest createNodesSingleCephMonSingleRequest = default(CreateNodesSingleCephMonSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'monid' is set if (monid == null) @@ -42401,7 +42401,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephOsd(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephOsd(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephOsdWithHttpInfo(node, createNodesSingleCephOsdRequest); return localVarResponse.Data; @@ -42415,7 +42415,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdWithHttpInfo(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdWithHttpInfo(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -42477,7 +42477,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephOsdAsync(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephOsdAsync(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephOsdWithHttpInfoAsync(node, createNodesSingleCephOsdRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42492,7 +42492,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdWithHttpInfoAsync(string node, CreateNodesSingleCephOsdRequest? createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdWithHttpInfoAsync(string node, CreateNodesSingleCephOsdRequest createNodesSingleCephOsdRequest = default(CreateNodesSingleCephOsdRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -42555,7 +42555,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleIn(string node, int osdid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleIn(string node, int osdid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephOsdSingleInWithHttpInfo(node, osdid, body); return localVarResponse.Data; @@ -42570,7 +42570,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleInWithHttpInfo(string node, int osdid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleInWithHttpInfo(string node, int osdid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -42634,7 +42634,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleInAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleInAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephOsdSingleInWithHttpInfoAsync(node, osdid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42650,7 +42650,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleInWithHttpInfoAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleInWithHttpInfoAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -42714,7 +42714,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleOut(string node, int osdid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleOut(string node, int osdid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephOsdSingleOutWithHttpInfo(node, osdid, body); return localVarResponse.Data; @@ -42729,7 +42729,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleOutWithHttpInfo(string node, int osdid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleOutWithHttpInfo(string node, int osdid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -42793,7 +42793,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleOutAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleOutAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephOsdSingleOutWithHttpInfoAsync(node, osdid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42809,7 +42809,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleOutWithHttpInfoAsync(string node, int osdid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleOutWithHttpInfoAsync(string node, int osdid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -42873,7 +42873,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleScrub(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephOsdSingleScrub(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephOsdSingleScrubWithHttpInfo(node, osdid, createNodesSingleCephOsdSingleScrubRequest); return localVarResponse.Data; @@ -42888,7 +42888,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleScrubWithHttpInfo(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephOsdSingleScrubWithHttpInfo(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -42952,7 +42952,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleScrubAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephOsdSingleScrubAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephOsdSingleScrubWithHttpInfoAsync(node, osdid, createNodesSingleCephOsdSingleScrubRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -42968,7 +42968,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleScrubWithHttpInfoAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest? createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephOsdSingleScrubWithHttpInfoAsync(string node, int osdid, CreateNodesSingleCephOsdSingleScrubRequest createNodesSingleCephOsdSingleScrubRequest = default(CreateNodesSingleCephOsdSingleScrubRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43031,7 +43031,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephPool(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephPool(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephPoolWithHttpInfo(node, createNodesSingleCephPoolRequest); return localVarResponse.Data; @@ -43045,7 +43045,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephPoolWithHttpInfo(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephPoolWithHttpInfo(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43107,7 +43107,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephPoolAsync(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephPoolAsync(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephPoolWithHttpInfoAsync(node, createNodesSingleCephPoolRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43122,7 +43122,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephPoolWithHttpInfoAsync(string node, CreateNodesSingleCephPoolRequest? createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephPoolWithHttpInfoAsync(string node, CreateNodesSingleCephPoolRequest createNodesSingleCephPoolRequest = default(CreateNodesSingleCephPoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43184,7 +43184,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephRestart(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephRestart(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephRestartWithHttpInfo(node, createNodesSingleCephRestartRequest); return localVarResponse.Data; @@ -43198,7 +43198,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephRestartWithHttpInfo(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephRestartWithHttpInfo(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43260,7 +43260,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephRestartAsync(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephRestartAsync(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephRestartWithHttpInfoAsync(node, createNodesSingleCephRestartRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43275,7 +43275,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephRestartWithHttpInfoAsync(string node, CreateNodesSingleCephRestartRequest? createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephRestartWithHttpInfoAsync(string node, CreateNodesSingleCephRestartRequest createNodesSingleCephRestartRequest = default(CreateNodesSingleCephRestartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43337,7 +43337,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephStart(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephStart(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephStartWithHttpInfo(node, createNodesSingleCephStartRequest); return localVarResponse.Data; @@ -43351,7 +43351,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephStartWithHttpInfo(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephStartWithHttpInfo(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43413,7 +43413,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephStartAsync(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephStartAsync(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephStartWithHttpInfoAsync(node, createNodesSingleCephStartRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43428,7 +43428,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephStartWithHttpInfoAsync(string node, CreateNodesSingleCephStartRequest? createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephStartWithHttpInfoAsync(string node, CreateNodesSingleCephStartRequest createNodesSingleCephStartRequest = default(CreateNodesSingleCephStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43490,7 +43490,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCephStop(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCephStop(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCephStopWithHttpInfo(node, createNodesSingleCephStopRequest); return localVarResponse.Data; @@ -43504,7 +43504,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephStopWithHttpInfo(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCephStopWithHttpInfo(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43566,7 +43566,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCephStopAsync(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCephStopAsync(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCephStopWithHttpInfoAsync(node, createNodesSingleCephStopRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43581,7 +43581,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCephStopWithHttpInfoAsync(string node, CreateNodesSingleCephStopRequest? createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCephStopWithHttpInfoAsync(string node, CreateNodesSingleCephStopRequest createNodesSingleCephStopRequest = default(CreateNodesSingleCephStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43643,7 +43643,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleCertificatesAcmeCertificate(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleCertificatesAcmeCertificate(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCertificatesAcmeCertificateWithHttpInfo(node, createNodesSingleCertificatesAcmeCertificateRequest); return localVarResponse.Data; @@ -43657,7 +43657,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43719,7 +43719,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleCertificatesAcmeCertificateAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCertificatesAcmeCertificateAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(node, createNodesSingleCertificatesAcmeCertificateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43734,7 +43734,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest? createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, CreateNodesSingleCertificatesAcmeCertificateRequest createNodesSingleCertificatesAcmeCertificateRequest = default(CreateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43796,7 +43796,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleCertificatesCustom200Response - public CreateNodesSingleCertificatesCustom200Response CreateNodesSingleCertificatesCustom(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0) + public CreateNodesSingleCertificatesCustom200Response CreateNodesSingleCertificatesCustom(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleCertificatesCustomWithHttpInfo(node, createNodesSingleCertificatesCustomRequest); return localVarResponse.Data; @@ -43810,7 +43810,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleCertificatesCustom200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCertificatesCustomWithHttpInfo(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleCertificatesCustomWithHttpInfo(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -43872,7 +43872,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleCertificatesCustom200Response - public async System.Threading.Tasks.Task CreateNodesSingleCertificatesCustomAsync(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleCertificatesCustomAsync(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleCertificatesCustomWithHttpInfoAsync(node, createNodesSingleCertificatesCustomRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -43887,7 +43887,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleCertificatesCustom200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleCertificatesCustomWithHttpInfoAsync(string node, CreateNodesSingleCertificatesCustomRequest? createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleCertificatesCustomWithHttpInfoAsync(string node, CreateNodesSingleCertificatesCustomRequest createNodesSingleCertificatesCustomRequest = default(CreateNodesSingleCertificatesCustomRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -43949,7 +43949,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleDisksDirectory(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleDisksDirectory(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleDisksDirectoryWithHttpInfo(node, createNodesSingleDisksDirectoryRequest); return localVarResponse.Data; @@ -43963,7 +43963,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksDirectoryWithHttpInfo(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksDirectoryWithHttpInfo(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44025,7 +44025,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleDisksDirectoryAsync(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleDisksDirectoryAsync(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleDisksDirectoryWithHttpInfoAsync(node, createNodesSingleDisksDirectoryRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44040,7 +44040,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleDisksDirectoryWithHttpInfoAsync(string node, CreateNodesSingleDisksDirectoryRequest? createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleDisksDirectoryWithHttpInfoAsync(string node, CreateNodesSingleDisksDirectoryRequest createNodesSingleDisksDirectoryRequest = default(CreateNodesSingleDisksDirectoryRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44102,7 +44102,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleDisksInitgpt(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleDisksInitgpt(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleDisksInitgptWithHttpInfo(node, createNodesSingleDisksInitgptRequest); return localVarResponse.Data; @@ -44116,7 +44116,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksInitgptWithHttpInfo(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksInitgptWithHttpInfo(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44178,7 +44178,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleDisksInitgptAsync(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleDisksInitgptAsync(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleDisksInitgptWithHttpInfoAsync(node, createNodesSingleDisksInitgptRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44193,7 +44193,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleDisksInitgptWithHttpInfoAsync(string node, CreateNodesSingleDisksInitgptRequest? createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleDisksInitgptWithHttpInfoAsync(string node, CreateNodesSingleDisksInitgptRequest createNodesSingleDisksInitgptRequest = default(CreateNodesSingleDisksInitgptRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44255,7 +44255,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleDisksLvm(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleDisksLvm(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleDisksLvmWithHttpInfo(node, createNodesSingleDisksLvmRequest); return localVarResponse.Data; @@ -44269,7 +44269,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksLvmWithHttpInfo(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksLvmWithHttpInfo(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44331,7 +44331,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleDisksLvmAsync(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleDisksLvmAsync(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleDisksLvmWithHttpInfoAsync(node, createNodesSingleDisksLvmRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44346,7 +44346,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleDisksLvmWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmRequest? createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleDisksLvmWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmRequest createNodesSingleDisksLvmRequest = default(CreateNodesSingleDisksLvmRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44408,7 +44408,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleDisksLvmthin(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleDisksLvmthin(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleDisksLvmthinWithHttpInfo(node, createNodesSingleDisksLvmthinRequest); return localVarResponse.Data; @@ -44422,7 +44422,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksLvmthinWithHttpInfo(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksLvmthinWithHttpInfo(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44484,7 +44484,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleDisksLvmthinAsync(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleDisksLvmthinAsync(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleDisksLvmthinWithHttpInfoAsync(node, createNodesSingleDisksLvmthinRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44499,7 +44499,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleDisksLvmthinWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmthinRequest? createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleDisksLvmthinWithHttpInfoAsync(string node, CreateNodesSingleDisksLvmthinRequest createNodesSingleDisksLvmthinRequest = default(CreateNodesSingleDisksLvmthinRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44561,7 +44561,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleDisksZfs(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleDisksZfs(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleDisksZfsWithHttpInfo(node, createNodesSingleDisksZfsRequest); return localVarResponse.Data; @@ -44575,7 +44575,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksZfsWithHttpInfo(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleDisksZfsWithHttpInfo(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44637,7 +44637,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleDisksZfsAsync(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleDisksZfsAsync(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleDisksZfsWithHttpInfoAsync(node, createNodesSingleDisksZfsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44652,7 +44652,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleDisksZfsWithHttpInfoAsync(string node, CreateNodesSingleDisksZfsRequest? createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleDisksZfsWithHttpInfoAsync(string node, CreateNodesSingleDisksZfsRequest createNodesSingleDisksZfsRequest = default(CreateNodesSingleDisksZfsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44714,7 +44714,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// GetCluster200Response - public GetCluster200Response CreateNodesSingleExecute(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0) + public GetCluster200Response CreateNodesSingleExecute(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleExecuteWithHttpInfo(node, createNodesSingleExecuteRequest); return localVarResponse.Data; @@ -44728,7 +44728,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of GetCluster200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleExecuteWithHttpInfo(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleExecuteWithHttpInfo(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44790,7 +44790,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of GetCluster200Response - public async System.Threading.Tasks.Task CreateNodesSingleExecuteAsync(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleExecuteAsync(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleExecuteWithHttpInfoAsync(node, createNodesSingleExecuteRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44805,7 +44805,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (GetCluster200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleExecuteWithHttpInfoAsync(string node, CreateNodesSingleExecuteRequest? createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleExecuteWithHttpInfoAsync(string node, CreateNodesSingleExecuteRequest createNodesSingleExecuteRequest = default(CreateNodesSingleExecuteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -44867,7 +44867,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleHosts(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleHosts(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleHostsWithHttpInfo(node, createNodesSingleHostsRequest); return localVarResponse.Data; @@ -44881,7 +44881,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleHostsWithHttpInfo(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleHostsWithHttpInfo(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -44943,7 +44943,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleHostsAsync(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleHostsAsync(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleHostsWithHttpInfoAsync(node, createNodesSingleHostsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -44958,7 +44958,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleHostsWithHttpInfoAsync(string node, CreateNodesSingleHostsRequest? createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleHostsWithHttpInfoAsync(string node, CreateNodesSingleHostsRequest createNodesSingleHostsRequest = default(CreateNodesSingleHostsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45020,7 +45020,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxc(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxc(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcWithHttpInfo(node, createNodesSingleLxcRequest); return localVarResponse.Data; @@ -45034,7 +45034,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcWithHttpInfo(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcWithHttpInfo(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -45096,7 +45096,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcAsync(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcAsync(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcWithHttpInfoAsync(node, createNodesSingleLxcRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45111,7 +45111,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcWithHttpInfoAsync(string node, CreateNodesSingleLxcRequest? createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcWithHttpInfoAsync(string node, CreateNodesSingleLxcRequest createNodesSingleLxcRequest = default(CreateNodesSingleLxcRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45174,7 +45174,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleClone(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleClone(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleCloneWithHttpInfo(node, vmid, createNodesSingleLxcSingleCloneRequest); return localVarResponse.Data; @@ -45189,7 +45189,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleCloneWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleCloneWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -45253,7 +45253,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleCloneAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleCloneAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleCloneWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleCloneRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45269,7 +45269,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleCloneWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest? createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleCloneWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleCloneRequest createNodesSingleLxcSingleCloneRequest = default(CreateNodesSingleLxcSingleCloneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45333,7 +45333,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallAliases(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallAliases(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfo(node, vmid, createNodesSingleLxcSingleFirewallAliasesRequest); return localVarResponse.Data; @@ -45348,7 +45348,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -45412,7 +45412,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleFirewallAliasesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45428,7 +45428,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest? createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallAliasesRequest createNodesSingleLxcSingleFirewallAliasesRequest = default(CreateNodesSingleLxcSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45492,7 +45492,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpset(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpset(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfo(node, vmid, createNodesSingleLxcSingleFirewallIpsetRequest); return localVarResponse.Data; @@ -45507,7 +45507,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -45571,7 +45571,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleFirewallIpsetRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45587,7 +45587,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest? createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetRequest createNodesSingleLxcSingleFirewallIpsetRequest = default(CreateNodesSingleLxcSingleFirewallIpsetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45652,7 +45652,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpsetSingle(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallIpsetSingle(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfo(name, node, vmid, createNodesSingleLxcSingleFirewallIpsetSingleRequest); return localVarResponse.Data; @@ -45668,7 +45668,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfo(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfo(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -45740,7 +45740,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetSingleAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallIpsetSingleAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfoAsync(name, node, vmid, createNodesSingleLxcSingleFirewallIpsetSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45757,7 +45757,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfoAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest? createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallIpsetSingleWithHttpInfoAsync(string name, string node, int vmid, CreateNodesSingleLxcSingleFirewallIpsetSingleRequest createNodesSingleLxcSingleFirewallIpsetSingleRequest = default(CreateNodesSingleLxcSingleFirewallIpsetSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -45828,7 +45828,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallRules(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleFirewallRules(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleFirewallRulesWithHttpInfo(node, vmid, createNodesSingleLxcSingleFirewallRulesRequest); return localVarResponse.Data; @@ -45843,7 +45843,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallRulesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleFirewallRulesWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -45907,7 +45907,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallRulesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleFirewallRulesAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleFirewallRulesWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleFirewallRulesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -45923,7 +45923,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallRulesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest? createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleFirewallRulesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleFirewallRulesRequest createNodesSingleLxcSingleFirewallRulesRequest = default(CreateNodesSingleLxcSingleFirewallRulesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -45987,7 +45987,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleMigrate(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleMigrate(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleMigrateWithHttpInfo(node, vmid, createNodesSingleLxcSingleMigrateRequest); return localVarResponse.Data; @@ -46002,7 +46002,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46066,7 +46066,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleMigrateWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleMigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46082,7 +46082,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest? createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMigrateRequest createNodesSingleLxcSingleMigrateRequest = default(CreateNodesSingleLxcSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46146,7 +46146,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleMovevolume(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleMovevolume(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleMovevolumeWithHttpInfo(node, vmid, createNodesSingleLxcSingleMovevolumeRequest); return localVarResponse.Data; @@ -46161,7 +46161,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMovevolumeWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMovevolumeWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46225,7 +46225,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMovevolumeAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMovevolumeAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleMovevolumeWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleMovevolumeRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46241,7 +46241,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMovevolumeWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest? createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMovevolumeWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMovevolumeRequest createNodesSingleLxcSingleMovevolumeRequest = default(CreateNodesSingleLxcSingleMovevolumeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46305,7 +46305,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleMtunnel(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleMtunnel(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleMtunnelWithHttpInfo(node, vmid, createNodesSingleLxcSingleMtunnelRequest); return localVarResponse.Data; @@ -46320,7 +46320,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46384,7 +46384,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMtunnelAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleMtunnelAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleMtunnelWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleMtunnelRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46400,7 +46400,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest? createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleMtunnelRequest createNodesSingleLxcSingleMtunnelRequest = default(CreateNodesSingleLxcSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46464,7 +46464,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleRemotemigrate(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleRemotemigrate(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleRemotemigrateWithHttpInfo(node, vmid, createNodesSingleLxcSingleRemotemigrateRequest); return localVarResponse.Data; @@ -46479,7 +46479,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46543,7 +46543,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleRemotemigrateWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleRemotemigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46559,7 +46559,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest? createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleRemotemigrateRequest createNodesSingleLxcSingleRemotemigrateRequest = default(CreateNodesSingleLxcSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46623,7 +46623,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshot(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshot(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleSnapshotWithHttpInfo(node, vmid, createNodesSingleLxcSingleSnapshotRequest); return localVarResponse.Data; @@ -46638,7 +46638,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSnapshotWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSnapshotWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46702,7 +46702,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleSnapshotWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleSnapshotRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46718,7 +46718,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest? createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSnapshotRequest createNodesSingleLxcSingleSnapshotRequest = default(CreateNodesSingleLxcSingleSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46783,7 +46783,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshotSingleRollback(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleLxcSingleSnapshotSingleRollback(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfo(node, snapname, vmid, createNodesSingleLxcSingleSnapshotSingleRollbackRequest); return localVarResponse.Data; @@ -46799,7 +46799,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfo(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfo(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -46871,7 +46871,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotSingleRollbackAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSnapshotSingleRollbackAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfoAsync(node, snapname, vmid, createNodesSingleLxcSingleSnapshotSingleRollbackRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -46888,7 +46888,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfoAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest? createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSnapshotSingleRollbackWithHttpInfoAsync(string node, string snapname, int vmid, CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest createNodesSingleLxcSingleSnapshotSingleRollbackRequest = default(CreateNodesSingleLxcSingleSnapshotSingleRollbackRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -46959,7 +46959,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleLxcSingleSpiceproxy(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleLxcSingleSpiceproxy(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleSpiceproxyWithHttpInfo(node, vmid, createNodesSingleLxcSingleSpiceproxyRequest); return localVarResponse.Data; @@ -46974,7 +46974,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47038,7 +47038,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleSpiceproxyWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleSpiceproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47054,7 +47054,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest? createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleSpiceproxyRequest createNodesSingleLxcSingleSpiceproxyRequest = default(CreateNodesSingleLxcSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47118,7 +47118,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusReboot(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusReboot(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusRebootWithHttpInfo(node, vmid, createNodesSingleLxcSingleStatusRebootRequest); return localVarResponse.Data; @@ -47133,7 +47133,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusRebootWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusRebootWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47197,7 +47197,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusRebootAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusRebootAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusRebootWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleStatusRebootRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47213,7 +47213,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusRebootWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest? createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusRebootWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusRebootRequest createNodesSingleLxcSingleStatusRebootRequest = default(CreateNodesSingleLxcSingleStatusRebootRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47277,7 +47277,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusResume(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusResume(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusResumeWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -47292,7 +47292,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusResumeWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusResumeWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47356,7 +47356,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusResumeAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusResumeAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusResumeWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47372,7 +47372,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusResumeWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusResumeWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47436,7 +47436,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusShutdown(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusShutdown(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusShutdownWithHttpInfo(node, vmid, createNodesSingleLxcSingleStatusShutdownRequest); return localVarResponse.Data; @@ -47451,7 +47451,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusShutdownWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusShutdownWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47515,7 +47515,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusShutdownAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusShutdownAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusShutdownWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleStatusShutdownRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47531,7 +47531,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusShutdownWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest? createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusShutdownWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusShutdownRequest createNodesSingleLxcSingleStatusShutdownRequest = default(CreateNodesSingleLxcSingleStatusShutdownRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47595,7 +47595,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStart(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStart(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusStartWithHttpInfo(node, vmid, createNodesSingleLxcSingleStatusStartRequest); return localVarResponse.Data; @@ -47610,7 +47610,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusStartWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusStartWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47674,7 +47674,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStartAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStartAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusStartWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleStatusStartRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47690,7 +47690,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStartWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest? createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStartWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStartRequest createNodesSingleLxcSingleStatusStartRequest = default(CreateNodesSingleLxcSingleStatusStartRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47754,7 +47754,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStop(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusStop(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusStopWithHttpInfo(node, vmid, createNodesSingleLxcSingleStatusStopRequest); return localVarResponse.Data; @@ -47769,7 +47769,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusStopWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusStopWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47833,7 +47833,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStopAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusStopAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusStopWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleStatusStopRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -47849,7 +47849,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStopWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest? createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusStopWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleStatusStopRequest createNodesSingleLxcSingleStatusStopRequest = default(CreateNodesSingleLxcSingleStatusStopRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -47913,7 +47913,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusSuspend(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleStatusSuspend(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleStatusSuspendWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -47928,7 +47928,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusSuspendWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleStatusSuspendWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -47992,7 +47992,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusSuspendAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleStatusSuspendAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleStatusSuspendWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48008,7 +48008,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusSuspendWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleStatusSuspendWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48072,7 +48072,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleTemplate(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleTemplate(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleTemplateWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -48087,7 +48087,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleTemplateWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleTemplateWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48151,7 +48151,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleTemplateAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleTemplateAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleTemplateWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48167,7 +48167,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTemplateWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTemplateWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48231,7 +48231,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleTermproxy(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleTermproxy(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleTermproxyWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -48246,7 +48246,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleTermproxyWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleTermproxyWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48310,7 +48310,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleTermproxyAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleTermproxyAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleTermproxyWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48326,7 +48326,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTermproxyWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleTermproxyWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48390,7 +48390,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleLxcSingleVncproxy(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleLxcSingleVncproxy(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleLxcSingleVncproxyWithHttpInfo(node, vmid, createNodesSingleLxcSingleVncproxyRequest); return localVarResponse.Data; @@ -48405,7 +48405,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleLxcSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48469,7 +48469,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleVncproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleLxcSingleVncproxyAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleLxcSingleVncproxyWithHttpInfoAsync(node, vmid, createNodesSingleLxcSingleVncproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48485,7 +48485,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest? createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleLxcSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleLxcSingleVncproxyRequest createNodesSingleLxcSingleVncproxyRequest = default(CreateNodesSingleLxcSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48548,7 +48548,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleMigrateall(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleMigrateall(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleMigrateallWithHttpInfo(node, createNodesSingleMigrateallRequest); return localVarResponse.Data; @@ -48562,7 +48562,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleMigrateallWithHttpInfo(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleMigrateallWithHttpInfo(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48624,7 +48624,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleMigrateallAsync(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleMigrateallAsync(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleMigrateallWithHttpInfoAsync(node, createNodesSingleMigrateallRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48639,7 +48639,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleMigrateallWithHttpInfoAsync(string node, CreateNodesSingleMigrateallRequest? createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleMigrateallWithHttpInfoAsync(string node, CreateNodesSingleMigrateallRequest createNodesSingleMigrateallRequest = default(CreateNodesSingleMigrateallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48701,7 +48701,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleNetwork(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleNetwork(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleNetworkWithHttpInfo(node, createNodesSingleNetworkRequest); return localVarResponse.Data; @@ -48715,7 +48715,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleNetworkWithHttpInfo(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleNetworkWithHttpInfo(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48777,7 +48777,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleNetworkAsync(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleNetworkAsync(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleNetworkWithHttpInfoAsync(node, createNodesSingleNetworkRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48792,7 +48792,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleNetworkWithHttpInfoAsync(string node, CreateNodesSingleNetworkRequest? createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleNetworkWithHttpInfoAsync(string node, CreateNodesSingleNetworkRequest createNodesSingleNetworkRequest = default(CreateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -48855,7 +48855,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgent(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgent(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentWithHttpInfo(node, vmid, createNodesSingleQemuSingleAgentRequest); return localVarResponse.Data; @@ -48870,7 +48870,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -48934,7 +48934,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleAgentRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -48950,7 +48950,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest? createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentRequest createNodesSingleQemuSingleAgentRequest = default(CreateNodesSingleQemuSingleAgentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49014,7 +49014,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgentExec200Response - public CreateNodesSingleQemuSingleAgentExec200Response CreateNodesSingleQemuSingleAgentExec(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgentExec200Response CreateNodesSingleQemuSingleAgentExec(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentExecWithHttpInfo(node, vmid, createNodesSingleQemuSingleAgentExecRequest); return localVarResponse.Data; @@ -49029,7 +49029,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgentExec200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentExecWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentExecWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49093,7 +49093,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgentExec200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentExecAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentExecAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentExecWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleAgentExecRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49109,7 +49109,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgentExec200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentExecWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest? createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentExecWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentExecRequest createNodesSingleQemuSingleAgentExecRequest = default(CreateNodesSingleQemuSingleAgentExecRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49173,7 +49173,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleAgentFilewrite(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleAgentFilewrite(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfo(node, vmid, createNodesSingleQemuSingleAgentFilewriteRequest); return localVarResponse.Data; @@ -49188,7 +49188,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49252,7 +49252,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFilewriteAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFilewriteAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleAgentFilewriteRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49268,7 +49268,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest? createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFilewriteWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentFilewriteRequest createNodesSingleQemuSingleAgentFilewriteRequest = default(CreateNodesSingleQemuSingleAgentFilewriteRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49332,7 +49332,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezefreeze(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezefreeze(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -49347,7 +49347,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49411,7 +49411,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezefreezeAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezefreezeAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49427,7 +49427,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezefreezeWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49491,7 +49491,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezestatus(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezestatus(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -49506,7 +49506,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49570,7 +49570,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezestatusAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezestatusAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49586,7 +49586,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezestatusWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49650,7 +49650,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezethaw(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFsfreezethaw(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -49665,7 +49665,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49729,7 +49729,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezethawAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFsfreezethawAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49745,7 +49745,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFsfreezethawWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49809,7 +49809,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFstrim(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentFstrim(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentFstrimWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -49824,7 +49824,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFstrimWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentFstrimWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -49888,7 +49888,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFstrimAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentFstrimAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentFstrimWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -49904,7 +49904,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFstrimWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentFstrimWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -49968,7 +49968,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentPing(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentPing(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentPingWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -49983,7 +49983,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentPingWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentPingWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50047,7 +50047,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentPingAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentPingAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentPingWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50063,7 +50063,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentPingWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentPingWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50127,7 +50127,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSetuserpassword(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSetuserpassword(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfo(node, vmid, createNodesSingleQemuSingleAgentSetuserpasswordRequest); return localVarResponse.Data; @@ -50142,7 +50142,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50206,7 +50206,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSetuserpasswordAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSetuserpasswordAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleAgentSetuserpasswordRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50222,7 +50222,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest? createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSetuserpasswordWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleAgentSetuserpasswordRequest createNodesSingleQemuSingleAgentSetuserpasswordRequest = default(CreateNodesSingleQemuSingleAgentSetuserpasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50286,7 +50286,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentShutdown(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentShutdown(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentShutdownWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -50301,7 +50301,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentShutdownWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentShutdownWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50365,7 +50365,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentShutdownAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentShutdownAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentShutdownWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50381,7 +50381,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentShutdownWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentShutdownWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50445,7 +50445,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspenddisk(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspenddisk(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -50460,7 +50460,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50524,7 +50524,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspenddiskAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspenddiskAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50540,7 +50540,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspenddiskWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50604,7 +50604,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendhybrid(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendhybrid(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -50619,7 +50619,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50683,7 +50683,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendhybridAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendhybridAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50699,7 +50699,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendhybridWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50763,7 +50763,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleAgent200Response - public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendram(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleQemuSingleAgent200Response CreateNodesSingleQemuSingleAgentSuspendram(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -50778,7 +50778,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleAgent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -50842,7 +50842,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleAgent200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendramAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleAgentSuspendramAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -50858,7 +50858,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleAgent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleAgentSuspendramWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -50922,7 +50922,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleDbusvmstate(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleDbusvmstate(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleDbusvmstateWithHttpInfo(node, vmid, createNodesSingleQemuSingleDbusvmstateRequest); return localVarResponse.Data; @@ -50937,7 +50937,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleDbusvmstateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleDbusvmstateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51001,7 +51001,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleDbusvmstateAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleDbusvmstateAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleDbusvmstateWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleDbusvmstateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51017,7 +51017,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleDbusvmstateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest? createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleDbusvmstateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleDbusvmstateRequest createNodesSingleQemuSingleDbusvmstateRequest = default(CreateNodesSingleQemuSingleDbusvmstateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51081,7 +51081,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleFirewallAliases(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleFirewallAliases(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfo(node, vmid, createNodesSingleQemuSingleFirewallAliasesRequest); return localVarResponse.Data; @@ -51096,7 +51096,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51160,7 +51160,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleFirewallAliasesAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleFirewallAliasesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51176,7 +51176,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest? createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleFirewallAliasesWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleFirewallAliasesRequest createNodesSingleQemuSingleFirewallAliasesRequest = default(CreateNodesSingleQemuSingleFirewallAliasesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51240,7 +51240,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMigrate(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMigrate(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleMigrateWithHttpInfo(node, vmid, createNodesSingleQemuSingleMigrateRequest); return localVarResponse.Data; @@ -51255,7 +51255,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51319,7 +51319,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleMigrateWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleMigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51335,7 +51335,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest? createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMigrateRequest createNodesSingleQemuSingleMigrateRequest = default(CreateNodesSingleQemuSingleMigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51399,7 +51399,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleMonitor(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleMonitor(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleMonitorWithHttpInfo(node, vmid, createNodesSingleQemuSingleMonitorRequest); return localVarResponse.Data; @@ -51414,7 +51414,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMonitorWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMonitorWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51478,7 +51478,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMonitorAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMonitorAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleMonitorWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleMonitorRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51494,7 +51494,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMonitorWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest? createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMonitorWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMonitorRequest createNodesSingleQemuSingleMonitorRequest = default(CreateNodesSingleQemuSingleMonitorRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51558,7 +51558,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMovedisk(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleMovedisk(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleMovediskWithHttpInfo(node, vmid, createNodesSingleQemuSingleMovediskRequest); return localVarResponse.Data; @@ -51573,7 +51573,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMovediskWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMovediskWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51637,7 +51637,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMovediskAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMovediskAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleMovediskWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleMovediskRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51653,7 +51653,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMovediskWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest? createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMovediskWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMovediskRequest createNodesSingleQemuSingleMovediskRequest = default(CreateNodesSingleQemuSingleMovediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51717,7 +51717,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleMtunnel(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleMtunnel(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleMtunnelWithHttpInfo(node, vmid, createNodesSingleQemuSingleMtunnelRequest); return localVarResponse.Data; @@ -51732,7 +51732,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleMtunnelWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51796,7 +51796,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMtunnelAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleMtunnelAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleMtunnelWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleMtunnelRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51812,7 +51812,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest? createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleMtunnelWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleMtunnelRequest createNodesSingleQemuSingleMtunnelRequest = default(CreateNodesSingleQemuSingleMtunnelRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -51876,7 +51876,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleRemotemigrate(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleRemotemigrate(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleRemotemigrateWithHttpInfo(node, vmid, createNodesSingleQemuSingleRemotemigrateRequest); return localVarResponse.Data; @@ -51891,7 +51891,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleRemotemigrateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -51955,7 +51955,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleRemotemigrateAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleRemotemigrateWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleRemotemigrateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -51971,7 +51971,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest? createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleRemotemigrateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleRemotemigrateRequest createNodesSingleQemuSingleRemotemigrateRequest = default(CreateNodesSingleQemuSingleRemotemigrateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -52035,7 +52035,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleQemuSingleSpiceproxy(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleQemuSingleSpiceproxy(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleSpiceproxyWithHttpInfo(node, vmid, createNodesSingleQemuSingleSpiceproxyRequest); return localVarResponse.Data; @@ -52050,7 +52050,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleSpiceproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -52114,7 +52114,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleSpiceproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleSpiceproxyWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleSpiceproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52130,7 +52130,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest? createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleSpiceproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleSpiceproxyRequest createNodesSingleQemuSingleSpiceproxyRequest = default(CreateNodesSingleQemuSingleSpiceproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -52194,7 +52194,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleTemplate(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateNodesSingleQemuSingleTemplate(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleTemplateWithHttpInfo(node, vmid, createNodesSingleQemuSingleTemplateRequest); return localVarResponse.Data; @@ -52209,7 +52209,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleTemplateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleTemplateWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -52273,7 +52273,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleTemplateAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleTemplateAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleTemplateWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleTemplateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52289,7 +52289,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTemplateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest? createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTemplateWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTemplateRequest createNodesSingleQemuSingleTemplateRequest = default(CreateNodesSingleQemuSingleTemplateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -52353,7 +52353,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleTermproxy(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleTermproxy(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleTermproxyWithHttpInfo(node, vmid, createNodesSingleQemuSingleTermproxyRequest); return localVarResponse.Data; @@ -52368,7 +52368,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleTermproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleTermproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -52432,7 +52432,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleTermproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleTermproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleTermproxyWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleTermproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52448,7 +52448,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTermproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest? createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleTermproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleTermproxyRequest createNodesSingleQemuSingleTermproxyRequest = default(CreateNodesSingleQemuSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -52512,7 +52512,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleQemuSingleVncproxy(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleQemuSingleVncproxy(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleQemuSingleVncproxyWithHttpInfo(node, vmid, createNodesSingleQemuSingleVncproxyRequest); return localVarResponse.Data; @@ -52527,7 +52527,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleQemuSingleVncproxyWithHttpInfo(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -52591,7 +52591,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleVncproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleQemuSingleVncproxyAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleQemuSingleVncproxyWithHttpInfoAsync(node, vmid, createNodesSingleQemuSingleVncproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52607,7 +52607,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest? createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleQemuSingleVncproxyWithHttpInfoAsync(string node, int vmid, CreateNodesSingleQemuSingleVncproxyRequest createNodesSingleQemuSingleVncproxyRequest = default(CreateNodesSingleQemuSingleVncproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -52671,7 +52671,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleReplicationSingleSchedulenow(string id, string node, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleReplicationSingleSchedulenow(string id, string node, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleReplicationSingleSchedulenowWithHttpInfo(id, node, body); return localVarResponse.Data; @@ -52686,7 +52686,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleReplicationSingleSchedulenowWithHttpInfo(string id, string node, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleReplicationSingleSchedulenowWithHttpInfo(string id, string node, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -52756,7 +52756,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleReplicationSingleSchedulenowAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleReplicationSingleSchedulenowAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleReplicationSingleSchedulenowWithHttpInfoAsync(id, node, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52772,7 +52772,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleReplicationSingleSchedulenowWithHttpInfoAsync(string id, string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleReplicationSingleSchedulenowWithHttpInfoAsync(string id, string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -52842,7 +52842,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleServicesSingleReload(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleServicesSingleReload(string node, string service, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleServicesSingleReloadWithHttpInfo(node, service, body); return localVarResponse.Data; @@ -52857,7 +52857,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleReloadWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleReloadWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -52927,7 +52927,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleReloadAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleReloadAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleServicesSingleReloadWithHttpInfoAsync(node, service, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -52943,7 +52943,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleReloadWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleReloadWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53013,7 +53013,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleServicesSingleRestart(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleServicesSingleRestart(string node, string service, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleServicesSingleRestartWithHttpInfo(node, service, body); return localVarResponse.Data; @@ -53028,7 +53028,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleRestartWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleRestartWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53098,7 +53098,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleRestartAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleRestartAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleServicesSingleRestartWithHttpInfoAsync(node, service, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53114,7 +53114,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleRestartWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleRestartWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53184,7 +53184,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleServicesSingleStart(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleServicesSingleStart(string node, string service, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleServicesSingleStartWithHttpInfo(node, service, body); return localVarResponse.Data; @@ -53199,7 +53199,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleStartWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleStartWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53269,7 +53269,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleStartAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleStartAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleServicesSingleStartWithHttpInfoAsync(node, service, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53285,7 +53285,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStartWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStartWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53355,7 +53355,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleServicesSingleStop(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleServicesSingleStop(string node, string service, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleServicesSingleStopWithHttpInfo(node, service, body); return localVarResponse.Data; @@ -53370,7 +53370,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleStopWithHttpInfo(string node, string service, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleServicesSingleStopWithHttpInfo(string node, string service, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53440,7 +53440,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleStopAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleServicesSingleStopAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleServicesSingleStopWithHttpInfoAsync(node, service, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53456,7 +53456,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStopWithHttpInfoAsync(string node, string service, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleServicesSingleStopWithHttpInfoAsync(string node, string service, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53525,7 +53525,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleSpiceproxy200Response - public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleSpiceshell(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleSpiceproxy200Response CreateNodesSingleSpiceshell(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleSpiceshellWithHttpInfo(node, createNodesSingleSpiceshellRequest); return localVarResponse.Data; @@ -53539,7 +53539,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleSpiceproxy200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSpiceshellWithHttpInfo(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSpiceshellWithHttpInfo(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53601,7 +53601,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleSpiceproxy200Response - public async System.Threading.Tasks.Task CreateNodesSingleSpiceshellAsync(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleSpiceshellAsync(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleSpiceshellWithHttpInfoAsync(node, createNodesSingleSpiceshellRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53616,7 +53616,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleSpiceproxy200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleSpiceshellWithHttpInfoAsync(string node, CreateNodesSingleSpiceshellRequest? createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleSpiceshellWithHttpInfoAsync(string node, CreateNodesSingleSpiceshellRequest createNodesSingleSpiceshellRequest = default(CreateNodesSingleSpiceshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53678,7 +53678,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStartall(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStartall(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStartallWithHttpInfo(node, createNodesSingleStartallRequest); return localVarResponse.Data; @@ -53692,7 +53692,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStartallWithHttpInfo(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStartallWithHttpInfo(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53754,7 +53754,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStartallAsync(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStartallAsync(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStartallWithHttpInfoAsync(node, createNodesSingleStartallRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53769,7 +53769,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStartallWithHttpInfoAsync(string node, CreateNodesSingleStartallRequest? createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStartallWithHttpInfoAsync(string node, CreateNodesSingleStartallRequest createNodesSingleStartallRequest = default(CreateNodesSingleStartallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53831,7 +53831,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStatus(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStatus(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStatusWithHttpInfo(node, createNodesSingleStatusRequest); return localVarResponse.Data; @@ -53845,7 +53845,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStatusWithHttpInfo(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStatusWithHttpInfo(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -53907,7 +53907,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStatusAsync(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStatusAsync(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStatusWithHttpInfoAsync(node, createNodesSingleStatusRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -53922,7 +53922,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStatusWithHttpInfoAsync(string node, CreateNodesSingleStatusRequest? createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStatusWithHttpInfoAsync(string node, CreateNodesSingleStatusRequest createNodesSingleStatusRequest = default(CreateNodesSingleStatusRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -53984,7 +53984,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStopall(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStopall(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStopallWithHttpInfo(node, createNodesSingleStopallRequest); return localVarResponse.Data; @@ -53998,7 +53998,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStopallWithHttpInfo(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStopallWithHttpInfo(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54060,7 +54060,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStopallAsync(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStopallAsync(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStopallWithHttpInfoAsync(node, createNodesSingleStopallRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54075,7 +54075,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStopallWithHttpInfoAsync(string node, CreateNodesSingleStopallRequest? createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStopallWithHttpInfoAsync(string node, CreateNodesSingleStopallRequest createNodesSingleStopallRequest = default(CreateNodesSingleStopallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -54138,7 +54138,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleStorageSingleContent200Response - public CreateNodesSingleStorageSingleContent200Response CreateNodesSingleStorageSingleContent(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0) + public CreateNodesSingleStorageSingleContent200Response CreateNodesSingleStorageSingleContent(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStorageSingleContentWithHttpInfo(node, storage, createNodesSingleStorageSingleContentRequest); return localVarResponse.Data; @@ -54153,7 +54153,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleStorageSingleContent200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleContentWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleContentWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54223,7 +54223,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleStorageSingleContent200Response - public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStorageSingleContentWithHttpInfoAsync(node, storage, createNodesSingleStorageSingleContentRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54239,7 +54239,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleStorageSingleContent200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest? createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleContentRequest createNodesSingleStorageSingleContentRequest = default(CreateNodesSingleStorageSingleContentRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -54310,7 +54310,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStorageSingleContentSingleWithHttpInfo(node, storage, volume, createNodesSingleStorageSingleContentSingleRequest); return localVarResponse.Data; @@ -54326,7 +54326,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54404,7 +54404,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(node, storage, volume, createNodesSingleStorageSingleContentSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54421,7 +54421,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest? createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, CreateNodesSingleStorageSingleContentSingleRequest createNodesSingleStorageSingleContentSingleRequest = default(CreateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -54498,7 +54498,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStorageSingleDownloadurl(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStorageSingleDownloadurl(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStorageSingleDownloadurlWithHttpInfo(node, storage, createNodesSingleStorageSingleDownloadurlRequest); return localVarResponse.Data; @@ -54513,7 +54513,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleDownloadurlWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleDownloadurlWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54583,7 +54583,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleDownloadurlAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleDownloadurlAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStorageSingleDownloadurlWithHttpInfoAsync(node, storage, createNodesSingleStorageSingleDownloadurlRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54599,7 +54599,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleDownloadurlWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest? createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleDownloadurlWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleDownloadurlRequest createNodesSingleStorageSingleDownloadurlRequest = default(CreateNodesSingleStorageSingleDownloadurlRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -54669,7 +54669,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStorageSingleOciregistrypull(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStorageSingleOciregistrypull(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStorageSingleOciregistrypullWithHttpInfo(node, storage, createNodesSingleStorageSingleOciregistrypullRequest); return localVarResponse.Data; @@ -54684,7 +54684,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleOciregistrypullWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleOciregistrypullWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54754,7 +54754,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleOciregistrypullAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleOciregistrypullAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStorageSingleOciregistrypullWithHttpInfoAsync(node, storage, createNodesSingleStorageSingleOciregistrypullRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54770,7 +54770,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleOciregistrypullWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest? createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleOciregistrypullWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleOciregistrypullRequest createNodesSingleStorageSingleOciregistrypullRequest = default(CreateNodesSingleStorageSingleOciregistrypullRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -54840,7 +54840,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleStorageSingleUpload(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleStorageSingleUpload(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleStorageSingleUploadWithHttpInfo(node, storage, createNodesSingleStorageSingleUploadRequest); return localVarResponse.Data; @@ -54855,7 +54855,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleUploadWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleStorageSingleUploadWithHttpInfo(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -54925,7 +54925,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleUploadAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleStorageSingleUploadAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleStorageSingleUploadWithHttpInfoAsync(node, storage, createNodesSingleStorageSingleUploadRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -54941,7 +54941,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleUploadWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest? createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleStorageSingleUploadWithHttpInfoAsync(string node, string storage, CreateNodesSingleStorageSingleUploadRequest createNodesSingleStorageSingleUploadRequest = default(CreateNodesSingleStorageSingleUploadRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55010,7 +55010,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleSubscription(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleSubscription(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleSubscriptionWithHttpInfo(node, createNodesSingleSubscriptionRequest); return localVarResponse.Data; @@ -55024,7 +55024,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSubscriptionWithHttpInfo(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSubscriptionWithHttpInfo(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55086,7 +55086,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleSubscriptionAsync(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleSubscriptionAsync(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleSubscriptionWithHttpInfoAsync(node, createNodesSingleSubscriptionRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55101,7 +55101,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleSubscriptionWithHttpInfoAsync(string node, CreateNodesSingleSubscriptionRequest? createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleSubscriptionWithHttpInfoAsync(string node, CreateNodesSingleSubscriptionRequest createNodesSingleSubscriptionRequest = default(CreateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55163,7 +55163,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleSuspendall(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleSuspendall(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleSuspendallWithHttpInfo(node, createNodesSingleSuspendallRequest); return localVarResponse.Data; @@ -55177,7 +55177,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSuspendallWithHttpInfo(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleSuspendallWithHttpInfo(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55239,7 +55239,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleSuspendallAsync(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleSuspendallAsync(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleSuspendallWithHttpInfoAsync(node, createNodesSingleSuspendallRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55254,7 +55254,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleSuspendallWithHttpInfoAsync(string node, CreateNodesSingleSuspendallRequest? createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleSuspendallWithHttpInfoAsync(string node, CreateNodesSingleSuspendallRequest createNodesSingleSuspendallRequest = default(CreateNodesSingleSuspendallRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55316,7 +55316,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleTermproxy(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleTermproxy(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleTermproxyWithHttpInfo(node, createNodesSingleTermproxyRequest); return localVarResponse.Data; @@ -55330,7 +55330,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleTermproxyWithHttpInfo(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleTermproxyWithHttpInfo(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55392,7 +55392,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleTermproxyAsync(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleTermproxyAsync(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleTermproxyWithHttpInfoAsync(node, createNodesSingleTermproxyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55407,7 +55407,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleTermproxyWithHttpInfoAsync(string node, CreateNodesSingleTermproxyRequest? createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleTermproxyWithHttpInfoAsync(string node, CreateNodesSingleTermproxyRequest createNodesSingleTermproxyRequest = default(CreateNodesSingleTermproxyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55469,7 +55469,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleVncshell(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleVncshell(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleVncshellWithHttpInfo(node, createNodesSingleVncshellRequest); return localVarResponse.Data; @@ -55483,7 +55483,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleVncshellWithHttpInfo(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleVncshellWithHttpInfo(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55545,7 +55545,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleVncshellAsync(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleVncshellAsync(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleVncshellWithHttpInfoAsync(node, createNodesSingleVncshellRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55560,7 +55560,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleVncshellWithHttpInfoAsync(string node, CreateNodesSingleVncshellRequest? createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleVncshellWithHttpInfoAsync(string node, CreateNodesSingleVncshellRequest createNodesSingleVncshellRequest = default(CreateNodesSingleVncshellRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55622,7 +55622,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateNodesSingleVzdump(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateNodesSingleVzdump(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleVzdumpWithHttpInfo(node, createNodesSingleVzdumpRequest); return localVarResponse.Data; @@ -55636,7 +55636,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleVzdumpWithHttpInfo(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleVzdumpWithHttpInfo(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55698,7 +55698,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateNodesSingleVzdumpAsync(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleVzdumpAsync(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleVzdumpWithHttpInfoAsync(node, createNodesSingleVzdumpRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55713,7 +55713,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleVzdumpWithHttpInfoAsync(string node, CreateNodesSingleVzdumpRequest? createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleVzdumpWithHttpInfoAsync(string node, CreateNodesSingleVzdumpRequest createNodesSingleVzdumpRequest = default(CreateNodesSingleVzdumpRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55775,7 +55775,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleWakeonlan200Response - public CreateNodesSingleWakeonlan200Response CreateNodesSingleWakeonlan(string node, Object? body = default(Object?), int operationIndex = 0) + public CreateNodesSingleWakeonlan200Response CreateNodesSingleWakeonlan(string node, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateNodesSingleWakeonlanWithHttpInfo(node, body); return localVarResponse.Data; @@ -55789,7 +55789,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleWakeonlan200Response - public ProxmoxSharp.Client.ApiResponse CreateNodesSingleWakeonlanWithHttpInfo(string node, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateNodesSingleWakeonlanWithHttpInfo(string node, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -55851,7 +55851,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleWakeonlan200Response - public async System.Threading.Tasks.Task CreateNodesSingleWakeonlanAsync(string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateNodesSingleWakeonlanAsync(string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateNodesSingleWakeonlanWithHttpInfoAsync(node, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -55866,7 +55866,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleWakeonlan200Response) - public async System.Threading.Tasks.Task> CreateNodesSingleWakeonlanWithHttpInfoAsync(string node, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateNodesSingleWakeonlanWithHttpInfoAsync(string node, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -55927,7 +55927,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreatePool(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreatePool(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreatePoolWithHttpInfo(createPoolRequest); return localVarResponse.Data; @@ -55940,7 +55940,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreatePoolWithHttpInfo(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreatePoolWithHttpInfo(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -55994,7 +55994,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreatePoolAsync(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreatePoolAsync(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreatePoolWithHttpInfoAsync(createPoolRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56008,7 +56008,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreatePoolWithHttpInfoAsync(CreatePoolRequest? createPoolRequest = default(CreatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreatePoolWithHttpInfoAsync(CreatePoolRequest createPoolRequest = default(CreatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -56062,7 +56062,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateStorage200Response - public CreateStorage200Response CreateStorage(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0) + public CreateStorage200Response CreateStorage(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateStorageWithHttpInfo(createStorageRequest); return localVarResponse.Data; @@ -56075,7 +56075,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateStorage200Response - public ProxmoxSharp.Client.ApiResponse CreateStorageWithHttpInfo(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateStorageWithHttpInfo(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -56129,7 +56129,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateStorage200Response - public async System.Threading.Tasks.Task CreateStorageAsync(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateStorageAsync(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateStorageWithHttpInfoAsync(createStorageRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56143,7 +56143,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateStorage200Response) - public async System.Threading.Tasks.Task> CreateStorageWithHttpInfoAsync(CreateStorageRequest? createStorageRequest = default(CreateStorageRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateStorageWithHttpInfoAsync(CreateStorageRequest createStorageRequest = default(CreateStorageRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -56198,7 +56198,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateVM(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateVM(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateVMWithHttpInfo(node, createVMRequest); return localVarResponse.Data; @@ -56212,7 +56212,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateVMWithHttpInfo(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateVMWithHttpInfo(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -56274,7 +56274,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateVMAsync(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateVMAsync(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateVMWithHttpInfoAsync(node, createVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56289,7 +56289,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateVMWithHttpInfoAsync(string node, CreateVMRequest? createVMRequest = default(CreateVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateVMWithHttpInfoAsync(string node, CreateVMRequest createVMRequest = default(CreateVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -56352,7 +56352,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateVMFirewallIPSet(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateVMFirewallIPSet(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateVMFirewallIPSetWithHttpInfo(node, vmid, createVMFirewallIPSetRequest); return localVarResponse.Data; @@ -56367,7 +56367,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateVMFirewallIPSetWithHttpInfo(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateVMFirewallIPSetWithHttpInfo(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -56431,7 +56431,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateVMFirewallIPSetAsync(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateVMFirewallIPSetAsync(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateVMFirewallIPSetWithHttpInfoAsync(node, vmid, createVMFirewallIPSetRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56447,7 +56447,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateVMFirewallIPSetWithHttpInfoAsync(string node, int vmid, CreateVMFirewallIPSetRequest? createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateVMFirewallIPSetWithHttpInfoAsync(string node, int vmid, CreateVMFirewallIPSetRequest createVMFirewallIPSetRequest = default(CreateVMFirewallIPSetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -56511,7 +56511,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response CreateVMFirewallRule(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response CreateVMFirewallRule(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateVMFirewallRuleWithHttpInfo(node, vmid, createVMFirewallRuleRequest); return localVarResponse.Data; @@ -56526,7 +56526,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse CreateVMFirewallRuleWithHttpInfo(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateVMFirewallRuleWithHttpInfo(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -56590,7 +56590,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task CreateVMFirewallRuleAsync(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateVMFirewallRuleAsync(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateVMFirewallRuleWithHttpInfoAsync(node, vmid, createVMFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56606,7 +56606,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> CreateVMFirewallRuleWithHttpInfoAsync(string node, int vmid, CreateVMFirewallRuleRequest? createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateVMFirewallRuleWithHttpInfoAsync(string node, int vmid, CreateVMFirewallRuleRequest createVMFirewallRuleRequest = default(CreateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -56670,7 +56670,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response CreateVMSnapshot(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response CreateVMSnapshot(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = CreateVMSnapshotWithHttpInfo(node, vmid, createVMSnapshotRequest); return localVarResponse.Data; @@ -56685,7 +56685,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse CreateVMSnapshotWithHttpInfo(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse CreateVMSnapshotWithHttpInfo(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -56749,7 +56749,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task CreateVMSnapshotAsync(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task CreateVMSnapshotAsync(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await CreateVMSnapshotWithHttpInfoAsync(node, vmid, createVMSnapshotRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -56765,7 +56765,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> CreateVMSnapshotWithHttpInfoAsync(string node, int vmid, CreateVMSnapshotRequest? createVMSnapshotRequest = default(CreateVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateVMSnapshotWithHttpInfoAsync(string node, int vmid, CreateVMSnapshotRequest createVMSnapshotRequest = default(CreateVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -114368,7 +114368,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response RebootVM(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response RebootVM(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = RebootVMWithHttpInfo(node, vmid, rebootVMRequest); return localVarResponse.Data; @@ -114383,7 +114383,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse RebootVMWithHttpInfo(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse RebootVMWithHttpInfo(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -114447,7 +114447,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task RebootVMAsync(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task RebootVMAsync(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await RebootVMWithHttpInfoAsync(node, vmid, rebootVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -114463,7 +114463,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> RebootVMWithHttpInfoAsync(string node, int vmid, RebootVMRequest? rebootVMRequest = default(RebootVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> RebootVMWithHttpInfoAsync(string node, int vmid, RebootVMRequest rebootVMRequest = default(RebootVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115161,7 +115161,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response ResetVM(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response ResetVM(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = ResetVMWithHttpInfo(node, vmid, resetVMRequest); return localVarResponse.Data; @@ -115176,7 +115176,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse ResetVMWithHttpInfo(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse ResetVMWithHttpInfo(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -115240,7 +115240,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task ResetVMAsync(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task ResetVMAsync(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await ResetVMWithHttpInfoAsync(node, vmid, resetVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -115256,7 +115256,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> ResetVMWithHttpInfoAsync(string node, int vmid, ResetVMRequest? resetVMRequest = default(ResetVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ResetVMWithHttpInfoAsync(string node, int vmid, ResetVMRequest resetVMRequest = default(ResetVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115320,7 +115320,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response ResizeVMDisk(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response ResizeVMDisk(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = ResizeVMDiskWithHttpInfo(node, vmid, resizeVMDiskRequest); return localVarResponse.Data; @@ -115335,7 +115335,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse ResizeVMDiskWithHttpInfo(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse ResizeVMDiskWithHttpInfo(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -115399,7 +115399,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task ResizeVMDiskAsync(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task ResizeVMDiskAsync(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await ResizeVMDiskWithHttpInfoAsync(node, vmid, resizeVMDiskRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -115415,7 +115415,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> ResizeVMDiskWithHttpInfoAsync(string node, int vmid, ResizeVMDiskRequest? resizeVMDiskRequest = default(ResizeVMDiskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ResizeVMDiskWithHttpInfoAsync(string node, int vmid, ResizeVMDiskRequest resizeVMDiskRequest = default(ResizeVMDiskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115479,7 +115479,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response ResumeVM(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response ResumeVM(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = ResumeVMWithHttpInfo(node, vmid, resumeVMRequest); return localVarResponse.Data; @@ -115494,7 +115494,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse ResumeVMWithHttpInfo(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse ResumeVMWithHttpInfo(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -115558,7 +115558,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task ResumeVMAsync(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task ResumeVMAsync(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await ResumeVMWithHttpInfoAsync(node, vmid, resumeVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -115574,7 +115574,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> ResumeVMWithHttpInfoAsync(string node, int vmid, ResumeVMRequest? resumeVMRequest = default(ResumeVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ResumeVMWithHttpInfoAsync(string node, int vmid, ResumeVMRequest resumeVMRequest = default(ResumeVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115639,7 +115639,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response RollbackVMSnapshot(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response RollbackVMSnapshot(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = RollbackVMSnapshotWithHttpInfo(node, snapname, vmid, rollbackVMSnapshotRequest); return localVarResponse.Data; @@ -115655,7 +115655,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse RollbackVMSnapshotWithHttpInfo(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse RollbackVMSnapshotWithHttpInfo(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -115727,7 +115727,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task RollbackVMSnapshotAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task RollbackVMSnapshotAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await RollbackVMSnapshotWithHttpInfoAsync(node, snapname, vmid, rollbackVMSnapshotRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -115744,7 +115744,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> RollbackVMSnapshotWithHttpInfoAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest? rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> RollbackVMSnapshotWithHttpInfoAsync(string node, string snapname, int vmid, RollbackVMSnapshotRequest rollbackVMSnapshotRequest = default(RollbackVMSnapshotRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115815,7 +115815,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response ShutdownVM(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response ShutdownVM(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = ShutdownVMWithHttpInfo(node, vmid, shutdownVMRequest); return localVarResponse.Data; @@ -115830,7 +115830,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse ShutdownVMWithHttpInfo(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse ShutdownVMWithHttpInfo(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -115894,7 +115894,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task ShutdownVMAsync(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task ShutdownVMAsync(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await ShutdownVMWithHttpInfoAsync(node, vmid, shutdownVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -115910,7 +115910,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> ShutdownVMWithHttpInfoAsync(string node, int vmid, ShutdownVMRequest? shutdownVMRequest = default(ShutdownVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ShutdownVMWithHttpInfoAsync(string node, int vmid, ShutdownVMRequest shutdownVMRequest = default(ShutdownVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -115974,7 +115974,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response StartVM(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response StartVM(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = StartVMWithHttpInfo(node, vmid, startVMRequest); return localVarResponse.Data; @@ -115989,7 +115989,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse StartVMWithHttpInfo(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse StartVMWithHttpInfo(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -116053,7 +116053,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task StartVMAsync(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task StartVMAsync(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await StartVMWithHttpInfoAsync(node, vmid, startVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116069,7 +116069,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> StartVMWithHttpInfoAsync(string node, int vmid, StartVMRequest? startVMRequest = default(StartVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> StartVMWithHttpInfoAsync(string node, int vmid, StartVMRequest startVMRequest = default(StartVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -116296,7 +116296,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response StopVM(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response StopVM(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = StopVMWithHttpInfo(node, vmid, stopVMRequest); return localVarResponse.Data; @@ -116311,7 +116311,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse StopVMWithHttpInfo(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse StopVMWithHttpInfo(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -116375,7 +116375,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task StopVMAsync(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task StopVMAsync(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await StopVMWithHttpInfoAsync(node, vmid, stopVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116391,7 +116391,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> StopVMWithHttpInfoAsync(string node, int vmid, StopVMRequest? stopVMRequest = default(StopVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> StopVMWithHttpInfoAsync(string node, int vmid, StopVMRequest stopVMRequest = default(StopVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -116455,7 +116455,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response SuspendVM(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0) + public CreateClusterReplication200Response SuspendVM(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = SuspendVMWithHttpInfo(node, vmid, suspendVMRequest); return localVarResponse.Data; @@ -116470,7 +116470,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse SuspendVMWithHttpInfo(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse SuspendVMWithHttpInfo(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -116534,7 +116534,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task SuspendVMAsync(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task SuspendVMAsync(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await SuspendVMWithHttpInfoAsync(node, vmid, suspendVMRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116550,7 +116550,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> SuspendVMWithHttpInfoAsync(string node, int vmid, SuspendVMRequest? suspendVMRequest = default(SuspendVMRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> SuspendVMWithHttpInfoAsync(string node, int vmid, SuspendVMRequest suspendVMRequest = default(SuspendVMRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -116614,7 +116614,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UnlinkVMDiskImages(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UnlinkVMDiskImages(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UnlinkVMDiskImagesWithHttpInfo(node, vmid, unlinkVMDiskImagesRequest); return localVarResponse.Data; @@ -116629,7 +116629,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UnlinkVMDiskImagesWithHttpInfo(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UnlinkVMDiskImagesWithHttpInfo(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -116693,7 +116693,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UnlinkVMDiskImagesAsync(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UnlinkVMDiskImagesAsync(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UnlinkVMDiskImagesWithHttpInfoAsync(node, vmid, unlinkVMDiskImagesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116709,7 +116709,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UnlinkVMDiskImagesWithHttpInfoAsync(string node, int vmid, UnlinkVMDiskImagesRequest? unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UnlinkVMDiskImagesWithHttpInfoAsync(string node, int vmid, UnlinkVMDiskImagesRequest unlinkVMDiskImagesRequest = default(UnlinkVMDiskImagesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -116771,7 +116771,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessAcl(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessAcl(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessAclWithHttpInfo(updateAccessAclRequest); return localVarResponse.Data; @@ -116784,7 +116784,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessAclWithHttpInfo(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessAclWithHttpInfo(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -116838,7 +116838,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessAclAsync(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessAclAsync(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessAclWithHttpInfoAsync(updateAccessAclRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116852,7 +116852,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessAclWithHttpInfoAsync(UpdateAccessAclRequest? updateAccessAclRequest = default(UpdateAccessAclRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessAclWithHttpInfoAsync(UpdateAccessAclRequest updateAccessAclRequest = default(UpdateAccessAclRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -116907,7 +116907,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessDomainsSingle(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessDomainsSingle(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessDomainsSingleWithHttpInfo(realm, updateAccessDomainsSingleRequest); return localVarResponse.Data; @@ -116921,7 +116921,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessDomainsSingleWithHttpInfo(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessDomainsSingleWithHttpInfo(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0) { // verify the required parameter 'realm' is set if (realm == null) @@ -116983,7 +116983,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessDomainsSingleAsync(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessDomainsSingleAsync(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessDomainsSingleWithHttpInfoAsync(realm, updateAccessDomainsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -116998,7 +116998,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessDomainsSingleWithHttpInfoAsync(string realm, UpdateAccessDomainsSingleRequest? updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessDomainsSingleWithHttpInfoAsync(string realm, UpdateAccessDomainsSingleRequest updateAccessDomainsSingleRequest = default(UpdateAccessDomainsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'realm' is set if (realm == null) @@ -117060,7 +117060,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessGroupsSingle(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessGroupsSingle(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessGroupsSingleWithHttpInfo(groupid, updateAccessGroupsSingleRequest); return localVarResponse.Data; @@ -117074,7 +117074,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessGroupsSingleWithHttpInfo(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessGroupsSingleWithHttpInfo(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0) { // verify the required parameter 'groupid' is set if (groupid == null) @@ -117136,7 +117136,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessGroupsSingleAsync(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessGroupsSingleAsync(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessGroupsSingleWithHttpInfoAsync(groupid, updateAccessGroupsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117151,7 +117151,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessGroupsSingleWithHttpInfoAsync(string groupid, UpdateAccessGroupsSingleRequest? updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessGroupsSingleWithHttpInfoAsync(string groupid, UpdateAccessGroupsSingleRequest updateAccessGroupsSingleRequest = default(UpdateAccessGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'groupid' is set if (groupid == null) @@ -117212,7 +117212,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessPassword(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessPassword(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessPasswordWithHttpInfo(updateAccessPasswordRequest); return localVarResponse.Data; @@ -117225,7 +117225,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessPasswordWithHttpInfo(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessPasswordWithHttpInfo(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -117279,7 +117279,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessPasswordAsync(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessPasswordAsync(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessPasswordWithHttpInfoAsync(updateAccessPasswordRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117293,7 +117293,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessPasswordWithHttpInfoAsync(UpdateAccessPasswordRequest? updateAccessPasswordRequest = default(UpdateAccessPasswordRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessPasswordWithHttpInfoAsync(UpdateAccessPasswordRequest updateAccessPasswordRequest = default(UpdateAccessPasswordRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -117348,7 +117348,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessRolesSingle(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessRolesSingle(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessRolesSingleWithHttpInfo(roleid, updateAccessRolesSingleRequest); return localVarResponse.Data; @@ -117362,7 +117362,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessRolesSingleWithHttpInfo(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessRolesSingleWithHttpInfo(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0) { // verify the required parameter 'roleid' is set if (roleid == null) @@ -117424,7 +117424,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessRolesSingleAsync(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessRolesSingleAsync(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessRolesSingleWithHttpInfoAsync(roleid, updateAccessRolesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117439,7 +117439,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessRolesSingleWithHttpInfoAsync(string roleid, UpdateAccessRolesSingleRequest? updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessRolesSingleWithHttpInfoAsync(string roleid, UpdateAccessRolesSingleRequest updateAccessRolesSingleRequest = default(UpdateAccessRolesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'roleid' is set if (roleid == null) @@ -117502,7 +117502,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessTfaSingleSingle(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessTfaSingleSingle(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessTfaSingleSingleWithHttpInfo(id, userid, updateAccessTfaSingleSingleRequest); return localVarResponse.Data; @@ -117517,7 +117517,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessTfaSingleSingleWithHttpInfo(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessTfaSingleSingleWithHttpInfo(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -117587,7 +117587,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessTfaSingleSingleAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessTfaSingleSingleAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessTfaSingleSingleWithHttpInfoAsync(id, userid, updateAccessTfaSingleSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117603,7 +117603,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessTfaSingleSingleWithHttpInfoAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest? updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessTfaSingleSingleWithHttpInfoAsync(string id, string userid, UpdateAccessTfaSingleSingleRequest updateAccessTfaSingleSingleRequest = default(UpdateAccessTfaSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -117672,7 +117672,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateAccessUsersSingle(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateAccessUsersSingle(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessUsersSingleWithHttpInfo(userid, updateAccessUsersSingleRequest); return localVarResponse.Data; @@ -117686,7 +117686,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleWithHttpInfo(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleWithHttpInfo(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0) { // verify the required parameter 'userid' is set if (userid == null) @@ -117748,7 +117748,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateAccessUsersSingleAsync(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessUsersSingleAsync(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessUsersSingleWithHttpInfoAsync(userid, updateAccessUsersSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117763,7 +117763,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateAccessUsersSingleWithHttpInfoAsync(string userid, UpdateAccessUsersSingleRequest? updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessUsersSingleWithHttpInfoAsync(string userid, UpdateAccessUsersSingleRequest updateAccessUsersSingleRequest = default(UpdateAccessUsersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'userid' is set if (userid == null) @@ -117826,7 +117826,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// UpdateAccessUsersSingleTokenSingle200Response - public UpdateAccessUsersSingleTokenSingle200Response UpdateAccessUsersSingleTokenSingle(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0) + public UpdateAccessUsersSingleTokenSingle200Response UpdateAccessUsersSingleTokenSingle(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessUsersSingleTokenSingleWithHttpInfo(tokenid, userid, updateAccessUsersSingleTokenSingleRequest); return localVarResponse.Data; @@ -117841,7 +117841,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of UpdateAccessUsersSingleTokenSingle200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleTokenSingleWithHttpInfo(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0) { // verify the required parameter 'tokenid' is set if (tokenid == null) @@ -117911,7 +117911,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of UpdateAccessUsersSingleTokenSingle200Response - public async System.Threading.Tasks.Task UpdateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessUsersSingleTokenSingleAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessUsersSingleTokenSingleWithHttpInfoAsync(tokenid, userid, updateAccessUsersSingleTokenSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -117927,7 +117927,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (UpdateAccessUsersSingleTokenSingle200Response) - public async System.Threading.Tasks.Task> UpdateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest? updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessUsersSingleTokenSingleWithHttpInfoAsync(string tokenid, string userid, UpdateAccessUsersSingleTokenSingleRequest updateAccessUsersSingleTokenSingleRequest = default(UpdateAccessUsersSingleTokenSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'tokenid' is set if (tokenid == null) @@ -117996,7 +117996,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// GetClusterCephFlagsSingle200Response - public GetClusterCephFlagsSingle200Response UpdateAccessUsersSingleUnlocktfa(string userid, Object? body = default(Object?), int operationIndex = 0) + public GetClusterCephFlagsSingle200Response UpdateAccessUsersSingleUnlocktfa(string userid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateAccessUsersSingleUnlocktfaWithHttpInfo(userid, body); return localVarResponse.Data; @@ -118010,7 +118010,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of GetClusterCephFlagsSingle200Response - public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleUnlocktfaWithHttpInfo(string userid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateAccessUsersSingleUnlocktfaWithHttpInfo(string userid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'userid' is set if (userid == null) @@ -118072,7 +118072,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of GetClusterCephFlagsSingle200Response - public async System.Threading.Tasks.Task UpdateAccessUsersSingleUnlocktfaAsync(string userid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateAccessUsersSingleUnlocktfaAsync(string userid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateAccessUsersSingleUnlocktfaWithHttpInfoAsync(userid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118087,7 +118087,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (GetClusterCephFlagsSingle200Response) - public async System.Threading.Tasks.Task> UpdateAccessUsersSingleUnlocktfaWithHttpInfoAsync(string userid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateAccessUsersSingleUnlocktfaWithHttpInfoAsync(string userid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'userid' is set if (userid == null) @@ -118149,7 +118149,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterAcmeAccountSingle(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterAcmeAccountSingle(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterAcmeAccountSingleWithHttpInfo(name, updateClusterAcmeAccountSingleRequest); return localVarResponse.Data; @@ -118163,7 +118163,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterAcmeAccountSingleWithHttpInfo(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterAcmeAccountSingleWithHttpInfo(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -118225,7 +118225,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterAcmeAccountSingleAsync(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterAcmeAccountSingleAsync(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterAcmeAccountSingleWithHttpInfoAsync(name, updateClusterAcmeAccountSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118240,7 +118240,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterAcmeAccountSingleWithHttpInfoAsync(string name, UpdateClusterAcmeAccountSingleRequest? updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterAcmeAccountSingleWithHttpInfoAsync(string name, UpdateClusterAcmeAccountSingleRequest updateClusterAcmeAccountSingleRequest = default(UpdateClusterAcmeAccountSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -118302,7 +118302,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterAcmePluginsSingle(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterAcmePluginsSingle(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterAcmePluginsSingleWithHttpInfo(id, updateClusterAcmePluginsSingleRequest); return localVarResponse.Data; @@ -118316,7 +118316,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterAcmePluginsSingleWithHttpInfo(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterAcmePluginsSingleWithHttpInfo(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -118378,7 +118378,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterAcmePluginsSingleAsync(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterAcmePluginsSingleAsync(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterAcmePluginsSingleWithHttpInfoAsync(id, updateClusterAcmePluginsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118393,7 +118393,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterAcmePluginsSingleWithHttpInfoAsync(string id, UpdateClusterAcmePluginsSingleRequest? updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterAcmePluginsSingleWithHttpInfoAsync(string id, UpdateClusterAcmePluginsSingleRequest updateClusterAcmePluginsSingleRequest = default(UpdateClusterAcmePluginsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -118455,7 +118455,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterBackupSingle(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterBackupSingle(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterBackupSingleWithHttpInfo(id, updateClusterBackupSingleRequest); return localVarResponse.Data; @@ -118469,7 +118469,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterBackupSingleWithHttpInfo(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterBackupSingleWithHttpInfo(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -118531,7 +118531,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterBackupSingleAsync(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterBackupSingleAsync(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterBackupSingleWithHttpInfoAsync(id, updateClusterBackupSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118546,7 +118546,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterBackupSingleWithHttpInfoAsync(string id, UpdateClusterBackupSingleRequest? updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterBackupSingleWithHttpInfoAsync(string id, UpdateClusterBackupSingleRequest updateClusterBackupSingleRequest = default(UpdateClusterBackupSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -118607,7 +118607,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterCephFlags(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterCephFlags(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterCephFlagsWithHttpInfo(updateClusterCephFlagsRequest); return localVarResponse.Data; @@ -118620,7 +118620,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterCephFlagsWithHttpInfo(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterCephFlagsWithHttpInfo(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -118674,7 +118674,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterCephFlagsAsync(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterCephFlagsAsync(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterCephFlagsWithHttpInfoAsync(updateClusterCephFlagsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118688,7 +118688,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterCephFlagsWithHttpInfoAsync(UpdateClusterCephFlagsRequest? updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterCephFlagsWithHttpInfoAsync(UpdateClusterCephFlagsRequest updateClusterCephFlagsRequest = default(UpdateClusterCephFlagsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -118743,7 +118743,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterCephFlagsSingle(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterCephFlagsSingle(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterCephFlagsSingleWithHttpInfo(flag, updateClusterCephFlagsSingleRequest); return localVarResponse.Data; @@ -118757,7 +118757,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterCephFlagsSingleWithHttpInfo(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterCephFlagsSingleWithHttpInfo(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0) { // verify the required parameter 'flag' is set if (flag == null) @@ -118819,7 +118819,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterCephFlagsSingleAsync(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterCephFlagsSingleAsync(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterCephFlagsSingleWithHttpInfoAsync(flag, updateClusterCephFlagsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118834,7 +118834,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterCephFlagsSingleWithHttpInfoAsync(string flag, UpdateClusterCephFlagsSingleRequest? updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterCephFlagsSingleWithHttpInfoAsync(string flag, UpdateClusterCephFlagsSingleRequest updateClusterCephFlagsSingleRequest = default(UpdateClusterCephFlagsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'flag' is set if (flag == null) @@ -118896,7 +118896,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterFirewallAliasesSingle(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterFirewallAliasesSingle(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterFirewallAliasesSingleWithHttpInfo(name, updateClusterFirewallAliasesSingleRequest); return localVarResponse.Data; @@ -118910,7 +118910,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallAliasesSingleWithHttpInfo(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallAliasesSingleWithHttpInfo(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -118972,7 +118972,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterFirewallAliasesSingleAsync(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterFirewallAliasesSingleAsync(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterFirewallAliasesSingleWithHttpInfoAsync(name, updateClusterFirewallAliasesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -118987,7 +118987,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterFirewallAliasesSingleWithHttpInfoAsync(string name, UpdateClusterFirewallAliasesSingleRequest? updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterFirewallAliasesSingleWithHttpInfoAsync(string name, UpdateClusterFirewallAliasesSingleRequest updateClusterFirewallAliasesSingleRequest = default(UpdateClusterFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -119050,7 +119050,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterFirewallGroupRule(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterFirewallGroupRule(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterFirewallGroupRuleWithHttpInfo(group, pos, updateClusterFirewallGroupRuleRequest); return localVarResponse.Data; @@ -119065,7 +119065,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallGroupRuleWithHttpInfo(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallGroupRuleWithHttpInfo(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0) { // verify the required parameter 'group' is set if (group == null) @@ -119129,7 +119129,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterFirewallGroupRuleAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterFirewallGroupRuleAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterFirewallGroupRuleWithHttpInfoAsync(group, pos, updateClusterFirewallGroupRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119145,7 +119145,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterFirewallGroupRuleWithHttpInfoAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest? updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterFirewallGroupRuleWithHttpInfoAsync(string group, int pos, UpdateClusterFirewallGroupRuleRequest updateClusterFirewallGroupRuleRequest = default(UpdateClusterFirewallGroupRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'group' is set if (group == null) @@ -119209,7 +119209,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterFirewallIPSetIP(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterFirewallIPSetIP(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterFirewallIPSetIPWithHttpInfo(cidr, name, updateClusterFirewallIPSetIPRequest); return localVarResponse.Data; @@ -119224,7 +119224,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallIPSetIPWithHttpInfo(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallIPSetIPWithHttpInfo(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -119294,7 +119294,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterFirewallIPSetIPAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterFirewallIPSetIPAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterFirewallIPSetIPWithHttpInfoAsync(cidr, name, updateClusterFirewallIPSetIPRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119310,7 +119310,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest? updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, UpdateClusterFirewallIPSetIPRequest updateClusterFirewallIPSetIPRequest = default(UpdateClusterFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -119378,7 +119378,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterFirewallOptions(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterFirewallOptions(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterFirewallOptionsWithHttpInfo(updateClusterFirewallOptionsRequest); return localVarResponse.Data; @@ -119391,7 +119391,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallOptionsWithHttpInfo(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallOptionsWithHttpInfo(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -119445,7 +119445,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterFirewallOptionsAsync(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterFirewallOptionsAsync(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterFirewallOptionsWithHttpInfoAsync(updateClusterFirewallOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119459,7 +119459,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterFirewallOptionsWithHttpInfoAsync(UpdateClusterFirewallOptionsRequest? updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterFirewallOptionsWithHttpInfoAsync(UpdateClusterFirewallOptionsRequest updateClusterFirewallOptionsRequest = default(UpdateClusterFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -119514,7 +119514,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterFirewallRule(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterFirewallRule(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterFirewallRuleWithHttpInfo(pos, updateClusterFirewallRuleRequest); return localVarResponse.Data; @@ -119528,7 +119528,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallRuleWithHttpInfo(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterFirewallRuleWithHttpInfo(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -119584,7 +119584,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterFirewallRuleAsync(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterFirewallRuleAsync(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterFirewallRuleWithHttpInfoAsync(pos, updateClusterFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119599,7 +119599,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterFirewallRuleWithHttpInfoAsync(int pos, UpdateClusterFirewallRuleRequest? updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterFirewallRuleWithHttpInfoAsync(int pos, UpdateClusterFirewallRuleRequest updateClusterFirewallRuleRequest = default(UpdateClusterFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -119655,7 +119655,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterHaGroupsSingle(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterHaGroupsSingle(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterHaGroupsSingleWithHttpInfo(group, updateClusterHaGroupsSingleRequest); return localVarResponse.Data; @@ -119669,7 +119669,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterHaGroupsSingleWithHttpInfo(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterHaGroupsSingleWithHttpInfo(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0) { // verify the required parameter 'group' is set if (group == null) @@ -119731,7 +119731,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterHaGroupsSingleAsync(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterHaGroupsSingleAsync(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterHaGroupsSingleWithHttpInfoAsync(group, updateClusterHaGroupsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119746,7 +119746,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterHaGroupsSingleWithHttpInfoAsync(string group, UpdateClusterHaGroupsSingleRequest? updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterHaGroupsSingleWithHttpInfoAsync(string group, UpdateClusterHaGroupsSingleRequest updateClusterHaGroupsSingleRequest = default(UpdateClusterHaGroupsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'group' is set if (group == null) @@ -119808,7 +119808,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterHaResourcesSingle(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterHaResourcesSingle(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterHaResourcesSingleWithHttpInfo(sid, updateClusterHaResourcesSingleRequest); return localVarResponse.Data; @@ -119822,7 +119822,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterHaResourcesSingleWithHttpInfo(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterHaResourcesSingleWithHttpInfo(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0) { // verify the required parameter 'sid' is set if (sid == null) @@ -119884,7 +119884,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterHaResourcesSingleAsync(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterHaResourcesSingleAsync(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterHaResourcesSingleWithHttpInfoAsync(sid, updateClusterHaResourcesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -119899,7 +119899,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterHaResourcesSingleWithHttpInfoAsync(string sid, UpdateClusterHaResourcesSingleRequest? updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterHaResourcesSingleWithHttpInfoAsync(string sid, UpdateClusterHaResourcesSingleRequest updateClusterHaResourcesSingleRequest = default(UpdateClusterHaResourcesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'sid' is set if (sid == null) @@ -119961,7 +119961,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterHaRulesSingle(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterHaRulesSingle(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterHaRulesSingleWithHttpInfo(rule, updateClusterHaRulesSingleRequest); return localVarResponse.Data; @@ -119975,7 +119975,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterHaRulesSingleWithHttpInfo(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterHaRulesSingleWithHttpInfo(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0) { // verify the required parameter 'rule' is set if (rule == null) @@ -120037,7 +120037,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterHaRulesSingleAsync(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterHaRulesSingleAsync(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterHaRulesSingleWithHttpInfoAsync(rule, updateClusterHaRulesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120052,7 +120052,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterHaRulesSingleWithHttpInfoAsync(string rule, UpdateClusterHaRulesSingleRequest? updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterHaRulesSingleWithHttpInfoAsync(string rule, UpdateClusterHaRulesSingleRequest updateClusterHaRulesSingleRequest = default(UpdateClusterHaRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'rule' is set if (rule == null) @@ -120114,7 +120114,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterJobsRealmsyncSingle(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterJobsRealmsyncSingle(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterJobsRealmsyncSingleWithHttpInfo(id, updateClusterJobsRealmsyncSingleRequest); return localVarResponse.Data; @@ -120128,7 +120128,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterJobsRealmsyncSingleWithHttpInfo(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterJobsRealmsyncSingleWithHttpInfo(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -120190,7 +120190,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterJobsRealmsyncSingleAsync(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterJobsRealmsyncSingleAsync(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterJobsRealmsyncSingleWithHttpInfoAsync(id, updateClusterJobsRealmsyncSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120205,7 +120205,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, UpdateClusterJobsRealmsyncSingleRequest? updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterJobsRealmsyncSingleWithHttpInfoAsync(string id, UpdateClusterJobsRealmsyncSingleRequest updateClusterJobsRealmsyncSingleRequest = default(UpdateClusterJobsRealmsyncSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -120267,7 +120267,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterMappingDirSingle(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterMappingDirSingle(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterMappingDirSingleWithHttpInfo(id, updateClusterMappingDirSingleRequest); return localVarResponse.Data; @@ -120281,7 +120281,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingDirSingleWithHttpInfo(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingDirSingleWithHttpInfo(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -120343,7 +120343,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterMappingDirSingleAsync(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterMappingDirSingleAsync(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterMappingDirSingleWithHttpInfoAsync(id, updateClusterMappingDirSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120358,7 +120358,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterMappingDirSingleWithHttpInfoAsync(string id, UpdateClusterMappingDirSingleRequest? updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterMappingDirSingleWithHttpInfoAsync(string id, UpdateClusterMappingDirSingleRequest updateClusterMappingDirSingleRequest = default(UpdateClusterMappingDirSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -120420,7 +120420,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterMappingPciSingle(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterMappingPciSingle(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterMappingPciSingleWithHttpInfo(id, updateClusterMappingPciSingleRequest); return localVarResponse.Data; @@ -120434,7 +120434,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingPciSingleWithHttpInfo(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingPciSingleWithHttpInfo(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -120496,7 +120496,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterMappingPciSingleAsync(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterMappingPciSingleAsync(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterMappingPciSingleWithHttpInfoAsync(id, updateClusterMappingPciSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120511,7 +120511,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterMappingPciSingleWithHttpInfoAsync(string id, UpdateClusterMappingPciSingleRequest? updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterMappingPciSingleWithHttpInfoAsync(string id, UpdateClusterMappingPciSingleRequest updateClusterMappingPciSingleRequest = default(UpdateClusterMappingPciSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -120573,7 +120573,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterMappingUsbSingle(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterMappingUsbSingle(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterMappingUsbSingleWithHttpInfo(id, updateClusterMappingUsbSingleRequest); return localVarResponse.Data; @@ -120587,7 +120587,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingUsbSingleWithHttpInfo(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterMappingUsbSingleWithHttpInfo(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -120649,7 +120649,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterMappingUsbSingleAsync(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterMappingUsbSingleAsync(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterMappingUsbSingleWithHttpInfoAsync(id, updateClusterMappingUsbSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120664,7 +120664,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterMappingUsbSingleWithHttpInfoAsync(string id, UpdateClusterMappingUsbSingleRequest? updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterMappingUsbSingleWithHttpInfoAsync(string id, UpdateClusterMappingUsbSingleRequest updateClusterMappingUsbSingleRequest = default(UpdateClusterMappingUsbSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -120726,7 +120726,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterMetricsServerSingle(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterMetricsServerSingle(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterMetricsServerSingleWithHttpInfo(id, updateClusterMetricsServerSingleRequest); return localVarResponse.Data; @@ -120740,7 +120740,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterMetricsServerSingleWithHttpInfo(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterMetricsServerSingleWithHttpInfo(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -120802,7 +120802,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterMetricsServerSingleAsync(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterMetricsServerSingleAsync(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterMetricsServerSingleWithHttpInfoAsync(id, updateClusterMetricsServerSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120817,7 +120817,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterMetricsServerSingleWithHttpInfoAsync(string id, UpdateClusterMetricsServerSingleRequest? updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterMetricsServerSingleWithHttpInfoAsync(string id, UpdateClusterMetricsServerSingleRequest updateClusterMetricsServerSingleRequest = default(UpdateClusterMetricsServerSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -120879,7 +120879,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsGotifySingle(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsGotifySingle(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfo(name, updateClusterNotificationsEndpointsGotifySingleRequest); return localVarResponse.Data; @@ -120893,7 +120893,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -120955,7 +120955,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsGotifySingleAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsGotifySingleAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfoAsync(name, updateClusterNotificationsEndpointsGotifySingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -120970,7 +120970,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest? updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsGotifySingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsGotifySingleRequest updateClusterNotificationsEndpointsGotifySingleRequest = default(UpdateClusterNotificationsEndpointsGotifySingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -121032,7 +121032,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSendmailSingle(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSendmailSingle(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfo(name, updateClusterNotificationsEndpointsSendmailSingleRequest); return localVarResponse.Data; @@ -121046,7 +121046,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -121108,7 +121108,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSendmailSingleAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSendmailSingleAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfoAsync(name, updateClusterNotificationsEndpointsSendmailSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121123,7 +121123,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest? updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSendmailSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSendmailSingleRequest updateClusterNotificationsEndpointsSendmailSingleRequest = default(UpdateClusterNotificationsEndpointsSendmailSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -121185,7 +121185,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSmtpSingle(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsSmtpSingle(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfo(name, updateClusterNotificationsEndpointsSmtpSingleRequest); return localVarResponse.Data; @@ -121199,7 +121199,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -121261,7 +121261,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSmtpSingleAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsSmtpSingleAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfoAsync(name, updateClusterNotificationsEndpointsSmtpSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121276,7 +121276,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest? updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsSmtpSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsSmtpSingleRequest updateClusterNotificationsEndpointsSmtpSingleRequest = default(UpdateClusterNotificationsEndpointsSmtpSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -121338,7 +121338,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsWebhookSingle(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterNotificationsEndpointsWebhookSingle(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfo(name, updateClusterNotificationsEndpointsWebhookSingleRequest); return localVarResponse.Data; @@ -121352,7 +121352,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfo(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -121414,7 +121414,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsWebhookSingleAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterNotificationsEndpointsWebhookSingleAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfoAsync(name, updateClusterNotificationsEndpointsWebhookSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121429,7 +121429,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest? updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterNotificationsEndpointsWebhookSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsEndpointsWebhookSingleRequest updateClusterNotificationsEndpointsWebhookSingleRequest = default(UpdateClusterNotificationsEndpointsWebhookSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -121491,7 +121491,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterNotificationsMatchersSingle(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterNotificationsMatchersSingle(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterNotificationsMatchersSingleWithHttpInfo(name, updateClusterNotificationsMatchersSingleRequest); return localVarResponse.Data; @@ -121505,7 +121505,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsMatchersSingleWithHttpInfo(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterNotificationsMatchersSingleWithHttpInfo(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -121567,7 +121567,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterNotificationsMatchersSingleAsync(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterNotificationsMatchersSingleAsync(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterNotificationsMatchersSingleWithHttpInfoAsync(name, updateClusterNotificationsMatchersSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121582,7 +121582,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterNotificationsMatchersSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsMatchersSingleRequest? updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterNotificationsMatchersSingleWithHttpInfoAsync(string name, UpdateClusterNotificationsMatchersSingleRequest updateClusterNotificationsMatchersSingleRequest = default(UpdateClusterNotificationsMatchersSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -121643,7 +121643,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterOptions(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterOptions(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterOptionsWithHttpInfo(updateClusterOptionsRequest); return localVarResponse.Data; @@ -121656,7 +121656,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterOptionsWithHttpInfo(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterOptionsWithHttpInfo(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -121710,7 +121710,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterOptionsAsync(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterOptionsAsync(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterOptionsWithHttpInfoAsync(updateClusterOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121724,7 +121724,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterOptionsWithHttpInfoAsync(UpdateClusterOptionsRequest? updateClusterOptionsRequest = default(UpdateClusterOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterOptionsWithHttpInfoAsync(UpdateClusterOptionsRequest updateClusterOptionsRequest = default(UpdateClusterOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -121779,7 +121779,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterReplicationSingle(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterReplicationSingle(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterReplicationSingleWithHttpInfo(id, updateClusterReplicationSingleRequest); return localVarResponse.Data; @@ -121793,7 +121793,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterReplicationSingleWithHttpInfo(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterReplicationSingleWithHttpInfo(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -121855,7 +121855,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterReplicationSingleAsync(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterReplicationSingleAsync(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterReplicationSingleWithHttpInfoAsync(id, updateClusterReplicationSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -121870,7 +121870,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterReplicationSingleWithHttpInfoAsync(string id, UpdateClusterReplicationSingleRequest? updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterReplicationSingleWithHttpInfoAsync(string id, UpdateClusterReplicationSingleRequest updateClusterReplicationSingleRequest = default(UpdateClusterReplicationSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -121931,7 +121931,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSDN(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSDN(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSDNWithHttpInfo(updateClusterSDNRequest); return localVarResponse.Data; @@ -121944,7 +121944,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNWithHttpInfo(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNWithHttpInfo(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -121998,7 +121998,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSDNAsync(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSDNAsync(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSDNWithHttpInfoAsync(updateClusterSDNRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122012,7 +122012,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSDNWithHttpInfoAsync(UpdateClusterSDNRequest? updateClusterSDNRequest = default(UpdateClusterSDNRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSDNWithHttpInfoAsync(UpdateClusterSDNRequest updateClusterSDNRequest = default(UpdateClusterSDNRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -122067,7 +122067,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSDNController(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSDNController(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSDNControllerWithHttpInfo(controller, updateClusterSDNControllerRequest); return localVarResponse.Data; @@ -122081,7 +122081,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNControllerWithHttpInfo(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNControllerWithHttpInfo(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0) { // verify the required parameter 'controller' is set if (controller == null) @@ -122143,7 +122143,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSDNControllerAsync(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSDNControllerAsync(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSDNControllerWithHttpInfoAsync(controller, updateClusterSDNControllerRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122158,7 +122158,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSDNControllerWithHttpInfoAsync(string controller, UpdateClusterSDNControllerRequest? updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSDNControllerWithHttpInfoAsync(string controller, UpdateClusterSDNControllerRequest updateClusterSDNControllerRequest = default(UpdateClusterSDNControllerRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'controller' is set if (controller == null) @@ -122220,7 +122220,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSDNVnet(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSDNVnet(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSDNVnetWithHttpInfo(vnet, updateClusterSDNVnetRequest); return localVarResponse.Data; @@ -122234,7 +122234,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNVnetWithHttpInfo(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNVnetWithHttpInfo(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -122296,7 +122296,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSDNVnetAsync(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSDNVnetAsync(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSDNVnetWithHttpInfoAsync(vnet, updateClusterSDNVnetRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122311,7 +122311,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSDNVnetWithHttpInfoAsync(string vnet, UpdateClusterSDNVnetRequest? updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSDNVnetWithHttpInfoAsync(string vnet, UpdateClusterSDNVnetRequest updateClusterSDNVnetRequest = default(UpdateClusterSDNVnetRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -122373,7 +122373,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSDNZone(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSDNZone(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSDNZoneWithHttpInfo(zone, updateClusterSDNZoneRequest); return localVarResponse.Data; @@ -122387,7 +122387,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNZoneWithHttpInfo(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSDNZoneWithHttpInfo(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0) { // verify the required parameter 'zone' is set if (zone == null) @@ -122449,7 +122449,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSDNZoneAsync(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSDNZoneAsync(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSDNZoneWithHttpInfoAsync(zone, updateClusterSDNZoneRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122464,7 +122464,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSDNZoneWithHttpInfoAsync(string zone, UpdateClusterSDNZoneRequest? updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSDNZoneWithHttpInfoAsync(string zone, UpdateClusterSDNZoneRequest updateClusterSDNZoneRequest = default(UpdateClusterSDNZoneRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'zone' is set if (zone == null) @@ -122526,7 +122526,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnDnsSingle(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnDnsSingle(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnDnsSingleWithHttpInfo(dns, updateClusterSdnDnsSingleRequest); return localVarResponse.Data; @@ -122540,7 +122540,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnDnsSingleWithHttpInfo(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnDnsSingleWithHttpInfo(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0) { // verify the required parameter 'dns' is set if (dns == null) @@ -122602,7 +122602,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnDnsSingleAsync(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnDnsSingleAsync(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnDnsSingleWithHttpInfoAsync(dns, updateClusterSdnDnsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122617,7 +122617,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnDnsSingleWithHttpInfoAsync(string dns, UpdateClusterSdnDnsSingleRequest? updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnDnsSingleWithHttpInfoAsync(string dns, UpdateClusterSdnDnsSingleRequest updateClusterSdnDnsSingleRequest = default(UpdateClusterSdnDnsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'dns' is set if (dns == null) @@ -122679,7 +122679,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnFabricsFabricSingle(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnFabricsFabricSingle(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnFabricsFabricSingleWithHttpInfo(id, updateClusterSdnFabricsFabricSingleRequest); return localVarResponse.Data; @@ -122693,7 +122693,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnFabricsFabricSingleWithHttpInfo(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnFabricsFabricSingleWithHttpInfo(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0) { // verify the required parameter 'id' is set if (id == null) @@ -122755,7 +122755,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnFabricsFabricSingleAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnFabricsFabricSingleAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnFabricsFabricSingleWithHttpInfoAsync(id, updateClusterSdnFabricsFabricSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122770,7 +122770,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnFabricsFabricSingleWithHttpInfoAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest? updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnFabricsFabricSingleWithHttpInfoAsync(string id, UpdateClusterSdnFabricsFabricSingleRequest updateClusterSdnFabricsFabricSingleRequest = default(UpdateClusterSdnFabricsFabricSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'id' is set if (id == null) @@ -122833,7 +122833,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnFabricsNodeSingleSingle(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnFabricsNodeSingleSingle(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfo(fabricId, nodeId, updateClusterSdnFabricsNodeSingleSingleRequest); return localVarResponse.Data; @@ -122848,7 +122848,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfo(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfo(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0) { // verify the required parameter 'fabricId' is set if (fabricId == null) @@ -122918,7 +122918,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnFabricsNodeSingleSingleAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnFabricsNodeSingleSingleAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfoAsync(fabricId, nodeId, updateClusterSdnFabricsNodeSingleSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -122934,7 +122934,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfoAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest? updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnFabricsNodeSingleSingleWithHttpInfoAsync(string fabricId, string nodeId, UpdateClusterSdnFabricsNodeSingleSingleRequest updateClusterSdnFabricsNodeSingleSingleRequest = default(UpdateClusterSdnFabricsNodeSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'fabricId' is set if (fabricId == null) @@ -123003,7 +123003,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnIpamsSingle(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnIpamsSingle(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnIpamsSingleWithHttpInfo(ipam, updateClusterSdnIpamsSingleRequest); return localVarResponse.Data; @@ -123017,7 +123017,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnIpamsSingleWithHttpInfo(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnIpamsSingleWithHttpInfo(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0) { // verify the required parameter 'ipam' is set if (ipam == null) @@ -123079,7 +123079,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnIpamsSingleAsync(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnIpamsSingleAsync(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnIpamsSingleWithHttpInfoAsync(ipam, updateClusterSdnIpamsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123094,7 +123094,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnIpamsSingleWithHttpInfoAsync(string ipam, UpdateClusterSdnIpamsSingleRequest? updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnIpamsSingleWithHttpInfoAsync(string ipam, UpdateClusterSdnIpamsSingleRequest updateClusterSdnIpamsSingleRequest = default(UpdateClusterSdnIpamsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'ipam' is set if (ipam == null) @@ -123156,7 +123156,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallOptions(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallOptions(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfo(vnet, updateClusterSdnVnetsSingleFirewallOptionsRequest); return localVarResponse.Data; @@ -123170,7 +123170,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123232,7 +123232,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallOptionsAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallOptionsAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfoAsync(vnet, updateClusterSdnVnetsSingleFirewallOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123247,7 +123247,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest? updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallOptionsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleFirewallOptionsRequest updateClusterSdnVnetsSingleFirewallOptionsRequest = default(UpdateClusterSdnVnetsSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123310,7 +123310,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallRulesSingle(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleFirewallRulesSingle(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfo(pos, vnet, updateClusterSdnVnetsSingleFirewallRulesSingleRequest); return localVarResponse.Data; @@ -123325,7 +123325,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfo(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfo(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123389,7 +123389,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallRulesSingleAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleFirewallRulesSingleAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfoAsync(pos, vnet, updateClusterSdnVnetsSingleFirewallRulesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123405,7 +123405,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfoAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest? updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleFirewallRulesSingleWithHttpInfoAsync(int pos, string vnet, UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest updateClusterSdnVnetsSingleFirewallRulesSingleRequest = default(UpdateClusterSdnVnetsSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123468,7 +123468,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleIps(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleIps(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnVnetsSingleIpsWithHttpInfo(vnet, updateClusterSdnVnetsSingleIpsRequest); return localVarResponse.Data; @@ -123482,7 +123482,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleIpsWithHttpInfo(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123544,7 +123544,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleIpsAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleIpsAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnVnetsSingleIpsWithHttpInfoAsync(vnet, updateClusterSdnVnetsSingleIpsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123559,7 +123559,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest? updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleIpsWithHttpInfoAsync(string vnet, UpdateClusterSdnVnetsSingleIpsRequest updateClusterSdnVnetsSingleIpsRequest = default(UpdateClusterSdnVnetsSingleIpsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'vnet' is set if (vnet == null) @@ -123622,7 +123622,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleSubnetsSingle(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateClusterSdnVnetsSingleSubnetsSingle(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfo(subnet, vnet, updateClusterSdnVnetsSingleSubnetsSingleRequest); return localVarResponse.Data; @@ -123637,7 +123637,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfo(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfo(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0) { // verify the required parameter 'subnet' is set if (subnet == null) @@ -123707,7 +123707,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleSubnetsSingleAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateClusterSdnVnetsSingleSubnetsSingleAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfoAsync(subnet, vnet, updateClusterSdnVnetsSingleSubnetsSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123723,7 +123723,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfoAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest? updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateClusterSdnVnetsSingleSubnetsSingleWithHttpInfoAsync(string subnet, string vnet, UpdateClusterSdnVnetsSingleSubnetsSingleRequest updateClusterSdnVnetsSingleSubnetsSingleRequest = default(UpdateClusterSdnVnetsSingleSubnetsSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'subnet' is set if (subnet == null) @@ -123792,7 +123792,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodeFirewallOptions(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodeFirewallOptions(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodeFirewallOptionsWithHttpInfo(node, updateNodeFirewallOptionsRequest); return localVarResponse.Data; @@ -123806,7 +123806,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodeFirewallOptionsWithHttpInfo(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodeFirewallOptionsWithHttpInfo(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -123868,7 +123868,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodeFirewallOptionsAsync(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodeFirewallOptionsAsync(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodeFirewallOptionsWithHttpInfoAsync(node, updateNodeFirewallOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -123883,7 +123883,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodeFirewallOptionsWithHttpInfoAsync(string node, UpdateNodeFirewallOptionsRequest? updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodeFirewallOptionsWithHttpInfoAsync(string node, UpdateNodeFirewallOptionsRequest updateNodeFirewallOptionsRequest = default(UpdateNodeFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -123946,7 +123946,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodeFirewallRule(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodeFirewallRule(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodeFirewallRuleWithHttpInfo(node, pos, updateNodeFirewallRuleRequest); return localVarResponse.Data; @@ -123961,7 +123961,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodeFirewallRuleWithHttpInfo(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodeFirewallRuleWithHttpInfo(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124025,7 +124025,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodeFirewallRuleAsync(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodeFirewallRuleAsync(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodeFirewallRuleWithHttpInfoAsync(node, pos, updateNodeFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124041,7 +124041,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodeFirewallRuleWithHttpInfoAsync(string node, int pos, UpdateNodeFirewallRuleRequest? updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodeFirewallRuleWithHttpInfoAsync(string node, int pos, UpdateNodeFirewallRuleRequest updateNodeFirewallRuleRequest = default(UpdateNodeFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -124104,7 +124104,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleAptRepositories(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleAptRepositories(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleAptRepositoriesWithHttpInfo(node, updateNodesSingleAptRepositoriesRequest); return localVarResponse.Data; @@ -124118,7 +124118,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleAptRepositoriesWithHttpInfo(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleAptRepositoriesWithHttpInfo(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124180,7 +124180,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleAptRepositoriesAsync(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleAptRepositoriesAsync(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleAptRepositoriesWithHttpInfoAsync(node, updateNodesSingleAptRepositoriesRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124195,7 +124195,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, UpdateNodesSingleAptRepositoriesRequest? updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleAptRepositoriesWithHttpInfoAsync(string node, UpdateNodesSingleAptRepositoriesRequest updateNodesSingleAptRepositoriesRequest = default(UpdateNodesSingleAptRepositoriesRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -124258,7 +124258,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleCephPoolSingle(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleCephPoolSingle(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleCephPoolSingleWithHttpInfo(name, node, updateNodesSingleCephPoolSingleRequest); return localVarResponse.Data; @@ -124273,7 +124273,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleCephPoolSingleWithHttpInfo(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleCephPoolSingleWithHttpInfo(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -124343,7 +124343,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleCephPoolSingleAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleCephPoolSingleAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleCephPoolSingleWithHttpInfoAsync(name, node, updateNodesSingleCephPoolSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124359,7 +124359,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleCephPoolSingleWithHttpInfoAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest? updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleCephPoolSingleWithHttpInfoAsync(string name, string node, UpdateNodesSingleCephPoolSingleRequest updateNodesSingleCephPoolSingleRequest = default(UpdateNodesSingleCephPoolSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -124428,7 +124428,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleCertificatesAcmeCertificate(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleCertificatesAcmeCertificate(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfo(node, updateNodesSingleCertificatesAcmeCertificateRequest); return localVarResponse.Data; @@ -124442,7 +124442,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfo(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124504,7 +124504,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleCertificatesAcmeCertificateAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleCertificatesAcmeCertificateAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(node, updateNodesSingleCertificatesAcmeCertificateRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124519,7 +124519,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest? updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleCertificatesAcmeCertificateWithHttpInfoAsync(string node, UpdateNodesSingleCertificatesAcmeCertificateRequest updateNodesSingleCertificatesAcmeCertificateRequest = default(UpdateNodesSingleCertificatesAcmeCertificateRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -124581,7 +124581,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleConfig(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleConfig(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleConfigWithHttpInfo(node, updateNodesSingleConfigRequest); return localVarResponse.Data; @@ -124595,7 +124595,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleConfigWithHttpInfo(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleConfigWithHttpInfo(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124657,7 +124657,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleConfigAsync(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleConfigAsync(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleConfigWithHttpInfoAsync(node, updateNodesSingleConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124672,7 +124672,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleConfigWithHttpInfoAsync(string node, UpdateNodesSingleConfigRequest? updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleConfigWithHttpInfoAsync(string node, UpdateNodesSingleConfigRequest updateNodesSingleConfigRequest = default(UpdateNodesSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -124734,7 +124734,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleDisksWipedisk(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleDisksWipedisk(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleDisksWipediskWithHttpInfo(node, updateNodesSingleDisksWipediskRequest); return localVarResponse.Data; @@ -124748,7 +124748,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleDisksWipediskWithHttpInfo(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleDisksWipediskWithHttpInfo(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124810,7 +124810,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleDisksWipediskAsync(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleDisksWipediskAsync(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleDisksWipediskWithHttpInfoAsync(node, updateNodesSingleDisksWipediskRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124825,7 +124825,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleDisksWipediskWithHttpInfoAsync(string node, UpdateNodesSingleDisksWipediskRequest? updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleDisksWipediskWithHttpInfoAsync(string node, UpdateNodesSingleDisksWipediskRequest updateNodesSingleDisksWipediskRequest = default(UpdateNodesSingleDisksWipediskRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -124887,7 +124887,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleDns(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleDns(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleDnsWithHttpInfo(node, updateNodesSingleDnsRequest); return localVarResponse.Data; @@ -124901,7 +124901,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleDnsWithHttpInfo(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleDnsWithHttpInfo(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -124963,7 +124963,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleDnsAsync(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleDnsAsync(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleDnsWithHttpInfoAsync(node, updateNodesSingleDnsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -124978,7 +124978,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleDnsWithHttpInfoAsync(string node, UpdateNodesSingleDnsRequest? updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleDnsWithHttpInfoAsync(string node, UpdateNodesSingleDnsRequest updateNodesSingleDnsRequest = default(UpdateNodesSingleDnsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -125041,7 +125041,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleConfig(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleConfig(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleConfigWithHttpInfo(node, vmid, updateNodesSingleLxcSingleConfigRequest); return localVarResponse.Data; @@ -125056,7 +125056,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleConfigWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleConfigWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -125120,7 +125120,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleConfigAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleConfigAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleConfigWithHttpInfoAsync(node, vmid, updateNodesSingleLxcSingleConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125136,7 +125136,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleConfigWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest? updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleConfigWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleConfigRequest updateNodesSingleLxcSingleConfigRequest = default(UpdateNodesSingleLxcSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -125201,7 +125201,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfo(name, node, vmid, updateNodesSingleLxcSingleFirewallAliasesSingleRequest); return localVarResponse.Data; @@ -125217,7 +125217,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -125289,7 +125289,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfoAsync(name, node, vmid, updateNodesSingleLxcSingleFirewallAliasesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125306,7 +125306,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest? updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest updateNodesSingleLxcSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -125379,7 +125379,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallIpsetSingleSingle(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallIpsetSingleSingle(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfo(cidr, name, node, vmid, updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest); return localVarResponse.Data; @@ -125396,7 +125396,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfo(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfo(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -125476,7 +125476,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfoAsync(cidr, name, node, vmid, updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125494,7 +125494,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest? updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest updateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest = default(UpdateNodesSingleLxcSingleFirewallIpsetSingleSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -125572,7 +125572,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallOptions(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallOptions(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfo(node, vmid, updateNodesSingleLxcSingleFirewallOptionsRequest); return localVarResponse.Data; @@ -125587,7 +125587,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -125651,7 +125651,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallOptionsAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallOptionsAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfoAsync(node, vmid, updateNodesSingleLxcSingleFirewallOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125667,7 +125667,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest? updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleFirewallOptionsRequest updateNodesSingleLxcSingleFirewallOptionsRequest = default(UpdateNodesSingleLxcSingleFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -125732,7 +125732,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallRulesSingle(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleFirewallRulesSingle(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfo(node, pos, vmid, updateNodesSingleLxcSingleFirewallRulesSingleRequest); return localVarResponse.Data; @@ -125748,7 +125748,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfo(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfo(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -125814,7 +125814,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallRulesSingleAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleFirewallRulesSingleAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfoAsync(node, pos, vmid, updateNodesSingleLxcSingleFirewallRulesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125831,7 +125831,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfoAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest? updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleFirewallRulesSingleWithHttpInfoAsync(string node, int pos, int vmid, UpdateNodesSingleLxcSingleFirewallRulesSingleRequest updateNodesSingleLxcSingleFirewallRulesSingleRequest = default(UpdateNodesSingleLxcSingleFirewallRulesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -125896,7 +125896,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateNodesSingleQemuSingleMovedisk200Response - public CreateNodesSingleQemuSingleMovedisk200Response UpdateNodesSingleLxcSingleResize(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0) + public CreateNodesSingleQemuSingleMovedisk200Response UpdateNodesSingleLxcSingleResize(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleResizeWithHttpInfo(node, vmid, updateNodesSingleLxcSingleResizeRequest); return localVarResponse.Data; @@ -125911,7 +125911,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateNodesSingleQemuSingleMovedisk200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleResizeWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleResizeWithHttpInfo(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -125975,7 +125975,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateNodesSingleQemuSingleMovedisk200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleResizeAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleResizeAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleResizeWithHttpInfoAsync(node, vmid, updateNodesSingleLxcSingleResizeRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -125991,7 +125991,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateNodesSingleQemuSingleMovedisk200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleResizeWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest? updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleResizeWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleLxcSingleResizeRequest updateNodesSingleLxcSingleResizeRequest = default(UpdateNodesSingleLxcSingleResizeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -126056,7 +126056,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleLxcSingleSnapshotSingleConfig(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleLxcSingleSnapshotSingleConfig(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfo(node, snapname, vmid, updateNodesSingleLxcSingleSnapshotSingleConfigRequest); return localVarResponse.Data; @@ -126072,7 +126072,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfo(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfo(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -126144,7 +126144,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleSnapshotSingleConfigAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleLxcSingleSnapshotSingleConfigAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfoAsync(node, snapname, vmid, updateNodesSingleLxcSingleSnapshotSingleConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126161,7 +126161,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest? updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleLxcSingleSnapshotSingleConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest updateNodesSingleLxcSingleSnapshotSingleConfigRequest = default(UpdateNodesSingleLxcSingleSnapshotSingleConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -126231,7 +126231,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleNetwork(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleNetwork(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleNetworkWithHttpInfo(node, updateNodesSingleNetworkRequest); return localVarResponse.Data; @@ -126245,7 +126245,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleNetworkWithHttpInfo(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleNetworkWithHttpInfo(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -126307,7 +126307,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleNetworkAsync(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleNetworkAsync(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleNetworkWithHttpInfoAsync(node, updateNodesSingleNetworkRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126322,7 +126322,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleNetworkWithHttpInfoAsync(string node, UpdateNodesSingleNetworkRequest? updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleNetworkWithHttpInfoAsync(string node, UpdateNodesSingleNetworkRequest updateNodesSingleNetworkRequest = default(UpdateNodesSingleNetworkRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -126385,7 +126385,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleNetworkSingle(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleNetworkSingle(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleNetworkSingleWithHttpInfo(iface, node, updateNodesSingleNetworkSingleRequest); return localVarResponse.Data; @@ -126400,7 +126400,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleNetworkSingleWithHttpInfo(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleNetworkSingleWithHttpInfo(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0) { // verify the required parameter 'iface' is set if (iface == null) @@ -126470,7 +126470,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleNetworkSingleAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleNetworkSingleAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleNetworkSingleWithHttpInfoAsync(iface, node, updateNodesSingleNetworkSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126486,7 +126486,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleNetworkSingleWithHttpInfoAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest? updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleNetworkSingleWithHttpInfoAsync(string iface, string node, UpdateNodesSingleNetworkSingleRequest updateNodesSingleNetworkSingleRequest = default(UpdateNodesSingleNetworkSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'iface' is set if (iface == null) @@ -126556,7 +126556,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleQemuSingleCloudinit(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleQemuSingleCloudinit(string node, int vmid, Object body = default(Object), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleQemuSingleCloudinitWithHttpInfo(node, vmid, body); return localVarResponse.Data; @@ -126571,7 +126571,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleCloudinitWithHttpInfo(string node, int vmid, Object? body = default(Object?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleCloudinitWithHttpInfo(string node, int vmid, Object body = default(Object), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -126635,7 +126635,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleCloudinitAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleCloudinitAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleQemuSingleCloudinitWithHttpInfoAsync(node, vmid, body, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126651,7 +126651,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleCloudinitWithHttpInfoAsync(string node, int vmid, Object? body = default(Object?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleCloudinitWithHttpInfoAsync(string node, int vmid, Object body = default(Object), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -126716,7 +126716,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleQemuSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleQemuSingleFirewallAliasesSingle(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfo(name, node, vmid, updateNodesSingleQemuSingleFirewallAliasesSingleRequest); return localVarResponse.Data; @@ -126732,7 +126732,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfo(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0) { // verify the required parameter 'name' is set if (name == null) @@ -126804,7 +126804,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleFirewallAliasesSingleAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfoAsync(name, node, vmid, updateNodesSingleQemuSingleFirewallAliasesSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126821,7 +126821,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest? updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleFirewallAliasesSingleWithHttpInfoAsync(string name, string node, int vmid, UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest updateNodesSingleQemuSingleFirewallAliasesSingleRequest = default(UpdateNodesSingleQemuSingleFirewallAliasesSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'name' is set if (name == null) @@ -126892,7 +126892,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleQemuSingleSendkey(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleQemuSingleSendkey(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleQemuSingleSendkeyWithHttpInfo(node, vmid, updateNodesSingleQemuSingleSendkeyRequest); return localVarResponse.Data; @@ -126907,7 +126907,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleSendkeyWithHttpInfo(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleQemuSingleSendkeyWithHttpInfo(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -126971,7 +126971,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleSendkeyAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleQemuSingleSendkeyAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleQemuSingleSendkeyWithHttpInfoAsync(node, vmid, updateNodesSingleQemuSingleSendkeyRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -126987,7 +126987,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleSendkeyWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest? updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleQemuSingleSendkeyWithHttpInfoAsync(string node, int vmid, UpdateNodesSingleQemuSingleSendkeyRequest updateNodesSingleQemuSingleSendkeyRequest = default(UpdateNodesSingleQemuSingleSendkeyRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -127052,7 +127052,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleStorageSingleContentSingle(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleStorageSingleContentSingleWithHttpInfo(node, storage, volume, updateNodesSingleStorageSingleContentSingleRequest); return localVarResponse.Data; @@ -127068,7 +127068,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleStorageSingleContentSingleWithHttpInfo(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -127146,7 +127146,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleStorageSingleContentSingleAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(node, storage, volume, updateNodesSingleStorageSingleContentSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127163,7 +127163,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest? updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleStorageSingleContentSingleWithHttpInfoAsync(string node, string storage, string volume, UpdateNodesSingleStorageSingleContentSingleRequest updateNodesSingleStorageSingleContentSingleRequest = default(UpdateNodesSingleStorageSingleContentSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -127239,7 +127239,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleSubscription(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleSubscription(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleSubscriptionWithHttpInfo(node, updateNodesSingleSubscriptionRequest); return localVarResponse.Data; @@ -127253,7 +127253,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleSubscriptionWithHttpInfo(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleSubscriptionWithHttpInfo(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -127315,7 +127315,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleSubscriptionAsync(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleSubscriptionAsync(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleSubscriptionWithHttpInfoAsync(node, updateNodesSingleSubscriptionRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127330,7 +127330,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleSubscriptionWithHttpInfoAsync(string node, UpdateNodesSingleSubscriptionRequest? updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleSubscriptionWithHttpInfoAsync(string node, UpdateNodesSingleSubscriptionRequest updateNodesSingleSubscriptionRequest = default(UpdateNodesSingleSubscriptionRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -127392,7 +127392,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateNodesSingleTime(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateNodesSingleTime(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateNodesSingleTimeWithHttpInfo(node, updateNodesSingleTimeRequest); return localVarResponse.Data; @@ -127406,7 +127406,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleTimeWithHttpInfo(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateNodesSingleTimeWithHttpInfo(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -127468,7 +127468,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateNodesSingleTimeAsync(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateNodesSingleTimeAsync(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateNodesSingleTimeWithHttpInfoAsync(node, updateNodesSingleTimeRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127483,7 +127483,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateNodesSingleTimeWithHttpInfoAsync(string node, UpdateNodesSingleTimeRequest? updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateNodesSingleTimeWithHttpInfoAsync(string node, UpdateNodesSingleTimeRequest updateNodesSingleTimeRequest = default(UpdateNodesSingleTimeRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -127545,7 +127545,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdatePool(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdatePool(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdatePoolWithHttpInfo(poolid, updatePoolRequest); return localVarResponse.Data; @@ -127559,7 +127559,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdatePoolWithHttpInfo(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdatePoolWithHttpInfo(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0) { // verify the required parameter 'poolid' is set if (poolid == null) @@ -127621,7 +127621,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdatePoolAsync(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdatePoolAsync(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdatePoolWithHttpInfoAsync(poolid, updatePoolRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127636,7 +127636,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdatePoolWithHttpInfoAsync(string poolid, UpdatePoolRequest? updatePoolRequest = default(UpdatePoolRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdatePoolWithHttpInfoAsync(string poolid, UpdatePoolRequest updatePoolRequest = default(UpdatePoolRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'poolid' is set if (poolid == null) @@ -127697,7 +127697,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdatePools(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdatePools(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdatePoolsWithHttpInfo(updatePoolsRequest); return localVarResponse.Data; @@ -127710,7 +127710,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdatePoolsWithHttpInfo(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdatePoolsWithHttpInfo(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -127764,7 +127764,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdatePoolsAsync(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdatePoolsAsync(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdatePoolsWithHttpInfoAsync(updatePoolsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127778,7 +127778,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdatePoolsWithHttpInfoAsync(UpdatePoolsRequest? updatePoolsRequest = default(UpdatePoolsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdatePoolsWithHttpInfoAsync(UpdatePoolsRequest updatePoolsRequest = default(UpdatePoolsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.RequestOptions localVarRequestOptions = new ProxmoxSharp.Client.RequestOptions(); @@ -127833,7 +127833,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateStorage200Response - public CreateStorage200Response UpdateStorageSingle(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0) + public CreateStorage200Response UpdateStorageSingle(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateStorageSingleWithHttpInfo(storage, updateStorageSingleRequest); return localVarResponse.Data; @@ -127847,7 +127847,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateStorage200Response - public ProxmoxSharp.Client.ApiResponse UpdateStorageSingleWithHttpInfo(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateStorageSingleWithHttpInfo(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0) { // verify the required parameter 'storage' is set if (storage == null) @@ -127909,7 +127909,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateStorage200Response - public async System.Threading.Tasks.Task UpdateStorageSingleAsync(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateStorageSingleAsync(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateStorageSingleWithHttpInfoAsync(storage, updateStorageSingleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -127924,7 +127924,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateStorage200Response) - public async System.Threading.Tasks.Task> UpdateStorageSingleWithHttpInfoAsync(string storage, UpdateStorageSingleRequest? updateStorageSingleRequest = default(UpdateStorageSingleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateStorageSingleWithHttpInfoAsync(string storage, UpdateStorageSingleRequest updateStorageSingleRequest = default(UpdateStorageSingleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'storage' is set if (storage == null) @@ -127987,7 +127987,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMConfig(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMConfig(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMConfigWithHttpInfo(node, vmid, updateVMConfigRequest); return localVarResponse.Data; @@ -128002,7 +128002,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMConfigWithHttpInfo(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMConfigWithHttpInfo(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -128066,7 +128066,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMConfigAsync(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMConfigAsync(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMConfigWithHttpInfoAsync(node, vmid, updateVMConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128082,7 +128082,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMConfigWithHttpInfoAsync(string node, int vmid, UpdateVMConfigRequest? updateVMConfigRequest = default(UpdateVMConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMConfigWithHttpInfoAsync(string node, int vmid, UpdateVMConfigRequest updateVMConfigRequest = default(UpdateVMConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -128146,7 +128146,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMConfigSync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMConfigSync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMConfigSyncWithHttpInfo(node, vmid, updateVMConfigSyncRequest); return localVarResponse.Data; @@ -128161,7 +128161,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMConfigSyncWithHttpInfo(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMConfigSyncWithHttpInfo(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -128225,7 +128225,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMConfigSyncAsync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMConfigSyncAsync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMConfigSyncWithHttpInfoAsync(node, vmid, updateVMConfigSyncRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128241,7 +128241,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMConfigSyncWithHttpInfoAsync(string node, int vmid, UpdateVMConfigSyncRequest? updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMConfigSyncWithHttpInfoAsync(string node, int vmid, UpdateVMConfigSyncRequest updateVMConfigSyncRequest = default(UpdateVMConfigSyncRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -128307,7 +128307,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMFirewallIPSetIP(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMFirewallIPSetIP(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMFirewallIPSetIPWithHttpInfo(cidr, name, node, vmid, updateVMFirewallIPSetIPRequest); return localVarResponse.Data; @@ -128324,7 +128324,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallIPSetIPWithHttpInfo(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallIPSetIPWithHttpInfo(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -128404,7 +128404,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMFirewallIPSetIPAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMFirewallIPSetIPAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMFirewallIPSetIPWithHttpInfoAsync(cidr, name, node, vmid, updateVMFirewallIPSetIPRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128422,7 +128422,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest? updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMFirewallIPSetIPWithHttpInfoAsync(string cidr, string name, string node, int vmid, UpdateVMFirewallIPSetIPRequest updateVMFirewallIPSetIPRequest = default(UpdateVMFirewallIPSetIPRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'cidr' is set if (cidr == null) @@ -128500,7 +128500,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMFirewallOptions(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMFirewallOptions(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMFirewallOptionsWithHttpInfo(node, vmid, updateVMFirewallOptionsRequest); return localVarResponse.Data; @@ -128515,7 +128515,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallOptionsWithHttpInfo(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallOptionsWithHttpInfo(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -128579,7 +128579,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMFirewallOptionsAsync(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMFirewallOptionsAsync(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMFirewallOptionsWithHttpInfoAsync(node, vmid, updateVMFirewallOptionsRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128595,7 +128595,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateVMFirewallOptionsRequest? updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMFirewallOptionsWithHttpInfoAsync(string node, int vmid, UpdateVMFirewallOptionsRequest updateVMFirewallOptionsRequest = default(UpdateVMFirewallOptionsRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -128660,7 +128660,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMFirewallRule(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMFirewallRule(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMFirewallRuleWithHttpInfo(node, pos, vmid, updateVMFirewallRuleRequest); return localVarResponse.Data; @@ -128676,7 +128676,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallRuleWithHttpInfo(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMFirewallRuleWithHttpInfo(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -128742,7 +128742,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMFirewallRuleAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMFirewallRuleAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMFirewallRuleWithHttpInfoAsync(node, pos, vmid, updateVMFirewallRuleRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128759,7 +128759,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMFirewallRuleWithHttpInfoAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest? updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMFirewallRuleWithHttpInfoAsync(string node, int pos, int vmid, UpdateVMFirewallRuleRequest updateVMFirewallRuleRequest = default(UpdateVMFirewallRuleRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) @@ -128825,7 +128825,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// CreateClusterReplication200Response - public CreateClusterReplication200Response UpdateVMSnapshotConfig(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0) + public CreateClusterReplication200Response UpdateVMSnapshotConfig(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0) { ProxmoxSharp.Client.ApiResponse localVarResponse = UpdateVMSnapshotConfigWithHttpInfo(node, snapname, vmid, updateVMSnapshotConfigRequest); return localVarResponse.Data; @@ -128841,7 +128841,7 @@ namespace ProxmoxSharp.Api /// (optional) /// Index associated with the operation. /// ApiResponse of CreateClusterReplication200Response - public ProxmoxSharp.Client.ApiResponse UpdateVMSnapshotConfigWithHttpInfo(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0) + public ProxmoxSharp.Client.ApiResponse UpdateVMSnapshotConfigWithHttpInfo(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0) { // verify the required parameter 'node' is set if (node == null) @@ -128913,7 +128913,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of CreateClusterReplication200Response - public async System.Threading.Tasks.Task UpdateVMSnapshotConfigAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task UpdateVMSnapshotConfigAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { ProxmoxSharp.Client.ApiResponse localVarResponse = await UpdateVMSnapshotConfigWithHttpInfoAsync(node, snapname, vmid, updateVMSnapshotConfigRequest, operationIndex, cancellationToken).ConfigureAwait(false); return localVarResponse.Data; @@ -128930,7 +128930,7 @@ namespace ProxmoxSharp.Api /// Index associated with the operation. /// Cancellation Token to cancel the request. /// Task of ApiResponse (CreateClusterReplication200Response) - public async System.Threading.Tasks.Task> UpdateVMSnapshotConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest? updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateVMSnapshotConfigWithHttpInfoAsync(string node, string snapname, int vmid, UpdateVMSnapshotConfigRequest updateVMSnapshotConfigRequest = default(UpdateVMSnapshotConfigRequest), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { // verify the required parameter 'node' is set if (node == null) diff --git a/src/ProxmoxSharp/Client/ApiClient.cs b/src/ProxmoxSharp/Client/ApiClient.cs index d937d29..7530f27 100644 --- a/src/ProxmoxSharp/Client/ApiClient.cs +++ b/src/ProxmoxSharp/Client/ApiClient.cs @@ -23,6 +23,7 @@ using System.Text; using System.Threading; using System.Text.RegularExpressions; using System.Threading.Tasks; +using System.Web; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using RestSharp; diff --git a/src/ProxmoxSharp/Client/ClientUtils.cs b/src/ProxmoxSharp/Client/ClientUtils.cs index aaff80e..d63c030 100644 --- a/src/ProxmoxSharp/Client/ClientUtils.cs +++ b/src/ProxmoxSharp/Client/ClientUtils.cs @@ -101,12 +101,6 @@ namespace ProxmoxSharp.Client // https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx#Anchor_8 // For example: 2009-06-15T13:45:30.0000000 return dateTimeOffset.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat); - if (obj is DateOnly dateOnly) - // Return a formatted date string - Can be customized with Configuration.DateTimeFormat - // Defaults to an ISO 8601, using the known as a Round-trip date/time pattern ("o") - // https://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx#Anchor_8 - // For example: 2009-06-15 - return dateOnly.ToString((configuration ?? GlobalConfiguration.Instance).DateTimeFormat); if (obj is bool boolean) return boolean ? "true" : "false"; if (obj is ICollection collection) { diff --git a/src/ProxmoxSharp/ProxmoxApi.cs b/src/ProxmoxSharp/ProxmoxApi.cs index 4b8f2fa..25d3280 100644 --- a/src/ProxmoxSharp/ProxmoxApi.cs +++ b/src/ProxmoxSharp/ProxmoxApi.cs @@ -35,7 +35,7 @@ namespace ProxmoxSharp /// // Environment variable PROXMOX_API_KEY must be set /// var api = ProxmoxApi.FromEnv(); /// - public static ProxmoxApi? FromEnv() + public static ProxmoxApi FromEnv() { var baseUrl = Environment.GetEnvironmentVariable("PROXMOX_URL"); var tokenId = Environment.GetEnvironmentVariable("PROXMOX_TOKEN_ID"); @@ -65,8 +65,8 @@ namespace ProxmoxSharp { var version = GetVersion(); var frameworkDescription = RuntimeInformation.FrameworkDescription.Trim(); - var runtimeIdentifier = RuntimeInformation.RuntimeIdentifier.Trim(); - return $"Proxmox/{version} ({frameworkDescription}; {runtimeIdentifier})"; + //var runtimeIdentifier = RuntimeInformation.RuntimeIdentifier.Trim(); + return $"ProxmoxSharp/{version} ({frameworkDescription})"; } /// diff --git a/src/ProxmoxSharp/ProxmoxApiSingleton.cs b/src/ProxmoxSharp/ProxmoxApiSingleton.cs index c8099fd..662f1e2 100644 --- a/src/ProxmoxSharp/ProxmoxApiSingleton.cs +++ b/src/ProxmoxSharp/ProxmoxApiSingleton.cs @@ -11,14 +11,18 @@ namespace ProxmoxSharp /// public static class ProxmoxApiSingleton { - private static ProxmoxApi? _instance = null; + private static ProxmoxApi _instance = null; /// /// Get the singleton instance of . /// public static ProxmoxApi GetInstance() { - //_instance ??= ProxmoxApi.FromEnvOrDefault(); + if (_instance == null) + { + _instance = ProxmoxApi.FromEnv(); + } + return _instance; } diff --git a/src/ProxmoxSharp/ProxmoxSharp.csproj b/src/ProxmoxSharp/ProxmoxSharp.csproj index a9496d2..cf3d56a 100644 --- a/src/ProxmoxSharp/ProxmoxSharp.csproj +++ b/src/ProxmoxSharp/ProxmoxSharp.csproj @@ -9,9 +9,8 @@ true true false - annotations Library - net6.0 + netstandard2.0;net472;net5.0