public class VCloudHardDisk extends ResourceAllocationSettingData
Modifier and Type | Class and Description |
---|---|
static class |
VCloudHardDisk.Builder |
ResourceAllocationSettingData.ConsumerVisibility, ResourceAllocationSettingData.MappingBehavior, ResourceAllocationSettingData.ResourceType
address, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, connections, consumerVisibility, hostResources, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weight
caption, description
elementName, instanceID
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static VCloudHardDisk.Builder |
builder() |
String |
getBusSubType() |
int |
getBusType() |
long |
getCapacity() |
VCloudHardDisk.Builder |
toBuilder() |
String |
toString() |
equals, getAddress, getAddressOnParent, getAllocationUnits, getConnections, getConsumerVisibility, getHostResources, getLimit, getMappingBehavior, getOtherResourceType, getParent, getPoolID, getReservation, getResourceSubType, getResourceType, getVirtualQuantity, getVirtualQuantityUnits, getWeight, hashCode, isAutomaticAllocation, isAutomaticDeallocation
getCaption, getDescription
compareTo, getElementName, getInstanceID
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)
public static VCloudHardDisk.Builder builder()
public VCloudHardDisk.Builder toBuilder()
toBuilder
in class ResourceAllocationSettingData
public long getCapacity()
public int getBusType()
public String getBusSubType()
public String toString()
toString
in class ResourceAllocationSettingData
Copyright © 2009-2012 jclouds. All Rights Reserved.