public class VCloudHardDisk extends ResourceAllocationSettingData
| Modifier and Type | Class and Description |
|---|---|
static class |
VCloudHardDisk.Builder |
ResourceAllocationSettingData.ConsumerVisibility, ResourceAllocationSettingData.MappingBehavior, ResourceAllocationSettingData.ResourceTypeaddress, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, connections, consumerVisibility, hostResources, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weightcaption, descriptionelementName, 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, isAutomaticDeallocationgetCaption, getDescriptioncompareTo, getElementName, getInstanceIDpublic 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 ResourceAllocationSettingDatapublic long getCapacity()
public int getBusType()
public String getBusSubType()
public String toString()
toString in class ResourceAllocationSettingDataCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.