mirror of https://github.com/apache/cloudstack.git
api_refactor: refactor disk api (only user)
- Fix refactored apis, mappings in commands*.in - Fix comments etc. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
ea79162615
commit
cabbc7bd7d
|
|
@ -38,7 +38,7 @@ import org.apache.cloudstack.api.user.configuration.command.ListCapabilitiesCmd;
|
|||
import com.cloud.api.commands.ListCapacityCmd;
|
||||
import com.cloud.api.commands.ListCfgsByCmd;
|
||||
import com.cloud.api.commands.ListClustersCmd;
|
||||
import com.cloud.api.commands.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.disk.command.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.event.command.ListEventsCmd;
|
||||
import org.apache.cloudstack.api.user.guest.command.ListGuestOsCategoriesCmd;
|
||||
import com.cloud.api.commands.ListHostsCmd;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
// KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
package com.cloud.api.commands;
|
||||
package org.apache.cloudstack.api.user.disk.command;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
|
@ -116,7 +116,7 @@ listServiceOfferings=org.apache.cloudstack.api.user.serviceoffering.command.List
|
|||
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
|
||||
listDiskOfferings=org.apache.cloudstack.api.user.disk.command.ListDiskOfferingsCmd;15
|
||||
|
||||
#### vlan commands
|
||||
createVlanIpRange=com.cloud.api.commands.CreateVlanIpRangeCmd;1
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ import org.apache.cloudstack.api.user.configuration.command.ListCapabilitiesCmd;
|
|||
import com.cloud.api.commands.ListCapacityCmd;
|
||||
import com.cloud.api.commands.ListCfgsByCmd;
|
||||
import com.cloud.api.commands.ListClustersCmd;
|
||||
import com.cloud.api.commands.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.disk.command.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.event.command.ListEventsCmd;
|
||||
import com.cloud.api.commands.ListHostsCmd;
|
||||
import com.cloud.api.commands.ListPodsByCmd;
|
||||
|
|
|
|||
Loading…
Reference in New Issue