| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationSettingData |
ResourceAllocationSettingData.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<ResourceAllocationSettingData> |
CIMPredicates.resourceTypeIn(ResourceAllocationSettingData.ResourceType... types)
Return resource allocations of the specific type.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationSettingData.Builder |
ResourceAllocationSettingData.Builder.fromResourceAllocationSettingData(ResourceAllocationSettingData in) |
| Modifier and Type | Method and Description |
|---|---|
Volume |
HardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from) |
| Modifier and Type | Method and Description |
|---|---|
HardwareBuilder |
HardwareBuilderFromResourceAllocations.apply(Iterable<? extends ResourceAllocationSettingData> from) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationSettingData |
ResourceAllocationSettingDataHandler.getResult() |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ResourceAllocationSettingData> |
VirtualHardwareSection.items |
protected Set<ResourceAllocationSettingData> |
VirtualHardwareSection.Builder.items |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends ResourceAllocationSettingData> |
VirtualHardwareSection.getItems() |
| Modifier and Type | Method and Description |
|---|---|
VirtualHardwareSection.Builder |
VirtualHardwareSection.Builder.item(ResourceAllocationSettingData item) |
| Modifier and Type | Method and Description |
|---|---|
VirtualHardwareSection.Builder |
VirtualHardwareSection.Builder.items(Iterable<? extends ResourceAllocationSettingData> items) |
| Constructor and Description |
|---|
VirtualHardwareSection(String info,
Iterable<String> transports,
VirtualSystemSettingData virtualSystem,
Iterable<? extends ResourceAllocationSettingData> items) |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceAllocationSettingData> |
VApp.getResourceAllocations() |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceAllocationSettingData> |
VAppImpl.getResourceAllocations() |
| Constructor and Description |
|---|
VAppImpl(String name,
URI href,
Status status,
Long size,
ReferenceType vDC,
com.google.common.collect.ListMultimap<String,String> networkToAddresses,
Integer osType,
String operatingSystemDescription,
VirtualSystemSettingData system,
Set<ResourceAllocationSettingData> resourceAllocations) |
VAppImpl(String name,
URI href,
Status status,
Long size,
ReferenceType vDC,
com.google.common.collect.ListMultimap<String,String> networkToAddresses,
Integer osType,
String operatingSystemDescription,
VirtualSystemSettingData system,
Set<ResourceAllocationSettingData> resourceAllocations,
Set<ReferenceType> extendedInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ResourceAllocationSettingData> |
VAppHandler.allocations |
| Modifier and Type | Method and Description |
|---|---|
Volume |
VCloudHardwareBuilderFromResourceAllocations.apply(ResourceAllocationSettingData from) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ResourceAllocationSettingData> |
InstantiateVAppTemplateParams.resourceAllocations |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceAllocationSettingData> |
InstantiateVAppTemplateParams.getResourceAllocationSettingDatas() |
| Constructor and Description |
|---|
InstantiateVAppTemplateParams(String info,
VirtualSystemSettingData virtualSystem,
Iterable<ResourceAllocationSettingData> resourceAllocations) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableResourceAllocationSettingData |
class |
VCloudHardDisk |
class |
VCloudNetworkAdapter |
| Modifier and Type | Method and Description |
|---|---|
VCloudNetworkAdapter.Builder |
VCloudNetworkAdapter.Builder.fromResourceAllocationSettingData(ResourceAllocationSettingData in) |
VCloudHardDisk.Builder |
VCloudHardDisk.Builder.fromResourceAllocationSettingData(ResourceAllocationSettingData in) |
EditableResourceAllocationSettingData.Builder |
EditableResourceAllocationSettingData.Builder.fromResourceAllocationSettingData(ResourceAllocationSettingData in) |
VCloudVirtualHardwareSection.Builder |
VCloudVirtualHardwareSection.Builder.item(ResourceAllocationSettingData item) |
| Modifier and Type | Method and Description |
|---|---|
VCloudVirtualHardwareSection.Builder |
VCloudVirtualHardwareSection.Builder.items(Iterable<? extends ResourceAllocationSettingData> items) |
| Constructor and Description |
|---|
VCloudVirtualHardwareSection(String type,
URI href,
String info,
Iterable<String> transports,
VirtualSystemSettingData virtualSystem,
Iterable<? extends ResourceAllocationSettingData> resourceAllocations) |
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationSettingData |
VCloudResourceAllocationSettingDataHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.