Uses of Class
cloudreports.models.VmRegistry
Packages that use VmRegistry
-
Uses of VmRegistry in cloudreports.models
Methods in cloudreports.models that return types with arguments of type VmRegistryModifier and TypeMethodDescriptionCustomerRegistry.getVms()Gets the list ofVms owned by this customer.Methods in cloudreports.models with parameters of type VmRegistryModifier and TypeMethodDescriptionbooleanHostRegistry.canRunVM(VmRegistry vmr) Indicates whether the host can allocate a virtual machine or not.Method parameters in cloudreports.models with type arguments of type VmRegistryModifier and TypeMethodDescriptionvoidCustomerRegistry.setVms(List<VmRegistry> vms) Sets the list ofVms owned by this customer. -
Uses of VmRegistry in org.cloudsimplus.automation
Methods in org.cloudsimplus.automation with parameters of type VmRegistryModifier and TypeMethodDescriptionstatic org.cloudsimplus.schedulers.cloudlet.CloudletSchedulerPolicyLoader.cloudletScheduler(VmRegistry vmr)