Package | Description |
---|---|
org.jclouds.cim | |
org.jclouds.vcloud.domain.ovf |
Modifier and Type | Field and Description |
---|---|
protected ResourceAllocationSettingData.MappingBehavior |
ResourceAllocationSettingData.mappingBehavior |
protected ResourceAllocationSettingData.MappingBehavior |
ResourceAllocationSettingData.Builder.mappingBehavior |
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 |
---|---|
ResourceAllocationSettingData.Builder |
ResourceAllocationSettingData.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
VCloudNetworkAdapter.Builder |
VCloudNetworkAdapter.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior) |
VCloudHardDisk.Builder |
VCloudHardDisk.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior) |
EditableResourceAllocationSettingData.Builder |
EditableResourceAllocationSettingData.Builder.mappingBehavior(ResourceAllocationSettingData.MappingBehavior mappingBehavior) |
Constructor and Description |
---|
EditableResourceAllocationSettingData(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,
ReferenceType edit) |
VCloudHardDisk(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,
long capacity,
int busType,
String busSubType) |
VCloudNetworkAdapter(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,
String ipAddress,
boolean primaryNetworkConnection,
String ipAddressingMode) |
Copyright © 2009-2012 jclouds. All Rights Reserved.