org.jclouds.vcloud.domain.ovf
Class VCloudHardDisk
java.lang.Object
org.jclouds.cim.SettingData
org.jclouds.cim.ManagedElement
org.jclouds.cim.ResourceAllocationSettingData
org.jclouds.vcloud.domain.ovf.VCloudHardDisk
- All Implemented Interfaces:
- Comparable<org.jclouds.cim.SettingData>
public class VCloudHardDisk
- extends org.jclouds.cim.ResourceAllocationSettingData
- Author:
- Adrian Cole
| Nested classes/interfaces inherited from class org.jclouds.cim.ResourceAllocationSettingData |
org.jclouds.cim.ResourceAllocationSettingData.ConsumerVisibility, org.jclouds.cim.ResourceAllocationSettingData.MappingBehavior, org.jclouds.cim.ResourceAllocationSettingData.ResourceType |
| Fields inherited from class org.jclouds.cim.ResourceAllocationSettingData |
address, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, connections, consumerVisibility, hostResources, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weight |
| Fields inherited from class org.jclouds.cim.ManagedElement |
caption, description |
| Fields inherited from class org.jclouds.cim.SettingData |
elementName, instanceID |
|
Constructor Summary |
VCloudHardDisk(String elementName,
String instanceID,
String caption,
String description,
String address,
String addressOnParent,
String allocationUnits,
Boolean automaticAllocation,
Boolean automaticDeallocation,
org.jclouds.cim.ResourceAllocationSettingData.ConsumerVisibility consumerVisibility,
Long limit,
org.jclouds.cim.ResourceAllocationSettingData.MappingBehavior mappingBehavior,
String otherResourceType,
String parent,
String poolID,
Long reservation,
String resourceSubType,
org.jclouds.cim.ResourceAllocationSettingData.ResourceType resourceType,
Long virtualQuantity,
String virtualQuantityUnits,
Integer weight,
List<String> connections,
List<String> hostResources,
long capacity,
int busType,
String busSubType)
|
| Methods inherited from class org.jclouds.cim.ResourceAllocationSettingData |
equals, getAddress, getAddressOnParent, getAllocationUnits, getConnections, getConsumerVisibility, getHostResources, getLimit, getMappingBehavior, getOtherResourceType, getParent, getPoolID, getReservation, getResourceSubType, getResourceType, getVirtualQuantity, getVirtualQuantityUnits, getWeight, hashCode, isAutomaticAllocation, isAutomaticDeallocation |
| Methods inherited from class org.jclouds.cim.ManagedElement |
getCaption, getDescription |
| Methods inherited from class org.jclouds.cim.SettingData |
compareTo, getElementName, getInstanceID |
VCloudHardDisk
public VCloudHardDisk(String elementName,
String instanceID,
String caption,
String description,
String address,
String addressOnParent,
String allocationUnits,
Boolean automaticAllocation,
Boolean automaticDeallocation,
org.jclouds.cim.ResourceAllocationSettingData.ConsumerVisibility consumerVisibility,
Long limit,
org.jclouds.cim.ResourceAllocationSettingData.MappingBehavior mappingBehavior,
String otherResourceType,
String parent,
String poolID,
Long reservation,
String resourceSubType,
org.jclouds.cim.ResourceAllocationSettingData.ResourceType resourceType,
Long virtualQuantity,
String virtualQuantityUnits,
Integer weight,
List<String> connections,
List<String> hostResources,
long capacity,
int busType,
String busSubType)
builder
public static VCloudHardDisk.Builder builder()
toBuilder
public VCloudHardDisk.Builder toBuilder()
-
- Overrides:
toBuilder in class org.jclouds.cim.ResourceAllocationSettingData
getCapacity
public long getCapacity()
getBusType
public int getBusType()
getBusSubType
public String getBusSubType()
toString
public String toString()
- Overrides:
toString in class org.jclouds.cim.ResourceAllocationSettingData
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.