This is an automated email from the ASF dual-hosted git repository.
davidjumani pushed a change to branch add-iface
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git.
from c8ac178 Update readme
add 3690575 Add support for getters
No new revisions were added by this update.
Summary of changes:
cloudstack/APIDiscoveryService.go | 8 +
cloudstack/AccountService.go | 504 ++++++++++
cloudstack/AddressService.go | 304 ++++++
cloudstack/AffinityGroupService.go | 232 +++++
cloudstack/AlertService.go | 152 +++
cloudstack/AsyncjobService.go | 72 ++
cloudstack/AuthenticationService.go | 32 +
cloudstack/AutoScaleService.go | 908 +++++++++++++++++-
cloudstack/BaremetalService.go | 320 +++++++
cloudstack/BigSwitchBCFService.go | 88 ++
cloudstack/BrocadeVCSService.go | 112 +++
cloudstack/CertificateService.go | 40 +
cloudstack/CloudIdentifierService.go | 8 +
cloudstack/ClusterService.go | 520 ++++++++++
cloudstack/ConfigurationService.go | 176 ++++
cloudstack/CustomService.go | 7 +
cloudstack/DiskOfferingService.go | 472 ++++++++++
cloudstack/DomainService.go | 192 ++++
cloudstack/EventService.go | 192 ++++
cloudstack/FirewallService.go | 792 ++++++++++++++++
cloudstack/GuestOSService.go | 272 ++++++
cloudstack/HostService.go | 832 +++++++++++++++-
cloudstack/HypervisorService.go | 72 ++
cloudstack/ISOService.go | 584 ++++++++++++
cloudstack/ImageStoreService.go | 352 +++++++
cloudstack/InternalLBService.go | 240 +++++
cloudstack/LDAPService.go | 472 ++++++++++
cloudstack/LimitService.go | 168 ++++
cloudstack/LoadBalancerService.go | 1520 +++++++++++++++++++++++++++++-
cloudstack/NATService.go | 184 ++++
cloudstack/NetworkACLService.go | 560 +++++++++++
cloudstack/NetworkDeviceService.go | 64 ++
cloudstack/NetworkOfferingService.go | 440 +++++++++
cloudstack/NetworkService.go | 1312 +++++++++++++++++++++++++-
cloudstack/NicService.go | 96 ++
cloudstack/NiciraNVPService.go | 104 ++
cloudstack/OutofbandManagementService.go | 88 ++
cloudstack/OvsElementService.go | 64 ++
cloudstack/PodService.go | 272 ++++++
cloudstack/PoolService.go | 288 ++++++
cloudstack/PortableIPService.go | 96 ++
cloudstack/ProjectService.go | 376 ++++++++
cloudstack/RegionService.go | 96 ++
cloudstack/ResourcemetadataService.go | 168 ++++
cloudstack/ResourcetagsService.go | 184 ++++
cloudstack/RoleService.go | 200 ++++
cloudstack/RouterService.go | 296 ++++++
cloudstack/SSHService.go | 224 +++++
cloudstack/SecurityGroupService.go | 384 ++++++++
cloudstack/ServiceOfferingService.go | 520 ++++++++++
cloudstack/SnapshotService.go | 528 +++++++++++
cloudstack/StoragePoolService.go | 48 +
cloudstack/StratosphereSSPService.go | 56 ++
cloudstack/SwiftService.go | 64 ++
cloudstack/SystemCapacityService.go | 72 ++
cloudstack/SystemVMService.go | 192 ++++
cloudstack/TemplateService.go | 1010 +++++++++++++++++++-
cloudstack/UCSService.go | 176 ++++
cloudstack/UsageService.go | 408 ++++++++
cloudstack/UserService.go | 296 ++++++
cloudstack/VLANService.go | 384 ++++++++
cloudstack/VMGroupService.go | 136 +++
cloudstack/VPCService.go | 882 ++++++++++++++++-
cloudstack/VPNService.go | 982 ++++++++++++++++++-
cloudstack/VirtualMachineService.go | 1430 +++++++++++++++++++++++++++-
cloudstack/VolumeService.go | 680 +++++++++++++
cloudstack/ZoneService.go | 456 +++++++++
generate/generate.go | 20 +-
68 files changed, 23339 insertions(+), 140 deletions(-)