mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
api_refactor: move usage apis in parts to admin.usage
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
52c35bc30d
commit
0bbe82e8e1
@ -14,7 +14,7 @@
|
|||||||
// KIND, either express or implied. See the License for the
|
// KIND, either express or implied. See the License for the
|
||||||
// specific language governing permissions and limitations
|
// specific language governing permissions and limitations
|
||||||
// under the License.
|
// under the License.
|
||||||
package com.cloud.api.commands;
|
package org.apache.cloudstack.api.admin.usage.command;
|
||||||
|
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
// KIND, either express or implied. See the License for the
|
// KIND, either express or implied. See the License for the
|
||||||
// specific language governing permissions and limitations
|
// specific language governing permissions and limitations
|
||||||
// under the License.
|
// under the License.
|
||||||
package com.cloud.api.commands;
|
package org.apache.cloudstack.api.admin.usage.command;
|
||||||
|
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
// KIND, either express or implied. See the License for the
|
// KIND, either express or implied. See the License for the
|
||||||
// specific language governing permissions and limitations
|
// specific language governing permissions and limitations
|
||||||
// under the License.
|
// under the License.
|
||||||
package com.cloud.api.commands;
|
package org.apache.cloudstack.api.admin.usage.command;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@ -357,9 +357,9 @@ listNetworkServiceProviders=org.apache.cloudstack.api.admin.network.command.List
|
|||||||
updateNetworkServiceProvider=org.apache.cloudstack.api.admin.network.command.UpdateNetworkServiceProviderCmd;1
|
updateNetworkServiceProvider=org.apache.cloudstack.api.admin.network.command.UpdateNetworkServiceProviderCmd;1
|
||||||
|
|
||||||
#### Physical Network Traffic Type commands
|
#### Physical Network Traffic Type commands
|
||||||
addTrafficType=com.cloud.api.commands.AddTrafficTypeCmd;1
|
addTrafficType=org.apache.cloudstack.api.admin.usage.command.AddTrafficTypeCmd;1
|
||||||
deleteTrafficType=com.cloud.api.commands.DeleteTrafficTypeCmd;1
|
deleteTrafficType=org.apache.cloudstack.api.admin.usage.command.DeleteTrafficTypeCmd;1
|
||||||
listTrafficTypes=com.cloud.api.commands.ListTrafficTypesCmd;1
|
listTrafficTypes=org.apache.cloudstack.api.admin.usage.command.ListTrafficTypesCmd;1
|
||||||
updateTrafficType=com.cloud.api.commands.UpdateTrafficTypeCmd;1
|
updateTrafficType=com.cloud.api.commands.UpdateTrafficTypeCmd;1
|
||||||
listTrafficTypeImplementors=com.cloud.api.commands.ListTrafficTypeImplementorsCmd;1
|
listTrafficTypeImplementors=com.cloud.api.commands.ListTrafficTypeImplementorsCmd;1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user