Uses of Class
org.jclouds.cim.ResourceAllocationSettingData
-
Packages that use ResourceAllocationSettingData Package Description org.jclouds.cim org.jclouds.cim.functions org.jclouds.cim.xml org.jclouds.ovf -
-
Uses of ResourceAllocationSettingData in org.jclouds.cim
Methods in org.jclouds.cim that return ResourceAllocationSettingData Modifier and Type Method Description ResourceAllocationSettingDataResourceAllocationSettingData.Builder. build()Methods in org.jclouds.cim that return types with arguments of type ResourceAllocationSettingData Modifier and Type Method Description static com.google.common.base.Predicate<ResourceAllocationSettingData>CIMPredicates. resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)Return resource allocations of the specific type.Methods in org.jclouds.cim with parameters of type ResourceAllocationSettingData Modifier and Type Method Description ResourceAllocationSettingData.BuilderResourceAllocationSettingData.Builder. fromResourceAllocationSettingData(ResourceAllocationSettingData in) -
Uses of ResourceAllocationSettingData in org.jclouds.cim.functions
Methods in org.jclouds.cim.functions with parameters of type ResourceAllocationSettingData Modifier and Type Method Description VolumeHardwareBuilderFromResourceAllocations. apply(ResourceAllocationSettingData from)Method parameters in org.jclouds.cim.functions with type arguments of type ResourceAllocationSettingData Modifier and Type Method Description HardwareBuilderHardwareBuilderFromResourceAllocations. apply(Iterable<? extends ResourceAllocationSettingData> from) -
Uses of ResourceAllocationSettingData in org.jclouds.cim.xml
Methods in org.jclouds.cim.xml that return ResourceAllocationSettingData Modifier and Type Method Description ResourceAllocationSettingDataResourceAllocationSettingDataHandler. getResult() -
Uses of ResourceAllocationSettingData in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type ResourceAllocationSettingData Modifier and Type Field Description protected Set<ResourceAllocationSettingData>VirtualHardwareSection.Builder. itemsprotected Set<ResourceAllocationSettingData>VirtualHardwareSection. itemsMethods in org.jclouds.ovf that return types with arguments of type ResourceAllocationSettingData Modifier and Type Method Description Set<? extends ResourceAllocationSettingData>VirtualHardwareSection. getItems()Methods in org.jclouds.ovf with parameters of type ResourceAllocationSettingData Modifier and Type Method Description VirtualHardwareSection.BuilderVirtualHardwareSection.Builder. item(ResourceAllocationSettingData item)Method parameters in org.jclouds.ovf with type arguments of type ResourceAllocationSettingData Modifier and Type Method Description VirtualHardwareSection.BuilderVirtualHardwareSection.Builder. items(Iterable<? extends ResourceAllocationSettingData> items)
-