This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
commit 16260d4551b5cb84e7d24da59bb4882ebc44d296 Merge: e218751 3dba7ac Author: Suresh Kumar Anaparti <sureshkumar.anapa...@gmail.com> AuthorDate: Fri Jun 20 11:58:27 2025 +0530 Merge pull request #112 from apache/update-sdk-4.20.1 Updated SDK with 4.20.1 APIs cloudstack/AccountService.go | 67 +- cloudstack/AccountService_mock.go | 8 +- cloudstack/AffinityGroupService.go | 1 + cloudstack/BrocadeVCSService.go | 1 + cloudstack/ClusterService.go | 48 + cloudstack/ConfigurationService.go | 1 + cloudstack/FirewallService.go | 25 + cloudstack/HostService.go | 186 +- cloudstack/ISOService.go | 2 + cloudstack/InternalLBService.go | 3 + cloudstack/KubernetesService.go | 27 + cloudstack/LDAPService.go | 2 + cloudstack/LoadBalancerService.go | 1 + cloudstack/ManagementService.go | 82 +- cloudstack/NetscalerService.go | 1 + cloudstack/NetworkService.go | 6 + cloudstack/NicService.go | 1 + cloudstack/PoolService.go | 5 + cloudstack/RouterService.go | 30 + cloudstack/SSHService.go | 1 + cloudstack/SnapshotService.go | 1 + cloudstack/StoragePoolService.go | 3 + cloudstack/SystemVMService.go | 32 + cloudstack/UserService.go | 73 +- cloudstack/VirtualMachineService.go | 145 + cloudstack/VirtualNetworkFunctionsService.go | 50 + cloudstack/VolumeService.go | 25 + cloudstack/ZoneService.go | 54 + generate/generate.go | 13 +- generate/listApis.json | 147884 ++++++++++++------------ test/AccountService_test.go | 2 +- test/testdata/HostService.json | 2 +- 32 files changed, 76232 insertions(+), 72550 deletions(-)