mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
api_refactor: move diskoffering to offering
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
6fe1b5f9b0
commit
658cf56120
@ -19,7 +19,7 @@ package com.cloud.api.commands;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import org.apache.cloudstack.api.ApiConstants;
|
||||
|
||||
@ -26,6 +26,7 @@ import com.cloud.alert.Alert;
|
||||
import org.apache.cloudstack.api.ServerApiException;
|
||||
import org.apache.cloudstack.api.user.guest.command.ListGuestOsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.ssh.command.CreateSSHKeyPairCmd;
|
||||
import org.apache.cloudstack.api.user.ssh.command.DeleteSSHKeyPairCmd;
|
||||
import com.cloud.api.commands.DestroySystemVmCmd;
|
||||
@ -47,7 +48,6 @@ import com.cloud.api.commands.ListPodsByCmd;
|
||||
import com.cloud.api.commands.ListPublicIpAddressesCmd;
|
||||
import com.cloud.api.commands.ListRoutersCmd;
|
||||
import org.apache.cloudstack.api.user.ssh.command.ListSSHKeyPairsCmd;
|
||||
import org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;
|
||||
import com.cloud.api.commands.ListStoragePoolsCmd;
|
||||
import com.cloud.api.commands.ListSystemVMsCmd;
|
||||
import org.apache.cloudstack.api.user.vmgroup.command.ListVMGroupsCmd;
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
// KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
package org.apache.cloudstack.api.user.serviceoffering.command;
|
||||
package org.apache.cloudstack.api.user.offering.command;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@ -110,7 +110,7 @@ listOsCategories=org.apache.cloudstack.api.user.guest.command.ListGuestOsCategor
|
||||
createServiceOffering=com.cloud.api.commands.CreateServiceOfferingCmd;1
|
||||
deleteServiceOffering=com.cloud.api.commands.DeleteServiceOfferingCmd;1
|
||||
updateServiceOffering=com.cloud.api.commands.UpdateServiceOfferingCmd;1
|
||||
listServiceOfferings=org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;15
|
||||
listServiceOfferings=org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;15
|
||||
|
||||
#### disk offering commands
|
||||
createDiskOffering=com.cloud.api.commands.CreateDiskOfferingCmd;1
|
||||
|
||||
@ -19,7 +19,7 @@ package com.cloud.api.commands;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import org.apache.cloudstack.api.ApiConstants;
|
||||
|
||||
@ -19,7 +19,7 @@ package com.cloud.api.commands;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import org.apache.cloudstack.api.ApiConstants;
|
||||
|
||||
@ -47,7 +47,7 @@ import org.apache.cloudstack.api.user.guest.command.ListGuestOsCmd;
|
||||
import org.apache.cloudstack.api.user.iso.command.ListIsosCmd;
|
||||
import org.apache.cloudstack.api.user.job.command.ListAsyncJobsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListDiskOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.serviceoffering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.offering.command.ListServiceOfferingsCmd;
|
||||
import org.apache.cloudstack.api.user.ssh.command.DeleteSSHKeyPairCmd;
|
||||
import org.apache.cloudstack.api.user.ssh.command.RegisterSSHKeyPairCmd;
|
||||
import org.apache.cloudstack.api.user.template.command.ListTemplatesCmd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user