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.MappingBehaviorResourceAllocationSettingData.Builder. mappingBehaviorprotected ResourceAllocationSettingData.MappingBehaviorResourceAllocationSettingData. mappingBehaviorFields 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_IDMethods in org.jclouds.cim that return ResourceAllocationSettingData.MappingBehavior Modifier and Type Method Description static ResourceAllocationSettingData.MappingBehaviorResourceAllocationSettingData.MappingBehavior. fromValue(String behavior)ResourceAllocationSettingData.MappingBehaviorResourceAllocationSettingData. 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.MappingBehaviorResourceAllocationSettingData.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.BuilderResourceAllocationSettingData.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)
-