Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 162 additions & 162 deletions cloudstack/AccountService.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudstack/AffinityGroupService.go
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ type UpdateVMAffinityGroupResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Instancename string `json:"instancename"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/BigSwitchBCFService.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (s *BigSwitchBCFService) NewDeleteBigSwitchBcfDeviceParams(bcfdeviceid stri
return p
}

// delete a BigSwitch BCF Controller device
// delete a BigSwitch BCF Controller device
func (s *BigSwitchBCFService) DeleteBigSwitchBcfDevice(p *DeleteBigSwitchBcfDeviceParams) (*DeleteBigSwitchBcfDeviceResponse, error) {
resp, err := s.cs.newRequest("deleteBigSwitchBcfDevice", p.toURLValues())
if err != nil {
Expand Down
4 changes: 2 additions & 2 deletions cloudstack/BrocadeVCSService.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (s *BrocadeVCSService) NewDeleteBrocadeVcsDeviceParams(vcsdeviceid string)
return p
}

// delete a Brocade VCS Switch
// delete a Brocade VCS Switch
func (s *BrocadeVCSService) DeleteBrocadeVcsDevice(p *DeleteBrocadeVcsDeviceParams) (*DeleteBrocadeVcsDeviceResponse, error) {
resp, err := s.cs.newRequest("deleteBrocadeVcsDevice", p.toURLValues())
if err != nil {
Expand Down Expand Up @@ -427,7 +427,7 @@ type BrocadeVcsDeviceNetwork struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down
8 changes: 4 additions & 4 deletions cloudstack/DomainService.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ type CreateDomainResponse struct {
Domaindetails map[string]string `json:"domaindetails"`
Hasannotations bool `json:"hasannotations"`
Haschild bool `json:"haschild"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -587,7 +587,7 @@ type DomainChildren struct {
Domaindetails map[string]string `json:"domaindetails"`
Hasannotations bool `json:"hasannotations"`
Haschild bool `json:"haschild"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -932,7 +932,7 @@ type Domain struct {
Domaindetails map[string]string `json:"domaindetails"`
Hasannotations bool `json:"hasannotations"`
Haschild bool `json:"haschild"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -1080,7 +1080,7 @@ type UpdateDomainResponse struct {
Domaindetails map[string]string `json:"domaindetails"`
Hasannotations bool `json:"hasannotations"`
Haschild bool `json:"haschild"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/FirewallService.go
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ func (s *FirewallService) NewDeletePaloAltoFirewallParams(fwdeviceid string) *De
return p
}

// delete a Palo Alto firewall device
// delete a Palo Alto firewall device
func (s *FirewallService) DeletePaloAltoFirewall(p *DeletePaloAltoFirewallParams) (*DeletePaloAltoFirewallResponse, error) {
resp, err := s.cs.newRequest("deletePaloAltoFirewall", p.toURLValues())
if err != nil {
Expand Down
12 changes: 6 additions & 6 deletions cloudstack/ISOService.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ type AttachIsoResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Instancename string `json:"instancename"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Expand Down Expand Up @@ -466,7 +466,7 @@ type CopyIsoResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Isextractable bool `json:"isextractable"`
Expand Down Expand Up @@ -742,7 +742,7 @@ type DetachIsoResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Instancename string `json:"instancename"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Expand Down Expand Up @@ -1631,7 +1631,7 @@ type Iso struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Isextractable bool `json:"isextractable"`
Expand Down Expand Up @@ -2067,7 +2067,7 @@ type RegisterIsoResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Isextractable bool `json:"isextractable"`
Expand Down Expand Up @@ -2446,7 +2446,7 @@ type UpdateIsoResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Isextractable bool `json:"isextractable"`
Expand Down
46 changes: 23 additions & 23 deletions cloudstack/LDAPService.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ type LdapCreateAccountResponse struct {
Domainid string `json:"domainid"`
Domainpath string `json:"domainpath"`
Groups []string `json:"groups"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -998,28 +998,28 @@ type LdapCreateAccountResponse struct {
}

type LdapCreateAccountResponseUser struct {
Account string `json:"account"`
Accountid string `json:"accountid"`
Accounttype int `json:"accounttype"`
Apikey string `json:"apikey"`
Created string `json:"created"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Email string `json:"email"`
Firstname string `json:"firstname"`
Icon string `json:"icon"`
Id string `json:"id"`
Iscallerchilddomain bool `json:"iscallerchilddomain"`
Isdefault bool `json:"isdefault"`
Lastname string `json:"lastname"`
Roleid string `json:"roleid"`
Rolename string `json:"rolename"`
Roletype string `json:"roletype"`
Secretkey string `json:"secretkey"`
State string `json:"state"`
Timezone string `json:"timezone"`
Username string `json:"username"`
Usersource string `json:"usersource"`
Account string `json:"account"`
Accountid string `json:"accountid"`
Accounttype int `json:"accounttype"`
Apikey string `json:"apikey"`
Created string `json:"created"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Email string `json:"email"`
Firstname string `json:"firstname"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Iscallerchilddomain bool `json:"iscallerchilddomain"`
Isdefault bool `json:"isdefault"`
Lastname string `json:"lastname"`
Roleid string `json:"roleid"`
Rolename string `json:"rolename"`
Roletype string `json:"roletype"`
Secretkey string `json:"secretkey"`
State string `json:"state"`
Timezone string `json:"timezone"`
Username string `json:"username"`
Usersource string `json:"usersource"`
}

type LdapRemoveParams struct {
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/LoadBalancerService.go
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ func (s *LoadBalancerService) NewDeleteNetscalerLoadBalancerParams(lbdeviceid st
return p
}

// delete a netscaler load balancer device
// delete a netscaler load balancer device
func (s *LoadBalancerService) DeleteNetscalerLoadBalancer(p *DeleteNetscalerLoadBalancerParams) (*DeleteNetscalerLoadBalancerResponse, error) {
resp, err := s.cs.newRequest("deleteNetscalerLoadBalancer", p.toURLValues())
if err != nil {
Expand Down
12 changes: 6 additions & 6 deletions cloudstack/NetworkService.go
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ type CreateNetworkResponse struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down Expand Up @@ -2406,7 +2406,7 @@ type NetscalerLoadBalancerNetwork struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down Expand Up @@ -3380,7 +3380,7 @@ type Network struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down Expand Up @@ -3617,7 +3617,7 @@ type NiciraNvpDeviceNetwork struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down Expand Up @@ -3973,7 +3973,7 @@ type PaloAltoFirewallNetwork struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down Expand Up @@ -5139,7 +5139,7 @@ type UpdateNetworkResponse struct {
Externalid string `json:"externalid"`
Gateway string `json:"gateway"`
Hasannotations bool `json:"hasannotations"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ip6cidr string `json:"ip6cidr"`
Ip6gateway string `json:"ip6gateway"`
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/NicService.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ type UpdateVmNicIpResponse struct {
Hostid string `json:"hostid"`
Hostname string `json:"hostname"`
Hypervisor string `json:"hypervisor"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Instancename string `json:"instancename"`
Isdynamicallyscalable bool `json:"isdynamicallyscalable"`
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/NiciraNVPService.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (s *NiciraNVPService) NewDeleteNiciraNvpDeviceParams(nvpdeviceid string) *D
return p
}

// delete a nicira nvp device
// delete a nicira nvp device
func (s *NiciraNVPService) DeleteNiciraNvpDevice(p *DeleteNiciraNvpDeviceParams) (*DeleteNiciraNvpDeviceResponse, error) {
resp, err := s.cs.newRequest("deleteNiciraNvpDevice", p.toURLValues())
if err != nil {
Expand Down
10 changes: 5 additions & 5 deletions cloudstack/ProjectService.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type ActivateProjectResponse struct {
Displaytext string `json:"displaytext"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -663,7 +663,7 @@ type CreateProjectResponse struct {
Displaytext string `json:"displaytext"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -1786,7 +1786,7 @@ type Project struct {
Displaytext string `json:"displaytext"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -1911,7 +1911,7 @@ type SuspendProjectResponse struct {
Displaytext string `json:"displaytext"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down Expand Up @@ -2127,7 +2127,7 @@ type UpdateProjectResponse struct {
Displaytext string `json:"displaytext"`
Domain string `json:"domain"`
Domainid string `json:"domainid"`
Icon string `json:"icon"`
Icon interface{} `json:"icon"`
Id string `json:"id"`
Ipavailable string `json:"ipavailable"`
Iplimit string `json:"iplimit"`
Expand Down
Loading