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

Packages that use ResourceAllocationSettingData.ResourceType
org.jclouds.cim   
org.jclouds.trmk.vcloud_0_8.binders   
org.jclouds.vcloud.domain.ovf   
 

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)
           
 

Uses of ResourceAllocationSettingData.ResourceType in org.jclouds.trmk.vcloud_0_8.binders
 

Fields in org.jclouds.trmk.vcloud_0_8.binders with type parameters of type ResourceAllocationSettingData.ResourceType
protected  Map<ResourceAllocationSettingData.ResourceType,String> BindInstantiateVAppTemplateParamsToXmlPayload.virtualHardwareToInstanceId
           
 

Method parameters in org.jclouds.trmk.vcloud_0_8.binders with type arguments of type ResourceAllocationSettingData.ResourceType
protected  void BindInstantiateVAppTemplateParamsToXmlPayload.addVirtualQuantityIfPresent(com.jamesmurty.utils.XMLBuilder instantiationParamsBuilder, SortedMap<ResourceAllocationSettingData.ResourceType,String> virtualHardwareQuantity)
           
protected  String BindInstantiateVAppTemplateParamsToXmlPayload.generateXml(String name, String template, SortedMap<ResourceAllocationSettingData.ResourceType,String> virtualHardwareQuantity, String networkName, String fenceMode, URI network)
           
 

Uses of ResourceAllocationSettingData.ResourceType in org.jclouds.vcloud.domain.ovf
 

Methods in org.jclouds.vcloud.domain.ovf with parameters of type ResourceAllocationSettingData.ResourceType
 VCloudHardDisk.Builder VCloudHardDisk.Builder.resourceType(ResourceAllocationSettingData.ResourceType resourceType)
          
 EditableResourceAllocationSettingData.Builder EditableResourceAllocationSettingData.Builder.resourceType(ResourceAllocationSettingData.ResourceType resourceType)
          
 VCloudNetworkAdapter.Builder VCloudNetworkAdapter.Builder.resourceType(ResourceAllocationSettingData.ResourceType resourceType)
          
 

Constructors in org.jclouds.vcloud.domain.ovf with parameters of type ResourceAllocationSettingData.ResourceType
EditableResourceAllocationSettingData(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, ReferenceType edit)
           
VCloudHardDisk(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, long capacity, int busType, String busSubType)
           
VCloudNetworkAdapter(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, String ipAddress, boolean primaryNetworkConnection, String ipAddressingMode)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.