Uses of Class
org.jclouds.cim.ResourceAllocationSettingData
Packages that use ResourceAllocationSettingData
-
Uses of ResourceAllocationSettingData in org.jclouds.cim
Methods in org.jclouds.cim that return ResourceAllocationSettingDataMethods in org.jclouds.cim that return types with arguments of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionstatic 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 ResourceAllocationSettingDataModifier and TypeMethodDescriptionResourceAllocationSettingData.Builder.fromResourceAllocationSettingData
(ResourceAllocationSettingData in) -
Uses of ResourceAllocationSettingData in org.jclouds.cim.functions
Methods in org.jclouds.cim.functions with parameters of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionHardwareBuilderFromResourceAllocations.apply
(ResourceAllocationSettingData from) Method parameters in org.jclouds.cim.functions with type arguments of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionHardwareBuilderFromResourceAllocations.apply
(Iterable<? extends ResourceAllocationSettingData> from) -
Uses of ResourceAllocationSettingData in org.jclouds.cim.xml
Methods in org.jclouds.cim.xml that return ResourceAllocationSettingData -
Uses of ResourceAllocationSettingData in org.jclouds.ovf
Fields in org.jclouds.ovf with type parameters of type ResourceAllocationSettingDataModifier and TypeFieldDescriptionprotected Set
<ResourceAllocationSettingData> VirtualHardwareSection.Builder.items
protected final Set
<ResourceAllocationSettingData> VirtualHardwareSection.items
Methods in org.jclouds.ovf that return types with arguments of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionSet
<? extends ResourceAllocationSettingData> VirtualHardwareSection.getItems()
Methods in org.jclouds.ovf with parameters of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionVirtualHardwareSection.Builder.item
(ResourceAllocationSettingData item) Method parameters in org.jclouds.ovf with type arguments of type ResourceAllocationSettingDataModifier and TypeMethodDescriptionVirtualHardwareSection.Builder.items
(Iterable<? extends ResourceAllocationSettingData> items)