Uses of Class
org.jclouds.cim.ResourceAllocationSettingData.ResourceType

Packages that use ResourceAllocationSettingData.ResourceType
org.jclouds.cim   
 

Uses of ResourceAllocationSettingData.ResourceType in org.jclouds.cim
 

Fields in org.jclouds.cim declared as ResourceAllocationSettingData.ResourceType
protected  ResourceAllocationSettingData.ResourceType ResourceAllocationSettingData.resourceType
           
protected  ResourceAllocationSettingData.ResourceType ResourceAllocationSettingData.Builder.resourceType
           
 

Fields in org.jclouds.cim with type parameters of type ResourceAllocationSettingData.ResourceType
protected static Map<Integer,ResourceAllocationSettingData.ResourceType> ResourceAllocationSettingData.ResourceType.RESOURCE_TYPE_BY_ID
           
 

Methods in org.jclouds.cim that return ResourceAllocationSettingData.ResourceType
static ResourceAllocationSettingData.ResourceType ResourceAllocationSettingData.ResourceType.fromValue(String type)
           
 ResourceAllocationSettingData.ResourceType ResourceAllocationSettingData.getResourceType()
          The type of resource this allocation setting represents.
static ResourceAllocationSettingData.ResourceType ResourceAllocationSettingData.ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceAllocationSettingData.ResourceType[] ResourceAllocationSettingData.ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cim with parameters of type ResourceAllocationSettingData.ResourceType
 ResourceAllocationSettingData.Builder ResourceAllocationSettingData.Builder.resourceType(ResourceAllocationSettingData.ResourceType resourceType)
           
static com.google.common.base.Predicate<ResourceAllocationSettingData> CIMPredicates.resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
          Return resource allocations of the specific type.
 

Constructors in org.jclouds.cim with parameters of type ResourceAllocationSettingData.ResourceType
ResourceAllocationSettingData(String elementName, String instanceID, String caption, String description, String address, String addressOnParent, String allocationUnits, Boolean automaticAllocation, Boolean automaticDeallocation, ResourceAllocationSettingData.ConsumerVisibility consumerVisibility, Long limit, ResourceAllocationSettingData.MappingBehavior mappingBehavior, String otherResourceType, String parent, String poolID, Long reservation, String resourceSubType, ResourceAllocationSettingData.ResourceType resourceType, Long virtualQuantity, String virtualQuantityUnits, Integer weight, List<String> connections, List<String> hostResources)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.