This is an automated email from the ASF dual-hosted git repository.

sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git


    from 2298ed5  Merge pull request #109 from shwstppr/updateguestos-420compat
     add 5d1507e  State changing request using POST request
     add 58c02d1  Reverting changes to newRequest
     add bfde559  Reverting some commands back to GET requests
     add 496e0eb  Merge branch 'main' of github.com:apache/cloudstack-go into 
modify_post_request
     add 1b92154  added signatureversion and expires params to api request
     add 9164e3c  Updated generate.go with get api call check
     add 2584bd3  Updated required params for create VPC, and generate changes
     add 5ba605d  review change
     new 0bc11ec  Merge pull request #107 from kevin-lii/modify_post_request

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/ASNumberRangeService.go           |  4 +--
 cloudstack/ASNumberService.go                |  2 +-
 cloudstack/AccountService.go                 | 16 ++++-----
 cloudstack/AddressService.go                 | 14 ++++----
 cloudstack/AffinityGroupService.go           |  6 ++--
 cloudstack/AlertService.go                   |  6 ++--
 cloudstack/AnnotationService.go              |  6 ++--
 cloudstack/AuthenticationService.go          |  4 +--
 cloudstack/AutoScaleService.go               | 32 ++++++++---------
 cloudstack/BGPPeerService.go                 | 12 +++----
 cloudstack/BaremetalService.go               | 12 +++----
 cloudstack/BigSwitchBCFService.go            |  4 +--
 cloudstack/BrocadeVCSService.go              |  4 +--
 cloudstack/CertificateService.go             | 14 ++++----
 cloudstack/ClusterService.go                 | 22 ++++++------
 cloudstack/ConfigurationService.go           |  6 ++--
 cloudstack/ConsoleEndpointService.go         |  2 +-
 cloudstack/CustomService.go                  |  2 +-
 cloudstack/DiagnosticsService.go             |  2 +-
 cloudstack/DiskOfferingService.go            |  6 ++--
 cloudstack/DomainService.go                  |  8 ++---
 cloudstack/EventService.go                   |  4 +--
 cloudstack/FirewallService.go                | 36 +++++++++----------
 cloudstack/GuestOSService.go                 | 12 +++----
 cloudstack/HostService.go                    | 48 ++++++++++++-------------
 cloudstack/HypervisorService.go              |  2 +-
 cloudstack/IPQuarantineService.go            |  4 +--
 cloudstack/ISOService.go                     | 16 ++++-----
 cloudstack/ImageStoreService.go              | 18 +++++-----
 cloudstack/InternalLBService.go              |  8 ++---
 cloudstack/KubernetesService.go              | 22 ++++++------
 cloudstack/LDAPService.go                    | 16 ++++-----
 cloudstack/LimitService.go                   |  6 ++--
 cloudstack/LoadBalancerService.go            | 52 +++++++++++++--------------
 cloudstack/ManagementService.go              |  6 ++--
 cloudstack/NATService.go                     |  8 ++---
 cloudstack/NetscalerService.go               | 12 +++----
 cloudstack/NetworkACLService.go              | 16 ++++-----
 cloudstack/NetworkDeviceService.go           |  4 +--
 cloudstack/NetworkOfferingService.go         |  6 ++--
 cloudstack/NetworkService.go                 | 54 ++++++++++++++--------------
 cloudstack/NicService.go                     |  6 ++--
 cloudstack/NiciraNVPService.go               |  4 +--
 cloudstack/OauthService.go                   |  4 +--
 cloudstack/ObjectStoreService.go             |  6 ++--
 cloudstack/OutofbandManagementService.go     |  6 ++--
 cloudstack/OvsElementService.go              |  2 +-
 cloudstack/PodService.go                     | 16 ++++-----
 cloudstack/PoolService.go                    |  8 ++---
 cloudstack/PortableIPService.go              |  4 +--
 cloudstack/ProjectService.go                 | 34 +++++++++---------
 cloudstack/QuotaService.go                   |  8 ++---
 cloudstack/RegionService.go                  |  6 ++--
 cloudstack/RegistrationService.go            |  2 +-
 cloudstack/ResourceIconService.go            |  4 +--
 cloudstack/ResourceService.go                |  2 +-
 cloudstack/ResourcemetadataService.go        |  4 +--
 cloudstack/ResourcetagsService.go            |  4 +--
 cloudstack/RoleService.go                    | 18 +++++-----
 cloudstack/RollingMaintenanceService.go      |  2 +-
 cloudstack/RouterService.go                  | 14 ++++----
 cloudstack/SSHService.go                     |  8 ++---
 cloudstack/SecurityGroupService.go           | 14 ++++----
 cloudstack/ServiceOfferingService.go         |  6 ++--
 cloudstack/SharedFileSystemService.go        | 20 +++++------
 cloudstack/SnapshotService.go                | 26 +++++++-------
 cloudstack/StoragePoolService.go             | 12 +++----
 cloudstack/StratosphereSSPService.go         |  4 +--
 cloudstack/SwiftService.go                   |  2 +-
 cloudstack/SystemVMService.go                | 16 ++++-----
 cloudstack/TemplateService.go                | 20 +++++------
 cloudstack/UCSService.go                     |  6 ++--
 cloudstack/UsageService.go                   | 14 ++++----
 cloudstack/UserService.go                    | 14 ++++----
 cloudstack/VLANService.go                    | 10 +++---
 cloudstack/VMGroupService.go                 |  6 ++--
 cloudstack/VPCService.go                     | 29 +++++++--------
 cloudstack/VPCService_mock.go                |  8 ++---
 cloudstack/VPNService.go                     | 28 +++++++--------
 cloudstack/VirtualMachineService.go          | 48 ++++++++++++-------------
 cloudstack/VirtualNetworkFunctionsService.go |  8 ++---
 cloudstack/VolumeService.go                  | 32 ++++++++---------
 cloudstack/WebhookService.go                 | 10 +++---
 cloudstack/ZoneService.go                    | 34 +++++++++---------
 cloudstack/cloudstack.go                     |  4 ++-
 generate/generate.go                         | 12 +++++--
 generate/requiredParams.go                   |  1 +
 test/VPCService_test.go                      |  2 +-
 88 files changed, 547 insertions(+), 535 deletions(-)

Reply via email to