Package | Description |
---|---|
org.jclouds.dmtf.cim |
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,ResourceAllocationSettingData.MappingBehavior> |
ResourceAllocationSettingData.MappingBehavior.MAPPING_BEHAVIOR_BY_ID |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
B |
ResourceAllocationSettingData.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior) |
Copyright © 2009-2013 jclouds. All Rights Reserved.