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