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 ResourceAllocationSettingData
ResourceAllocationSettingData.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.Builder
ResourceAllocationSettingData.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 Volume
HardwareBuilderFromResourceAllocations. apply(ResourceAllocationSettingData from)
Method parameters in org.jclouds.cim.functions with type arguments of type ResourceAllocationSettingData Modifier and Type Method Description HardwareBuilder
HardwareBuilderFromResourceAllocations. 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 ResourceAllocationSettingData
ResourceAllocationSettingDataHandler. 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. items
protected Set<ResourceAllocationSettingData>
VirtualHardwareSection. items
Methods 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.Builder
VirtualHardwareSection.Builder. item(ResourceAllocationSettingData item)
Method parameters in org.jclouds.ovf with type arguments of type ResourceAllocationSettingData Modifier and Type Method Description VirtualHardwareSection.Builder
VirtualHardwareSection.Builder. items(Iterable<? extends ResourceAllocationSettingData> items)
-