public interface VApp extends ReferenceType
Modifier and Type | Method and Description |
---|---|
Set<ReferenceType> |
getExtendedInfo() |
com.google.common.collect.ListMultimap<String,String> |
getNetworkToAddresses() |
String |
getOperatingSystemDescription() |
Integer |
getOsType() |
Set<ResourceAllocationSettingData> |
getResourceAllocations() |
Long |
getSize() |
Status |
getStatus() |
VirtualSystemSettingData |
getSystem() |
ReferenceType |
getVDC() |
getHref, getName, getType
compareTo
ReferenceType getVDC()
Set<ReferenceType> getExtendedInfo()
Status getStatus()
Long getSize()
@Nullable Integer getOsType()
@Nullable String getOperatingSystemDescription()
VirtualSystemSettingData getSystem()
Set<ResourceAllocationSettingData> getResourceAllocations()
Copyright © 2009-2012 jclouds. All Rights Reserved.