mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
- Fix refactored apis, mappings in commands*.in - Fix comments etc. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
428 lines
23 KiB
Properties
Executable File
428 lines
23 KiB
Properties
Executable File
# 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=org.apache.cloudstack.api.admin.account.command.DisableAccountCmd;7
|
|
enableAccount=org.apache.cloudstack.api.admin.account.command.EnableAccountCmd;7
|
|
###lockAccount=com.cloud.api.commands.LockAccountCmd;7
|
|
listAccounts=org.apache.cloudstack.api.user.account.command.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=org.apache.cloudstack.api.user.vm.command.DeployVMCmd;15
|
|
destroyVirtualMachine=org.apache.cloudstack.api.user.vm.command.DestroyVMCmd;15
|
|
rebootVirtualMachine=org.apache.cloudstack.api.user.vm.command.RebootVMCmd;15
|
|
startVirtualMachine=org.apache.cloudstack.api.user.vm.command.StartVMCmd;15
|
|
stopVirtualMachine=org.apache.cloudstack.api.user.vm.command.StopVMCmd;15
|
|
resetPasswordForVirtualMachine=org.apache.cloudstack.api.user.vm.command.ResetVMPasswordCmd;15
|
|
updateVirtualMachine=org.apache.cloudstack.api.user.vm.command.UpdateVMCmd;15
|
|
listVirtualMachines=org.apache.cloudstack.api.user.vm.command.ListVMsCmd;15
|
|
getVMPassword=org.apache.cloudstack.api.user.vm.command.GetVMPasswordCmd;15
|
|
restoreVirtualMachine=org.apache.cloudstack.api.user.vm.command.RestoreVMCmd;15
|
|
changeServiceForVirtualMachine=org.apache.cloudstack.api.user.vm.command.UpgradeVMCmd;15
|
|
assignVirtualMachine=org.apache.cloudstack.api.admin.vm.command.AssignVMCmd;1
|
|
migrateVirtualMachine=org.apache.cloudstack.api.admin.vm.command.MigrateVMCmd;1
|
|
recoverVirtualMachine=org.apache.cloudstack.api.admin.vm.command.RecoverVMCmd;7
|
|
|
|
#### snapshot commands
|
|
createSnapshot=org.apache.cloudstack.api.user.snapshot.command.CreateSnapshotCmd;15
|
|
listSnapshots=org.apache.cloudstack.api.user.snapshot.command.ListSnapshotsCmd;15
|
|
deleteSnapshot=org.apache.cloudstack.api.user.snapshot.command.DeleteSnapshotCmd;15
|
|
createSnapshotPolicy=org.apache.cloudstack.api.user.snapshot.command.CreateSnapshotPolicyCmd;15
|
|
deleteSnapshotPolicies=org.apache.cloudstack.api.user.snapshot.command.DeleteSnapshotPoliciesCmd;15
|
|
listSnapshotPolicies=org.apache.cloudstack.api.user.snapshot.command.ListSnapshotPoliciesCmd;15
|
|
|
|
|
|
#### template commands
|
|
createTemplate=org.apache.cloudstack.api.user.template.command.CreateTemplateCmd;15
|
|
registerTemplate=org.apache.cloudstack.api.user.template.command.RegisterTemplateCmd;15
|
|
updateTemplate=org.apache.cloudstack.api.user.template.command.UpdateTemplateCmd;15
|
|
copyTemplate=org.apache.cloudstack.api.user.template.command.CopyTemplateCmd;15
|
|
deleteTemplate=org.apache.cloudstack.api.user.template.command.DeleteTemplateCmd;15
|
|
listTemplates=org.apache.cloudstack.api.user.template.command.ListTemplatesCmd;15
|
|
updateTemplatePermissions=org.apache.cloudstack.api.user.template.command.UpdateTemplatePermissionsCmd;15
|
|
listTemplatePermissions=org.apache.cloudstack.api.user.template.command.ListTemplatePermissionsCmd;15
|
|
extractTemplate=org.apache.cloudstack.api.user.template.command.ExtractTemplateCmd;15
|
|
prepareTemplate=com.cloud.api.commands.PrepareTemplateCmd;1
|
|
|
|
#### iso commands
|
|
attachIso=org.apache.cloudstack.api.user.iso.command.AttachIsoCmd;15
|
|
detachIso=org.apache.cloudstack.api.user.iso.command.DetachIsoCmd;15
|
|
listIsos=org.apache.cloudstack.api.user.iso.command.ListIsosCmd;15
|
|
registerIso=org.apache.cloudstack.api.user.iso.command.RegisterIsoCmd;15
|
|
updateIso=org.apache.cloudstack.api.user.iso.command.UpdateIsoCmd;15
|
|
deleteIso=org.apache.cloudstack.api.user.iso.command.DeleteIsoCmd;15
|
|
copyIso=org.apache.cloudstack.api.user.template.command.CopyTemplateCmd;15
|
|
updateIsoPermissions=org.apache.cloudstack.api.user.iso.command.UpdateIsoPermissionsCmd;15
|
|
listIsoPermissions=org.apache.cloudstack.api.user.iso.command.ListIsoPermissionsCmd;15
|
|
extractIso=org.apache.cloudstack.api.user.iso.command.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=org.apache.cloudstack.api.user.nat.command.EnableStaticNatCmd;15
|
|
createIpForwardingRule=org.apache.cloudstack.api.user.nat.command.CreateIpForwardingRuleCmd;15
|
|
deleteIpForwardingRule=org.apache.cloudstack.api.user.nat.command.DeleteIpForwardingRuleCmd;15
|
|
listIpForwardingRules=org.apache.cloudstack.api.user.nat.command.ListIpForwardingRulesCmd;15
|
|
disableStaticNat=org.apache.cloudstack.api.user.nat.command.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
|
|
|
|
#### autoscale commands
|
|
createCounter = com.cloud.api.commands.CreateCounterCmd;1
|
|
createCondition = com.cloud.api.commands.CreateConditionCmd;15
|
|
createAutoScalePolicy=com.cloud.api.commands.CreateAutoScalePolicyCmd;15
|
|
createAutoScaleVmProfile=com.cloud.api.commands.CreateAutoScaleVmProfileCmd;15
|
|
createAutoScaleVmGroup=com.cloud.api.commands.CreateAutoScaleVmGroupCmd;15
|
|
deleteCounter = com.cloud.api.commands.DeleteCounterCmd;1
|
|
deleteCondition = com.cloud.api.commands.DeleteConditionCmd;15
|
|
deleteAutoScalePolicy=com.cloud.api.commands.DeleteAutoScalePolicyCmd;15
|
|
deleteAutoScaleVmProfile=com.cloud.api.commands.DeleteAutoScaleVmProfileCmd;15
|
|
deleteAutoScaleVmGroup=com.cloud.api.commands.DeleteAutoScaleVmGroupCmd;15
|
|
listCounters = com.cloud.api.commands.ListCountersCmd;15
|
|
listConditions = com.cloud.api.commands.ListConditionsCmd;15
|
|
listAutoScalePolicies=com.cloud.api.commands.ListAutoScalePoliciesCmd;15
|
|
listAutoScaleVmProfiles=com.cloud.api.commands.ListAutoScaleVmProfilesCmd;15
|
|
listAutoScaleVmGroups=com.cloud.api.commands.ListAutoScaleVmGroupsCmd;15
|
|
enableAutoScaleVmGroup=com.cloud.api.commands.EnableAutoScaleVmGroupCmd;15
|
|
disableAutoScaleVmGroup=com.cloud.api.commands.DisableAutoScaleVmGroupCmd;15
|
|
updateAutoScalePolicy=com.cloud.api.commands.UpdateAutoScalePolicyCmd;15
|
|
updateAutoScaleVmProfile=com.cloud.api.commands.UpdateAutoScaleVmProfileCmd;15
|
|
updateAutoScaleVmGroup=com.cloud.api.commands.UpdateAutoScaleVmGroupCmd;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
|
|
listVirtualRouterElements=com.cloud.api.commands.ListVirtualRouterElementsCmd;7
|
|
configureVirtualRouterElement=com.cloud.api.commands.ConfigureVirtualRouterElementCmd;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=org.apache.cloudstack.api.user.event.command.ListEventsCmd;15
|
|
listEventTypes=org.apache.cloudstack.api.user.event.command.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=org.apache.cloudstack.api.user.sg.command.CreateSecurityGroupCmd;15
|
|
deleteSecurityGroup=org.apache.cloudstack.api.user.sg.command.DeleteSecurityGroupCmd;15
|
|
authorizeSecurityGroupIngress=org.apache.cloudstack.api.user.sg.command.AuthorizeSecurityGroupIngressCmd;15
|
|
revokeSecurityGroupIngress=org.apache.cloudstack.api.user.sg.command.RevokeSecurityGroupIngressCmd;15
|
|
authorizeSecurityGroupEgress=org.apache.cloudstack.api.user.sg.command.AuthorizeSecurityGroupEgressCmd;15
|
|
revokeSecurityGroupEgress=org.apache.cloudstack.api.user.sg.command.RevokeSecurityGroupEgressCmd;15
|
|
listSecurityGroups=org.apache.cloudstack.api.user.sg.command.ListSecurityGroupsCmd;15
|
|
|
|
#### vm group commands
|
|
createInstanceGroup=org.apache.cloudstack.api.user.vmgroup.command.CreateVMGroupCmd;15
|
|
deleteInstanceGroup=org.apache.cloudstack.api.user.vmgroup.command.DeleteVMGroupCmd;15
|
|
updateInstanceGroup=org.apache.cloudstack.api.user.vmgroup.command.UpdateVMGroupCmd;15
|
|
listInstanceGroups=org.apache.cloudstack.api.user.vmgroup.command.ListVMGroupsCmd;15
|
|
|
|
### Certificate commands
|
|
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1
|
|
|
|
### other commands
|
|
listHypervisors=com.cloud.api.commands.ListHypervisorsCmd;15
|
|
|
|
### VPN
|
|
createRemoteAccessVpn=org.apache.cloudstack.api.user.vpn.command.CreateRemoteAccessVpnCmd;15
|
|
deleteRemoteAccessVpn=org.apache.cloudstack.api.user.vpn.command.DeleteRemoteAccessVpnCmd;15
|
|
listRemoteAccessVpns=org.apache.cloudstack.api.user.vpn.command.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=org.apache.cloudstack.api.user.network.command.ListNetworkOfferingsCmd;15
|
|
|
|
#### network commands
|
|
createNetwork=org.apache.cloudstack.api.user.network.command.CreateNetworkCmd;15
|
|
deleteNetwork=org.apache.cloudstack.api.user.network.command.DeleteNetworkCmd;15
|
|
listNetworks=org.apache.cloudstack.api.user.network.command.ListNetworksCmd;15
|
|
restartNetwork=org.apache.cloudstack.api.user.network.command.RestartNetworkCmd;15
|
|
updateNetwork=org.apache.cloudstack.api.user.network.command.UpdateNetworkCmd;15
|
|
|
|
#### SSH key pair commands
|
|
registerSSHKeyPair=org.apache.cloudstack.api.user.ssh.command.RegisterSSHKeyPairCmd;15
|
|
createSSHKeyPair=org.apache.cloudstack.api.user.ssh.command.CreateSSHKeyPairCmd;15
|
|
deleteSSHKeyPair=org.apache.cloudstack.api.user.ssh.command.DeleteSSHKeyPairCmd;15
|
|
listSSHKeyPairs=org.apache.cloudstack.api.user.ssh.command.ListSSHKeyPairsCmd;15
|
|
|
|
#### Projects commands
|
|
createProject=org.apache.cloudstack.api.user.project.command.CreateProjectCmd;15
|
|
deleteProject=org.apache.cloudstack.api.user.project.command.DeleteProjectCmd;15
|
|
updateProject=org.apache.cloudstack.api.user.project.command.UpdateProjectCmd;15
|
|
activateProject=org.apache.cloudstack.api.user.project.command.ActivateProjectCmd;15
|
|
suspendProject=org.apache.cloudstack.api.user.project.command.SuspendProjectCmd;15
|
|
listProjects=org.apache.cloudstack.api.user.project.command.ListProjectsCmd;15
|
|
addAccountToProject=org.apache.cloudstack.api.user.account.command.AddAccountToProjectCmd;15
|
|
deleteAccountFromProject=org.apache.cloudstack.api.user.account.command.DeleteAccountFromProjectCmd;15
|
|
listProjectAccounts=org.apache.cloudstack.api.user.account.command.ListProjectAccountsCmd;15
|
|
listProjectInvitations=org.apache.cloudstack.api.user.project.command.ListProjectInvitationsCmd;15
|
|
updateProjectInvitation=org.apache.cloudstack.api.user.project.command.UpdateProjectInvitationCmd;15
|
|
deleteProjectInvitation=org.apache.cloudstack.api.user.project.command.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=org.apache.cloudstack.api.user.vpc.command.CreateVPCCmd;15
|
|
listVPCs=org.apache.cloudstack.api.user.vpc.command.ListVPCsCmd;15
|
|
deleteVPC=org.apache.cloudstack.api.user.vpc.command.DeleteVPCCmd;15
|
|
updateVPC=org.apache.cloudstack.api.user.vpc.command.UpdateVPCCmd;15
|
|
restartVPC=org.apache.cloudstack.api.user.vpc.command.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=org.apache.cloudstack.api.user.vpc.command.ListVPCOfferingsCmd;15
|
|
|
|
#### Private gateway commands
|
|
createPrivateGateway=com.cloud.api.commands.CreatePrivateGatewayCmd;1
|
|
listPrivateGateways=org.apache.cloudstack.api.user.vpc.command.ListPrivateGatewaysCmd;15
|
|
deletePrivateGateway=com.cloud.api.commands.DeletePrivateGatewayCmd;1
|
|
|
|
#### Network ACL commands
|
|
createNetworkACL=org.apache.cloudstack.api.user.network.command.CreateNetworkACLCmd;15
|
|
deleteNetworkACL=org.apache.cloudstack.api.user.network.command.DeleteNetworkACLCmd;15
|
|
listNetworkACLs=org.apache.cloudstack.api.user.network.command.ListNetworkACLsCmd;15
|
|
|
|
#### Static route commands
|
|
createStaticRoute=org.apache.cloudstack.api.user.vpc.command.CreateStaticRouteCmd;15
|
|
deleteStaticRoute=org.apache.cloudstack.api.user.vpc.command.DeleteStaticRouteCmd;15
|
|
listStaticRoutes=org.apache.cloudstack.api.user.vpc.command.ListStaticRoutesCmd;15
|
|
|
|
#### Tags commands
|
|
createTags=org.apache.cloudstack.api.user.tag.command.CreateTagsCmd;15
|
|
deleteTags=org.apache.cloudstack.api.user.tag.command.DeleteTagsCmd;15
|
|
listTags=org.apache.cloudstack.api.user.tag.command.ListTagsCmd;15
|
|
|
|
### Site-to-site VPN commands
|
|
createVpnCustomerGateway=org.apache.cloudstack.api.user.vpn.command.CreateVpnCustomerGatewayCmd;15
|
|
createVpnGateway=org.apache.cloudstack.api.user.vpn.command.CreateVpnGatewayCmd;15
|
|
createVpnConnection=org.apache.cloudstack.api.user.vpn.command.CreateVpnConnectionCmd;15
|
|
deleteVpnCustomerGateway=org.apache.cloudstack.api.user.vpn.command.DeleteVpnCustomerGatewayCmd;15
|
|
deleteVpnGateway=org.apache.cloudstack.api.user.vpn.command.DeleteVpnGatewayCmd;15
|
|
deleteVpnConnection=org.apache.cloudstack.api.user.vpn.command.DeleteVpnConnectionCmd;15
|
|
updateVpnCustomerGateway=org.apache.cloudstack.api.user.vpn.command.UpdateVpnCustomerGatewayCmd;15
|
|
resetVpnConnection=org.apache.cloudstack.api.user.vpn.command.ResetVpnConnectionCmd;15
|
|
listVpnCustomerGateways=org.apache.cloudstack.api.user.vpn.command.ListVpnCustomerGatewaysCmd;15
|
|
listVpnGateways=org.apache.cloudstack.api.user.vpn.command.ListVpnGatewaysCmd;15
|
|
listVpnConnections=org.apache.cloudstack.api.user.vpn.command.ListVpnConnectionsCmd;15
|