mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	api_refactor: admin apis for vpc
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
		
							parent
							
								
									dd5a36fcd2
								
							
						
					
					
						commit
						99875a165f
					
				@ -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.admin.vpc.command;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
@ -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.admin.vpc.command;
 | 
			
		||||
 | 
			
		||||
import org.apache.log4j.Logger;
 | 
			
		||||
 | 
			
		||||
@ -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.admin.vpc.command;
 | 
			
		||||
 | 
			
		||||
import org.apache.log4j.Logger;
 | 
			
		||||
 | 
			
		||||
@ -387,9 +387,9 @@ 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
 | 
			
		||||
createVPCOffering=org.apache.cloudstack.api.admin.vpc.command.CreateVPCOfferingCmd;1
 | 
			
		||||
updateVPCOffering=org.apache.cloudstack.api.admin.vpc.command.UpdateVPCOfferingCmd;1
 | 
			
		||||
deleteVPCOffering=org.apache.cloudstack.api.admin.vpc.command.DeleteVPCOfferingCmd;1
 | 
			
		||||
listVPCOfferings=org.apache.cloudstack.api.user.vpc.command.ListVPCOfferingsCmd;15
 | 
			
		||||
 | 
			
		||||
#### Private gateway commands
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user