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

Packages that use ResourceAllocationSettingData.MappingBehavior
org.jclouds.dmtf.cim   
 

Uses of ResourceAllocationSettingData.MappingBehavior in org.jclouds.dmtf.cim
 

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

Methods in org.jclouds.dmtf.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.dmtf.cim with parameters of type ResourceAllocationSettingData.MappingBehavior
 B ResourceAllocationSettingData.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.