public class VAppImpl extends Object implements VApp
| 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 | Method and Description |
|---|---|
int |
compareTo(ReferenceType o) |
boolean |
equals(Object obj) |
Set<ReferenceType> |
getExtendedInfo() |
URI |
getHref() |
String |
getName() |
com.google.common.collect.ListMultimap<String,String> |
getNetworkToAddresses() |
String |
getOperatingSystemDescription() |
Integer |
getOsType() |
Set<ResourceAllocationSettingData> |
getResourceAllocations() |
Long |
getSize() |
Status |
getStatus() |
VirtualSystemSettingData |
getSystem() |
String |
getType() |
ReferenceType |
getVDC() |
int |
hashCode() |
String |
toString() |
public 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)
public 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)
public com.google.common.collect.ListMultimap<String,String> getNetworkToAddresses()
getNetworkToAddresses in interface VApppublic Integer getOsType()
getOsType in interface VApppublic String getOperatingSystemDescription()
getOperatingSystemDescription in interface VApppublic VirtualSystemSettingData getSystem()
public Set<ResourceAllocationSettingData> getResourceAllocations()
getResourceAllocations in interface VApppublic ReferenceType getVDC()
public Set<ReferenceType> getExtendedInfo()
getExtendedInfo in interface VApppublic String getName()
getName in interface ReferenceTypepublic URI getHref()
getHref in interface ReferenceTypepublic String getType()
getType in interface ReferenceTypeVCloudMediaTypepublic int compareTo(ReferenceType o)
compareTo in interface Comparable<ReferenceType>Copyright © 2009-2013 jclouds. All Rights Reserved.