Uses of Class
org.jclouds.cim.ResourceAllocationSettingData.MappingBehavior
-
Packages that use ResourceAllocationSettingData.MappingBehavior Package Description org.jclouds.cim -
-
Uses of ResourceAllocationSettingData.MappingBehavior in org.jclouds.cim
Fields in org.jclouds.cim declared as ResourceAllocationSettingData.MappingBehavior Modifier and Type Field Description protected ResourceAllocationSettingData.MappingBehavior
ResourceAllocationSettingData.Builder. mappingBehavior
protected ResourceAllocationSettingData.MappingBehavior
ResourceAllocationSettingData. mappingBehavior
Fields in org.jclouds.cim with type parameters of type ResourceAllocationSettingData.MappingBehavior Modifier and Type Field Description protected static Map<Integer,ResourceAllocationSettingData.MappingBehavior>
ResourceAllocationSettingData.MappingBehavior. MAPPING_BEHAVIOR_BY_ID
Methods in org.jclouds.cim that return ResourceAllocationSettingData.MappingBehavior Modifier and Type Method Description 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 Modifier and Type Method Description ResourceAllocationSettingData.Builder
ResourceAllocationSettingData.Builder. mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior)
Constructors in org.jclouds.cim with parameters of type ResourceAllocationSettingData.MappingBehavior Constructor Description 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)
-