This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
from b9fa85f Update go version #94
add d4d7f16 Update SDK with 4.20 APIs
new 75d368f Merge pull request #93 from apache/sdk-4.20
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cloudstack/AccountService.go | 33 +
cloudstack/AddressService.go | 31 +
cloudstack/AffinityGroupService.go | 80 +-
cloudstack/AutoScaleService.go | 13 +
cloudstack/BrocadeVCSService.go | 5 +
cloudstack/ClusterService.go | 57 +
cloudstack/ConfigurationService.go | 3 +
cloudstack/DiskOfferingService.go | 78 +
cloudstack/DomainService.go | 28 +
cloudstack/EventService.go | 1 +
cloudstack/FirewallService.go | 2 +-
cloudstack/HostService.go | 45 +-
cloudstack/HypervisorService.go | 48 +
cloudstack/ISOService.go | 136 +-
cloudstack/InternalLBService.go | 3 +
cloudstack/KubernetesService.go | 29 +
cloudstack/LDAPService.go | 1 +
cloudstack/LimitService.go | 80 +-
cloudstack/LoadBalancerService.go | 12 +
cloudstack/NetworkOfferingService.go | 187 +
cloudstack/NetworkService.go | 108 +
cloudstack/NicService.go | 28 +-
cloudstack/OvsElementService.go | 42 +-
cloudstack/PodService.go | 3 +
cloudstack/PoolService.go | 40 +
cloudstack/ProjectService.go | 28 +-
cloudstack/ResourcemetadataService.go | 1 +
cloudstack/ResourcetagsService.go | 1 +
cloudstack/RoleService.go | 28 +
cloudstack/RouterService.go | 69 +-
cloudstack/SSHService.go | 28 +-
cloudstack/SecurityGroupService.go | 2 +
cloudstack/ServiceOfferingService.go | 128 +
cloudstack/SnapshotService.go | 36 +-
cloudstack/StoragePoolService.go | 6 +
cloudstack/SystemCapacityService.go | 25 +
cloudstack/TemplateService.go | 157 +
cloudstack/UsageService.go | 10 +-
cloudstack/UsageService_mock.go | 8 +-
cloudstack/VLANService.go | 36 +-
cloudstack/VMGroupService.go | 3 +
cloudstack/VPCService.go | 294 +-
cloudstack/VPCService_mock.go | 16 +-
cloudstack/VPNService.go | 55 +-
cloudstack/VirtualMachineService.go | 629 +-
cloudstack/VolumeService.go | 1891 +-
cloudstack/ZoneService.go | 16 +
generate/listApis.json | 193717 +++++++++++++++++--------------
test/UsageService_test.go | 2 +-
test/VPCService_test.go | 4 +-
50 files changed, 107919 insertions(+), 90364 deletions(-)