| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| ### bitmap of permissions at the end of each classname, 1 = ADMIN, 2 = RESOURCE_DOMAIN_ADMIN, 4 = DOMAIN_ADMIN, 8 = USER |
| ### Please standardize naming conventions to camel-case (even for acronyms). |
| |
| ### Account commands |
| createAccount=com.cloud.api.commands.CreateAccountCmd;3 |
| deleteAccount=com.cloud.api.commands.DeleteAccountCmd;3 |
| updateAccount=com.cloud.api.commands.UpdateAccountCmd;3 |
| disableAccount=com.cloud.api.commands.DisableAccountCmd;7 |
| enableAccount=com.cloud.api.commands.EnableAccountCmd;7 |
| ###lockAccount=com.cloud.api.commands.LockAccountCmd;7 |
| listAccounts=com.cloud.api.commands.ListAccountsCmd;15 |
| markDefaultZoneForAccount=com.cloud.api.commands.MarkDefaultZoneForAccountCmd;1 |
| |
| #### User commands |
| createUser=com.cloud.api.commands.CreateUserCmd;3 |
| deleteUser=com.cloud.api.commands.DeleteUserCmd;3 |
| updateUser=com.cloud.api.commands.UpdateUserCmd;3 |
| listUsers=com.cloud.api.commands.ListUsersCmd;7 |
| ####lockUser=com.cloud.api.commands.LockUserCmd;7 |
| disableUser=com.cloud.api.commands.DisableUserCmd;7 |
| enableUser=com.cloud.api.commands.EnableUserCmd;7 |
| getUser=com.cloud.api.commands.GetUserCmd;1 |
| |
| #### Domain commands |
| createDomain=com.cloud.api.commands.CreateDomainCmd;1 |
| updateDomain=com.cloud.api.commands.UpdateDomainCmd;1 |
| deleteDomain=com.cloud.api.commands.DeleteDomainCmd;1 |
| listDomains=com.cloud.api.commands.ListDomainsCmd;7 |
| listDomainChildren=com.cloud.api.commands.ListDomainChildrenCmd;7 |
| |
| ####Cloud Identifier commands |
| getCloudIdentifier=com.cloud.api.commands.GetCloudIdentifierCmd;15 |
| |
| #### Limit commands |
| updateResourceLimit=com.cloud.api.commands.UpdateResourceLimitCmd;7 |
| updateResourceCount=com.cloud.api.commands.UpdateResourceCountCmd;7 |
| listResourceLimits=com.cloud.api.commands.ListResourceLimitsCmd;15 |
| |
| #### VM commands |
| deployVirtualMachine=com.cloud.api.commands.DeployVMCmd;15 |
| destroyVirtualMachine=com.cloud.api.commands.DestroyVMCmd;15 |
| rebootVirtualMachine=com.cloud.api.commands.RebootVMCmd;15 |
| startVirtualMachine=com.cloud.api.commands.StartVMCmd;15 |
| stopVirtualMachine=com.cloud.api.commands.StopVMCmd;15 |
| resetPasswordForVirtualMachine=com.cloud.api.commands.ResetVMPasswordCmd;15 |
| changeServiceForVirtualMachine=com.cloud.api.commands.UpgradeVMCmd;15 |
| updateVirtualMachine=com.cloud.api.commands.UpdateVMCmd;15 |
| recoverVirtualMachine=com.cloud.api.commands.RecoverVMCmd;7 |
| listVirtualMachines=com.cloud.api.commands.ListVMsCmd;15 |
| getVMPassword=com.cloud.api.commands.GetVMPasswordCmd;15 |
| migrateVirtualMachine=com.cloud.api.commands.MigrateVMCmd;1 |
| assignVirtualMachine=com.cloud.api.commands.AssignVMCmd;1 |
| restoreVirtualMachine=com.cloud.api.commands.RestoreVMCmd;15 |
| |
| #### snapshot commands |
| createSnapshot=com.cloud.api.commands.CreateSnapshotCmd;15 |
| listSnapshots=com.cloud.api.commands.ListSnapshotsCmd;15 |
| deleteSnapshot=com.cloud.api.commands.DeleteSnapshotCmd;15 |
| createSnapshotPolicy=com.cloud.api.commands.CreateSnapshotPolicyCmd;15 |
| deleteSnapshotPolicies=com.cloud.api.commands.DeleteSnapshotPoliciesCmd;15 |
| listSnapshotPolicies=com.cloud.api.commands.ListSnapshotPoliciesCmd;15 |
| |
| |
| #### template commands |
| createTemplate=com.cloud.api.commands.CreateTemplateCmd;15 |
| registerTemplate=com.cloud.api.commands.RegisterTemplateCmd;15 |
| updateTemplate=com.cloud.api.commands.UpdateTemplateCmd;15 |
| copyTemplate=com.cloud.api.commands.CopyTemplateCmd;15 |
| deleteTemplate=com.cloud.api.commands.DeleteTemplateCmd;15 |
| listTemplates=com.cloud.api.commands.ListTemplatesCmd;15 |
| updateTemplatePermissions=com.cloud.api.commands.UpdateTemplatePermissionsCmd;15 |
| listTemplatePermissions=com.cloud.api.commands.ListTemplatePermissionsCmd;15 |
| extractTemplate=com.cloud.api.commands.ExtractTemplateCmd;15 |
| prepareTemplate=com.cloud.api.commands.PrepareTemplateCmd;1 |
| |
| #### iso commands |
| attachIso=com.cloud.api.commands.AttachIsoCmd;15 |
| detachIso=com.cloud.api.commands.DetachIsoCmd;15 |
| listIsos=com.cloud.api.commands.ListIsosCmd;15 |
| registerIso=com.cloud.api.commands.RegisterIsoCmd;15 |
| updateIso=com.cloud.api.commands.UpdateIsoCmd;15 |
| deleteIso=com.cloud.api.commands.DeleteIsoCmd;15 |
| copyIso=com.cloud.api.commands.CopyTemplateCmd;15 |
| updateIsoPermissions=com.cloud.api.commands.UpdateIsoPermissionsCmd;15 |
| listIsoPermissions=com.cloud.api.commands.ListIsoPermissionsCmd;15 |
| extractIso=com.cloud.api.commands.ExtractIsoCmd;15 |
| |
| #### guest OS commands |
| listOsTypes=com.cloud.api.commands.ListGuestOsCmd;15 |
| listOsCategories=com.cloud.api.commands.ListGuestOsCategoriesCmd;15 |
| |
| #### service offering commands |
| createServiceOffering=com.cloud.api.commands.CreateServiceOfferingCmd;1 |
| deleteServiceOffering=com.cloud.api.commands.DeleteServiceOfferingCmd;1 |
| updateServiceOffering=com.cloud.api.commands.UpdateServiceOfferingCmd;1 |
| listServiceOfferings=com.cloud.api.commands.ListServiceOfferingsCmd;15 |
| |
| #### disk offering commands |
| createDiskOffering=com.cloud.api.commands.CreateDiskOfferingCmd;1 |
| updateDiskOffering=com.cloud.api.commands.UpdateDiskOfferingCmd;1 |
| deleteDiskOffering=com.cloud.api.commands.DeleteDiskOfferingCmd;1 |
| listDiskOfferings=com.cloud.api.commands.ListDiskOfferingsCmd;15 |
| |
| #### vlan commands |
| createVlanIpRange=com.cloud.api.commands.CreateVlanIpRangeCmd;1 |
| deleteVlanIpRange=com.cloud.api.commands.DeleteVlanIpRangeCmd;1 |
| listVlanIpRanges=com.cloud.api.commands.ListVlanIpRangesCmd;1 |
| |
| #### address commands |
| associateIpAddress=com.cloud.api.commands.AssociateIPAddrCmd;15 |
| disassociateIpAddress=com.cloud.api.commands.DisassociateIPAddrCmd;15 |
| listPublicIpAddresses=com.cloud.api.commands.ListPublicIpAddressesCmd;15 |
| |
| #### firewall commands |
| listPortForwardingRules=com.cloud.api.commands.ListPortForwardingRulesCmd;15 |
| createPortForwardingRule=com.cloud.api.commands.CreatePortForwardingRuleCmd;15 |
| deletePortForwardingRule=com.cloud.api.commands.DeletePortForwardingRuleCmd;15 |
| #### updatePortForwardingRule=com.cloud.api.commands.UpdatePortForwardingRuleCmd;15 |
| |
| #### NAT commands |
| enableStaticNat=com.cloud.api.commands.EnableStaticNatCmd;15 |
| createIpForwardingRule=com.cloud.api.commands.CreateIpForwardingRuleCmd;15 |
| deleteIpForwardingRule=com.cloud.api.commands.DeleteIpForwardingRuleCmd;15 |
| listIpForwardingRules=com.cloud.api.commands.ListIpForwardingRulesCmd;15 |
| disableStaticNat=com.cloud.api.commands.DisableStaticNatCmd;15 |
| |
| #### load balancer commands |
| createLoadBalancerRule=com.cloud.api.commands.CreateLoadBalancerRuleCmd;15 |
| deleteLoadBalancerRule=com.cloud.api.commands.DeleteLoadBalancerRuleCmd;15 |
| removeFromLoadBalancerRule=com.cloud.api.commands.RemoveFromLoadBalancerRuleCmd;15 |
| assignToLoadBalancerRule=com.cloud.api.commands.AssignToLoadBalancerRuleCmd;15 |
| createLBStickinessPolicy=com.cloud.api.commands.CreateLBStickinessPolicyCmd;15 |
| deleteLBStickinessPolicy=com.cloud.api.commands.DeleteLBStickinessPolicyCmd;15 |
| listLoadBalancerRules=com.cloud.api.commands.ListLoadBalancerRulesCmd;15 |
| listLBStickinessPolicies=com.cloud.api.commands.ListLBStickinessPoliciesCmd;15 |
| listLoadBalancerRuleInstances=com.cloud.api.commands.ListLoadBalancerRuleInstancesCmd;15 |
| updateLoadBalancerRule=com.cloud.api.commands.UpdateLoadBalancerRuleCmd;15 |
| |
| #### router commands |
| startRouter=com.cloud.api.commands.StartRouterCmd;7 |
| rebootRouter=com.cloud.api.commands.RebootRouterCmd;7 |
| stopRouter=com.cloud.api.commands.StopRouterCmd;7 |
| destroyRouter=com.cloud.api.commands.DestroyRouterCmd;7 |
| changeServiceForRouter=com.cloud.api.commands.UpgradeRouterCmd;7 |
| listRouters=com.cloud.api.commands.ListRoutersCmd;7 |
| |
| #### system vm commands |
| startSystemVm=com.cloud.api.commands.StartSystemVMCmd;1 |
| rebootSystemVm=com.cloud.api.commands.RebootSystemVmCmd;1 |
| stopSystemVm=com.cloud.api.commands.StopSystemVmCmd;1 |
| destroySystemVm=com.cloud.api.commands.DestroySystemVmCmd;1 |
| listSystemVms=com.cloud.api.commands.ListSystemVMsCmd;3 |
| migrateSystemVm=com.cloud.api.commands.MigrateSystemVMCmd;1 |
| changeServiceForSystemVm=com.cloud.api.commands.UpgradeSystemVMCmd;1 |
| |
| #### configuration commands |
| updateConfiguration=com.cloud.api.commands.UpdateCfgCmd;1 |
| listConfigurations=com.cloud.api.commands.ListCfgsByCmd;1 |
| ldapConfig=com.cloud.api.commands.LDAPConfigCmd;1 |
| ldapRemove=com.cloud.api.commands.LDAPRemoveCmd;1 |
| listCapabilities=com.cloud.api.commands.ListCapabilitiesCmd;15 |
| |
| #### pod commands |
| createPod=com.cloud.api.commands.CreatePodCmd;1 |
| updatePod=com.cloud.api.commands.UpdatePodCmd;1 |
| deletePod=com.cloud.api.commands.DeletePodCmd;1 |
| listPods=com.cloud.api.commands.ListPodsByCmd;3 |
| |
| #### zone commands |
| createZone=com.cloud.api.commands.CreateZoneCmd;1 |
| updateZone=com.cloud.api.commands.UpdateZoneCmd;1 |
| deleteZone=com.cloud.api.commands.DeleteZoneCmd;1 |
| listZones=com.cloud.api.commands.ListZonesByCmd;15 |
| |
| #### events commands |
| listEvents=com.cloud.api.commands.ListEventsCmd;15 |
| listEventTypes=com.cloud.api.commands.ListEventTypesCmd;15 |
| |
| #### alerts commands |
| listAlerts=com.cloud.api.commands.ListAlertsCmd;3 |
| |
| #### system capacity commands |
| listCapacity=com.cloud.api.commands.ListCapacityCmd;3 |
| |
| #### swift commands^M |
| addSwift=com.cloud.api.commands.AddSwiftCmd;1 |
| listSwifts=com.cloud.api.commands.ListSwiftsCmd;1 |
| |
| |
| #### host commands |
| addHost=com.cloud.api.commands.AddHostCmd;3 |
| addCluster=com.cloud.api.commands.AddClusterCmd;1 |
| deleteCluster=com.cloud.api.commands.DeleteClusterCmd;1 |
| updateCluster=com.cloud.api.commands.UpdateClusterCmd;1 |
| reconnectHost=com.cloud.api.commands.ReconnectHostCmd;1 |
| updateHost=com.cloud.api.commands.UpdateHostCmd;1 |
| deleteHost=com.cloud.api.commands.DeleteHostCmd;3 |
| prepareHostForMaintenance=com.cloud.api.commands.PrepareForMaintenanceCmd;1 |
| cancelHostMaintenance=com.cloud.api.commands.CancelMaintenanceCmd;1 |
| listHosts=com.cloud.api.commands.ListHostsCmd;3 |
| addSecondaryStorage=com.cloud.api.commands.AddSecondaryStorageCmd;1 |
| updateHostPassword=com.cloud.api.commands.UpdateHostPasswordCmd;1 |
| |
| #### volume commands |
| attachVolume=com.cloud.api.commands.AttachVolumeCmd;15 |
| uploadVolume=com.cloud.api.commands.UploadVolumeCmd;15 |
| detachVolume=com.cloud.api.commands.DetachVolumeCmd;15 |
| createVolume=com.cloud.api.commands.CreateVolumeCmd;15 |
| deleteVolume=com.cloud.api.commands.DeleteVolumeCmd;15 |
| listVolumes=com.cloud.api.commands.ListVolumesCmd;15 |
| extractVolume=com.cloud.api.commands.ExtractVolumeCmd;15 |
| migrateVolume=com.cloud.api.commands.MigrateVolumeCmd;15 |
| |
| #### registration command: FIXME -- this really should be something in management server that |
| #### generates a new key for the user and they just have to |
| #### use that key...the key is stored in the db associated w/ |
| #### the userId...every request to the developer API should be |
| #### checked against the key |
| registerUserKeys=com.cloud.api.commands.RegisterCmd;1 |
| |
| ### async-query command |
| queryAsyncJobResult=com.cloud.api.commands.QueryAsyncJobResultCmd;15 |
| listAsyncJobs=com.cloud.api.commands.ListAsyncJobsCmd;15 |
| |
| #### storage pools commands |
| listStoragePools=com.cloud.api.commands.ListStoragePoolsCmd;3 |
| createStoragePool=com.cloud.api.commands.CreateStoragePoolCmd;1 |
| updateStoragePool=com.cloud.api.commands.UpdateStoragePoolCmd;1 |
| deleteStoragePool=com.cloud.api.commands.DeletePoolCmd;1 |
| listClusters=com.cloud.api.commands.ListClustersCmd;3 |
| enableStorageMaintenance=com.cloud.api.commands.PreparePrimaryStorageForMaintenanceCmd;1 |
| cancelStorageMaintenance=com.cloud.api.commands.CancelPrimaryStorageMaintenanceCmd;1 |
| |
| #### security group commands |
| createSecurityGroup=com.cloud.api.commands.CreateSecurityGroupCmd;15 |
| deleteSecurityGroup=com.cloud.api.commands.DeleteSecurityGroupCmd;15 |
| authorizeSecurityGroupIngress=com.cloud.api.commands.AuthorizeSecurityGroupIngressCmd;15 |
| revokeSecurityGroupIngress=com.cloud.api.commands.RevokeSecurityGroupIngressCmd;15 |
| authorizeSecurityGroupEgress=com.cloud.api.commands.AuthorizeSecurityGroupEgressCmd;15 |
| revokeSecurityGroupEgress=com.cloud.api.commands.RevokeSecurityGroupEgressCmd;15 |
| listSecurityGroups=com.cloud.api.commands.ListSecurityGroupsCmd;15 |
| |
| #### vm group commands |
| createInstanceGroup=com.cloud.api.commands.CreateVMGroupCmd;15 |
| deleteInstanceGroup=com.cloud.api.commands.DeleteVMGroupCmd;15 |
| updateInstanceGroup=com.cloud.api.commands.UpdateVMGroupCmd;15 |
| listInstanceGroups=com.cloud.api.commands.ListVMGroupsCmd;15 |
| |
| ### Certificate commands |
| uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1 |
| |
| ### other commands |
| listHypervisors=com.cloud.api.commands.ListHypervisorsCmd;15 |
| |
| ### VPN |
| createRemoteAccessVpn=com.cloud.api.commands.CreateRemoteAccessVpnCmd;15 |
| deleteRemoteAccessVpn=com.cloud.api.commands.DeleteRemoteAccessVpnCmd;15 |
| listRemoteAccessVpns=com.cloud.api.commands.ListRemoteAccessVpnsCmd;15 |
| |
| addVpnUser=com.cloud.api.commands.AddVpnUserCmd;15 |
| removeVpnUser=com.cloud.api.commands.RemoveVpnUserCmd;15 |
| listVpnUsers=com.cloud.api.commands.ListVpnUsersCmd;15 |
| |
| #### network offering commands |
| createNetworkOffering=com.cloud.api.commands.CreateNetworkOfferingCmd;1 |
| updateNetworkOffering=com.cloud.api.commands.UpdateNetworkOfferingCmd;1 |
| deleteNetworkOffering=com.cloud.api.commands.DeleteNetworkOfferingCmd;1 |
| listNetworkOfferings=com.cloud.api.commands.ListNetworkOfferingsCmd;15 |
| |
| #### network commands |
| createNetwork=com.cloud.api.commands.CreateNetworkCmd;15 |
| deleteNetwork=com.cloud.api.commands.DeleteNetworkCmd;15 |
| listNetworks=com.cloud.api.commands.ListNetworksCmd;15 |
| restartNetwork=com.cloud.api.commands.RestartNetworkCmd;15 |
| updateNetwork=com.cloud.api.commands.UpdateNetworkCmd;15 |
| |
| #### SSH key pair commands |
| registerSSHKeyPair=com.cloud.api.commands.RegisterSSHKeyPairCmd;15 |
| createSSHKeyPair=com.cloud.api.commands.CreateSSHKeyPairCmd;15 |
| deleteSSHKeyPair=com.cloud.api.commands.DeleteSSHKeyPairCmd;15 |
| listSSHKeyPairs=com.cloud.api.commands.ListSSHKeyPairsCmd;15 |
| |
| #### Projects commands |
| createProject=com.cloud.api.commands.CreateProjectCmd;15 |
| deleteProject=com.cloud.api.commands.DeleteProjectCmd;15 |
| updateProject=com.cloud.api.commands.UpdateProjectCmd;15 |
| activateProject=com.cloud.api.commands.ActivateProjectCmd;15 |
| suspendProject=com.cloud.api.commands.SuspendProjectCmd;15 |
| listProjects=com.cloud.api.commands.ListProjectsCmd;15 |
| addAccountToProject=com.cloud.api.commands.AddAccountToProjectCmd;15 |
| deleteAccountFromProject=com.cloud.api.commands.DeleteAccountFromProjectCmd;15 |
| listProjectAccounts=com.cloud.api.commands.ListProjectAccountsCmd;15 |
| listProjectInvitations=com.cloud.api.commands.ListProjectInvitationsCmd;15 |
| updateProjectInvitation=com.cloud.api.commands.UpdateProjectInvitationCmd;15 |
| deleteProjectInvitation=com.cloud.api.commands.DeleteProjectInvitationCmd;15 |
| |
| #### |
| createFirewallRule=com.cloud.api.commands.CreateFirewallRuleCmd;15 |
| deleteFirewallRule=com.cloud.api.commands.DeleteFirewallRuleCmd;15 |
| listFirewallRules=com.cloud.api.commands.ListFirewallRulesCmd;15 |
| |
| #### hypervisor capabilities commands |
| updateHypervisorCapabilities=com.cloud.api.commands.UpdateHypervisorCapabilitiesCmd;1 |
| listHypervisorCapabilities=com.cloud.api.commands.ListHypervisorCapabilitiesCmd;1 |
| |
| #### Physical Network commands |
| createPhysicalNetwork=com.cloud.api.commands.CreatePhysicalNetworkCmd;1 |
| deletePhysicalNetwork=com.cloud.api.commands.DeletePhysicalNetworkCmd;1 |
| listPhysicalNetworks=com.cloud.api.commands.ListPhysicalNetworksCmd;1 |
| updatePhysicalNetwork=com.cloud.api.commands.UpdatePhysicalNetworkCmd;1 |
| |
| #### Physical Network Service Provider commands |
| listSupportedNetworkServices=com.cloud.api.commands.ListSupportedNetworkServicesCmd;1 |
| addNetworkServiceProvider=com.cloud.api.commands.AddNetworkServiceProviderCmd;1 |
| deleteNetworkServiceProvider=com.cloud.api.commands.DeleteNetworkServiceProviderCmd;1 |
| listNetworkServiceProviders=com.cloud.api.commands.ListNetworkServiceProvidersCmd;1 |
| updateNetworkServiceProvider=com.cloud.api.commands.UpdateNetworkServiceProviderCmd;1 |
| |
| #### Physical Network Traffic Type commands |
| addTrafficType=com.cloud.api.commands.AddTrafficTypeCmd;1 |
| deleteTrafficType=com.cloud.api.commands.DeleteTrafficTypeCmd;1 |
| listTrafficTypes=com.cloud.api.commands.ListTrafficTypesCmd;1 |
| updateTrafficType=com.cloud.api.commands.UpdateTrafficTypeCmd;1 |
| listTrafficTypeImplementors=com.cloud.api.commands.ListTrafficTypeImplementorsCmd;1 |
| |
| #### Storage Network commands |
| createStorageNetworkIpRange=com.cloud.api.commands.CreateStorageNetworkIpRangeCmd;1 |
| deleteStorageNetworkIpRange=com.cloud.api.commands.DeleteStorageNetworkIpRangeCmd;1 |
| listStorageNetworkIpRange=com.cloud.api.commands.listStorageNetworkIpRangeCmd;1 |
| updateStorageNetworkIpRange=com.cloud.api.commands.UpdateStorageNetworkIpRangeCmd;1 |
| |
| ### Network Devices commands |
| addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1 |
| listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1 |
| deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1 |
| |
| ### Network Devices commands |
| addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1 |
| listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1 |
| deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1 |
| |
| ### VPC commands |
| createVPC=com.cloud.api.commands.CreateVPCCmd;15 |
| listVPCs=com.cloud.api.commands.ListVPCsCmd;15 |
| deleteVPC=com.cloud.api.commands.DeleteVPCCmd;15 |
| updateVPC=com.cloud.api.commands.UpdateVPCCmd;15 |
| restartVPC=com.cloud.api.commands.RestartVPCCmd;15 |
| |
| #### VPC offering commands |
| createVPCOffering=com.cloud.api.commands.CreateVPCOfferingCmd;1 |
| updateVPCOffering=com.cloud.api.commands.UpdateVPCOfferingCmd;1 |
| deleteVPCOffering=com.cloud.api.commands.DeleteVPCOfferingCmd;1 |
| listVPCOfferings=com.cloud.api.commands.ListVPCOfferingsCmd;15 |
| |
| #### Private gateway commands |
| createPrivateGateway=com.cloud.api.commands.CreatePrivateGatewayCmd;1 |
| listPrivateGateways=com.cloud.api.commands.ListPrivateGatewaysCmd;15 |
| deletePrivateGateway=com.cloud.api.commands.DeletePrivateGatewayCmd;1 |
| |
| #### Network ACL commands |
| createNetworkACL=com.cloud.api.commands.CreateNetworkACLCmd;15 |
| deleteNetworkACL=com.cloud.api.commands.DeleteNetworkACLCmd;15 |
| listNetworkACLs=com.cloud.api.commands.ListNetworkACLsCmd;15 |
| |
| #### Static route commands |
| createStaticRoute=com.cloud.api.commands.CreateStaticRouteCmd;15 |
| deleteStaticRoute=com.cloud.api.commands.DeleteStaticRouteCmd;15 |
| listStaticRoutes=com.cloud.api.commands.ListStaticRoutesCmd;15 |
| |
| #### Tags commands |
| createTags=com.cloud.api.commands.CreateTagsCmd;15 |
| deleteTags=com.cloud.api.commands.DeleteTagsCmd;15 |
| listTags=com.cloud.api.commands.ListTagsCmd;15 |
| |
| ### Site-to-site VPN commands |
| createVpnCustomerGateway=com.cloud.api.commands.CreateVpnCustomerGatewayCmd;15 |
| createVpnGateway=com.cloud.api.commands.CreateVpnGatewayCmd;15 |
| createVpnConnection=com.cloud.api.commands.CreateVpnConnectionCmd;15 |
| deleteVpnCustomerGateway=com.cloud.api.commands.DeleteVpnCustomerGatewayCmd;15 |
| deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;15 |
| deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;15 |
| updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;15 |
| resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;15 |
| listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;15 |
| listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;15 |
| listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;15 |