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

Packages that use ResourceAllocationSettingData.MappingBehavior
org.jclouds.cim   
org.jclouds.vcloud.domain.ovf   
 

Uses of ResourceAllocationSettingData.MappingBehavior in org.jclouds.cim
 

Fields in org.jclouds.cim declared as ResourceAllocationSettingData.MappingBehavior
protected  ResourceAllocationSettingData.MappingBehavior ResourceAllocationSettingData.mappingBehavior
           
protected  ResourceAllocationSettingData.MappingBehavior ResourceAllocationSettingData.Builder.mappingBehavior
           
 

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

Methods in org.jclouds.cim that return ResourceAllocationSettingData.MappingBehavior
static ResourceAllocationSettingData.MappingBehavior ResourceAllocationSettingData.MappingBehavior.fromValue(String behavior)
           
 ResourceAllocationSettingData.MappingBehavior ResourceAllocationSettingData.getMappingBehavior()
          Specifies how this resource maps to underlying resourcesIf the HostResource array contains any entries, this property reflects how the resource maps to those specific resources.
static ResourceAllocationSettingData.MappingBehavior ResourceAllocationSettingData.MappingBehavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceAllocationSettingData.MappingBehavior[] ResourceAllocationSettingData.MappingBehavior.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.MappingBehavior
 ResourceAllocationSettingData.Builder ResourceAllocationSettingData.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior)
           
 

Constructors in org.jclouds.cim with parameters of type ResourceAllocationSettingData.MappingBehavior
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.MappingBehavior in org.jclouds.vcloud.domain.ovf
 

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

Constructors in org.jclouds.vcloud.domain.ovf with parameters of type ResourceAllocationSettingData.MappingBehavior
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.