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 VApp
public Integer getOsType()
getOsType
in interface VApp
public String getOperatingSystemDescription()
getOperatingSystemDescription
in interface VApp
public VirtualSystemSettingData getSystem()
public Set<ResourceAllocationSettingData> getResourceAllocations()
getResourceAllocations
in interface VApp
public ReferenceType getVDC()
public Set<ReferenceType> getExtendedInfo()
getExtendedInfo
in interface VApp
public String getName()
getName
in interface ReferenceType
public URI getHref()
getHref
in interface ReferenceType
public String getType()
getType
in interface ReferenceType
VCloudMediaType
public int compareTo(ReferenceType o)
compareTo
in interface Comparable<ReferenceType>
Copyright © 2009-2012 jclouds. All Rights Reserved.