Uses of Enum Class
org.jclouds.cim.ResourceAllocationSettingData.MappingBehavior
Packages that use ResourceAllocationSettingData.MappingBehavior
-
Uses of ResourceAllocationSettingData.MappingBehavior in org.jclouds.cim
Fields in org.jclouds.cim declared as ResourceAllocationSettingData.MappingBehaviorModifier and TypeFieldDescriptionResourceAllocationSettingData.Builder.mappingBehavior
protected final ResourceAllocationSettingData.MappingBehavior
ResourceAllocationSettingData.mappingBehavior
Fields in org.jclouds.cim with type parameters of type ResourceAllocationSettingData.MappingBehaviorModifier and TypeFieldDescriptionprotected static final Map
<Integer, ResourceAllocationSettingData.MappingBehavior> ResourceAllocationSettingData.MappingBehavior.MAPPING_BEHAVIOR_BY_ID
Methods in org.jclouds.cim that return ResourceAllocationSettingData.MappingBehaviorModifier and TypeMethodDescriptionResourceAllocationSettingData.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.Returns the enum constant of this class with the specified name.ResourceAllocationSettingData.MappingBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cim with parameters of type ResourceAllocationSettingData.MappingBehaviorModifier and TypeMethodDescriptionResourceAllocationSettingData.Builder.mappingBehavior
(ResourceAllocationSettingData.MappingBehavior mappingBehavior) Constructors in org.jclouds.cim with parameters of type ResourceAllocationSettingData.MappingBehaviorModifierConstructorDescriptionResourceAllocationSettingData
(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)