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<SettingData>
public class VCloudHardDisk
- extends ResourceAllocationSettingData
- Author:
- Adrian Cole
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 |
Constructor Summary |
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)
|
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 |
VCloudHardDisk
public 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)
builder
public static VCloudHardDisk.Builder builder()
toBuilder
public VCloudHardDisk.Builder toBuilder()
-
- Overrides:
toBuilder
in class ResourceAllocationSettingData
getCapacity
public long getCapacity()
getBusType
public int getBusType()
getBusSubType
public String getBusSubType()
toString
public String toString()
- Overrides:
toString
in class ResourceAllocationSettingData
Copyright © 2009-2011 jclouds. All Rights Reserved.