|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.VcloudResource<T>
com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.VAppTemplateType>
com.vmware.vcloud.sdk.VappTemplate
public class VappTemplate
Helper class to access the vApp Template Resource in vCloud API.
VAppTemplateType| Constructor Summary | |
|---|---|
VappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.VAppTemplateType vAppTemplateType_v1_5)
Constructor to create a vapp template |
|
| Method Summary | |
|---|---|
Task |
consolidate()
Consolidates a vm.The operation is supported only for Virtual Center version 5.0 and later. |
static Task |
consolidate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Consolidates a vm. |
Task |
delete()
Delete vAppTemplate. |
static Task |
delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
Delete vAppTemplate. |
Task |
deleteVappTemplate()
1. |
static Task |
deleteVappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
1. |
void |
disableDownload()
Disable Download for vAppTemplate |
static void |
disableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
Disable Download for vAppTemplate |
InputStream |
downloadFile(String fileName)
Downloading the File. |
InputStream |
downloadLosslessOVF()
Download lossless vAppTemplate OVF. |
InputStream |
downloadOVFFile()
Downloading the OVF File. |
void |
downloadVappTemplate(String downloadLocation)
Download the vAppTemplate as an ovf package. |
Task |
enableDownload()
Enable Download for vAppTemplate |
static Task |
enableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
Enable Download for vAppTemplate |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getCatalogItemReference()
Returns the CatalogItem ReferenceType. |
List<VappTemplate> |
getChildren()
Get the list of children VappTemplate |
VirtualCpu |
getCpu()
Returns the Virtual CPU for the vAppTemplate VM |
static VirtualCpu |
getCpu(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualCpu Item for the given vAppTemplate VM |
com.vmware.vcloud.api.rest.schema.CustomizationSectionType |
getCustomizationSection()
Returns the CustomizationSectionType |
static com.vmware.vcloud.api.rest.schema.CustomizationSectionType |
getCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the CustomizationSection |
List<VirtualDisk> |
getDisks()
Returns the Virtual Disks for the vAppTemplate VM. |
static List<VirtualDisk> |
getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualDisks for the given vAppTemplate VM |
HashMap<String,com.vmware.vcloud.api.rest.schema.ovf.FileType> |
getDownloadFileNames()
Returns all the file names which can be downloaded. |
com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType |
getGuestCustomizationSection()
Returns the Guest customization section type |
static com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType |
getGuestCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the GuestCustomizationSection |
com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType |
getLeaseSettingsSection()
Returns the LeaseSettingsSectionType |
static com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType |
getLeaseSettingsSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the LeaseSettingsSection |
List<VirtualMedia> |
getMedia()
Returns the Virtual Media for the vAppTemplate VM |
static List<VirtualMedia> |
getMedia(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualMedia Item for the given vAppTemplate VM |
VirtualMemory |
getMemory()
Returns the Virtual Memory for the vAppTemplate VM |
static VirtualMemory |
getMemory(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualMemory Item for the given vAppTemplate VM |
List<VirtualNetworkCard> |
getNetworkCards()
Returns the Virtual NetworkCards for the vAppTemplate VM |
static List<VirtualNetworkCard> |
getNetworkCards(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns VirtualNetworkCards for the given vAppTemplate VM |
com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType |
getNetworkConfigSection()
Returns the NetworkConfigSection |
static com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType |
getNetworkConfigSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the NetworkConfigSection |
com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType |
getNetworkConnectionSection()
Returns the NetworkConnectionSection |
static com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType |
getNetworkConnectionSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the NetworkConnectionSection |
com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType |
getNetworkSection()
Returns the NetworkSection |
static com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType |
getNetworkSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Returns the network section |
com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
getOvf()
Get the ovf of the vapptemplate |
static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
getOvf(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
Get the ovf of the vapptemplate |
static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType |
getOvf(VcloudClient client,
String vAppTemplateOvfUrl)
Get the ovf of the vapptemplate |
String |
getOVFDownloadURL()
GET the OVF Download url |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getOwner()
Returns the owner of the vapp template. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getParentVappTemplateReference()
Returns the Parent VappTemplate ReferenceType |
List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
getProductSections()
Returns the ProductSections of a vAppTemplate |
static List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> |
getProductSections(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
Returns the ProductSections for the vAppTemplate |
Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> |
getShadowVmReferences()
Returns a collection of shadow vm references. |
Set<String> |
getUploadedFileNames()
Get the uploaded file names for this vApp Template. |
Set<String> |
getUploadFileNames()
Get the upload vmdk file names and the manifest file (if any) for this vApp Template. |
static VappTemplate |
getVappTemplateById(VcloudClient client,
String vCloudId)
Get VappTemplate helper using the vCloud ID |
static VappTemplate |
getVappTemplateByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplRef)
Get vApp Template helper for the given reference |
BigInteger |
getVappTemplateSize()
Returns the vAppTemplate's/vAppTemplate's VM Size in MB. |
VappTemplateStatus |
getVappTemplateStatus()
Returns the vAppTemplate Status |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getVdcReference()
Returns the Parent Vdc ReferenceType. |
com.vmware.vcloud.api.rest.schema.ReferenceType |
getVdcStorageProfileReference()
Returns the Vdc storage class reference. |
com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
getVirtualHardwareSection()
Returns the VirtualHardwareSection for the vAppTemplate VM |
static com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType |
getVirtualHardwareSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
Returns the VirtualHardwareSectionType for the vAppTemplate VM |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
getVMDatastoreVimRef()
Returns the Virtual Machine Datastore VIM Object reference. |
Integer |
getVMDiskChainLength()
Returns the disks of a fast provisioned VM link to parent disks in a chain, and this number is the depth of this VMs disks in that chain. |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
getVMHostVimRef()
Returns the Virtual Machine Host VIM Object reference. |
com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType |
getVMVimRef()
Returns the Virtual Machine VIM Object reference. |
boolean |
isPartOfCatalogItem()
Returns true if VappTemplate is in Catalog, otherwise false. |
Boolean |
isVm()
Check if the vAppTemplate is a VM. |
HashMap<String,com.vmware.vcloud.api.rest.schema.FileType> |
monitorUpload()
Monitor the file upload status. |
Task |
relocate(com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
Deprecated. API 5.1, SDK 5.1 |
static Task |
relocate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef,
com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
Deprecated. API 5.1, SDK 5.1 |
Task |
updateGoldMaster(Boolean goldMasterFlag)
Updating/Setting the template as goldmaster. |
Task |
updateSection(com.vmware.vcloud.api.rest.schema.ovf.SectionType sectionType)
Deprecated. API 5.1, SDK 5.1 CustomizationSection, GuestCustomizationSection sections |
Task |
updateVappTemplate(com.vmware.vcloud.api.rest.schema.VAppTemplateType vappTemplateType)
Updates name and description of VappTemplate .Any other attributes/elements will be ignored. |
void |
uploadFile(String fileName,
InputStream is,
long size)
Upload the vApp Template related files. |
void |
uploadFile(String fileName,
InputStream is,
long startByte,
long endByte)
Partial upload for the vApp Template related files. |
void |
uploadOVFFile(InputStream is,
long size)
Upload the OVF file for the vApp Template. |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudEntity |
|---|
getMetadata, getReference, getTasks |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.VAppTemplateType vAppTemplateType_v1_5)
client - VcloudClientvAppTemplateType_v1_5 - VAppTemplateType| Method Detail |
|---|
public Boolean isVm()
Booleanpublic List<VappTemplate> getChildren()
public static VappTemplate getVappTemplateByReference(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplRef)
throws VCloudException
client - vCloud API client VcloudClientvappTemplRef - ReferenceType to the vApp template ReferenceType
VCloudExceptionVdc.getVappTemplateRefs()
public static VappTemplate getVappTemplateById(VcloudClient client,
String vCloudId)
throws VCloudException
client - VcloudClientvCloudId - format - The vCloud ID is of the form: "urn:vcloud:type:uuid". For example:
"urn:vcloud:media:d9d976ba-e0ec-4682-a67d-380af49b54e1". String
VappTemplate
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getVdcReference()
throws VCloudException
ReferenceType
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getVdcStorageProfileReference()
throws VCloudException
ReferenceType
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getCatalogItemReference()
throws VCloudException
ReferenceType
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getParentVappTemplateReference()
throws VCloudException
ReferenceType
VCloudException
public com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType getVMDatastoreVimRef()
throws VCloudException
VimObjectRefType
VCloudException
public com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType getVMHostVimRef()
throws VCloudException
VimObjectRefType
VCloudException
public Integer getVMDiskChainLength()
throws VCloudException
Integer
VCloudException
public com.vmware.vcloud.api.rest.schema.extension.VimObjectRefType getVMVimRef()
throws VCloudException
VimObjectRefType
VCloudException
public com.vmware.vcloud.api.rest.schema.ReferenceType getOwner()
throws VCloudException
ReferenceType
VCloudExceptionpublic VappTemplateStatus getVappTemplateStatus()
VappTemplateStatus
VCloudException
public static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType getOvf(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
EnvelopeType
VCloudException
public com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType getOvf()
throws VCloudException
EnvelopeType
VCloudException
public static com.vmware.vcloud.api.rest.schema.ovf.EnvelopeType getOvf(VcloudClient client,
String vAppTemplateOvfUrl)
throws VCloudException
client - vAppTemplateOvfUrl -
EnvelopeType
VCloudException
public Task delete()
throws VCloudException
VCloudException
public static Task delete(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
throws VCloudException
client - VcloudClientvAppTemplateRef - vApp Template Ref
VCloudException
public Task deleteVappTemplate()
throws VCloudException
VCloudException
public static Task deleteVappTemplate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
throws VCloudException
client - VcloudClientvAppTemplateRef - vApp Template Ref
VCloudException
public void disableDownload()
throws VCloudException
VCloudException
public static void disableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
throws VCloudException
client - VcloudClientvAppTemplateRef -
VCloudException
public Task enableDownload()
throws VCloudException
VCloudException
public static Task relocate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vmRef,
com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
throws VCloudException
client - VcloudClientvmRef - ReferenceTypedatastoreReference - ReferenceType
Task
VCloudException
public Task relocate(com.vmware.vcloud.api.rest.schema.ReferenceType datastoreReference)
throws VCloudException
datastoreReference - ReferenceType
Task
VCloudException
public Task consolidate()
throws VCloudException
Task
VCloudException
public static Task consolidate(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - VcloudClientvappTemplateVmRef - ReferenceType
Task
VCloudException
public static Task enableDownload(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vAppTemplateRef)
throws VCloudException
client - VcloudClientvAppTemplateRef -
VCloudException
public Set<String> getUploadFileNames()
throws VCloudException
Set
VCloudException
public Set<String> getUploadedFileNames()
throws VCloudException
Set
VCloudException
public void uploadOVFFile(InputStream is,
long size)
throws VCloudException
is - Input stream for the file contentssize - File Size
VCloudExceptionVdc.createVappTemplate(UploadVAppTemplateParamsType),
uploadFile(String, InputStream, long),
uploadFile(String, InputStream, long, long),
monitorUpload(),
getUploadFileNames()
public void uploadFile(String fileName,
InputStream is,
long size)
throws VCloudException
fileName - vApp Template File nameis - Input stream for the file contentssize - The total file size
VCloudExceptionVdc.createVappTemplate(UploadVAppTemplateParamsType),
uploadOVFFile(InputStream, long),
uploadFile(String, InputStream, long, long),
monitorUpload(),
getUploadFileNames()
public void uploadFile(String fileName,
InputStream is,
long startByte,
long endByte)
throws VCloudException
fileName - vApp Template File nameis - Input stream for the partial file contentsstartByte - The starting byteendByte - The ending byte
VCloudExceptionVdc.createVappTemplate(UploadVAppTemplateParamsType),
uploadOVFFile(InputStream, long),
uploadFile(String, InputStream, long),
monitorUpload(),
getUploadFileNames()
public void downloadVappTemplate(String downloadLocation)
throws VCloudException
downloadLocation -
VCloudExceptionenableDownload()
public InputStream downloadOVFFile()
throws VCloudException
VCloudException
public String getOVFDownloadURL()
throws VCloudException
VCloudException
public HashMap<String,com.vmware.vcloud.api.rest.schema.ovf.FileType> getDownloadFileNames()
throws VCloudException
VCloudExceptiondownloadOVFFile(),
downloadFile(String),
enableDownload(),
disableDownload()
public InputStream downloadFile(String fileName)
throws VCloudException
fileName - - Name f the file which needs to be downloaded
VCloudExceptiongetDownloadFileNames(),
downloadOVFFile(),
enableDownload(),
disableDownload()
public HashMap<String,com.vmware.vcloud.api.rest.schema.FileType> monitorUpload()
throws VCloudException
HashMap<String, FileType>
VCloudException
public Task updateVappTemplate(com.vmware.vcloud.api.rest.schema.VAppTemplateType vappTemplateType)
throws VCloudException
vappTemplateType - VAppTemplateType
VCloudException
public List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> getProductSections()
throws VCloudException
List<ProductSectionType>
VCloudException
public static List<com.vmware.vcloud.api.rest.schema.ovf.ProductSectionType> getProductSections(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappRef)
throws VCloudException
client - VcloudClientvappRef - ReferenceType
List<ProductSectionType>
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType getNetworkSection()
NetworkSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.ovf.NetworkSectionType getNetworkSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
NetworkSectionType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType getNetworkConfigSection()
NetworkConfigSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.NetworkConfigSectionType getNetworkConfigSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
NetworkConfigSectionType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType getLeaseSettingsSection()
LeaseSettingsSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.LeaseSettingsSectionType getLeaseSettingsSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
LeaseSettingsSectionType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType getNetworkConnectionSection()
NetworkConnectionSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.NetworkConnectionSectionType getNetworkConnectionSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
NetworkConnectionSectionType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType getGuestCustomizationSection()
GuestCustomizationSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.GuestCustomizationSectionType getGuestCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
GuestCustomizationSectionType
VCloudExceptionpublic com.vmware.vcloud.api.rest.schema.CustomizationSectionType getCustomizationSection()
CustomizationSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.CustomizationSectionType getCustomizationSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateRef)
throws VCloudException
client - vappTemplateRef -
CustomizationSectionType
VCloudException
public Task updateSection(com.vmware.vcloud.api.rest.schema.ovf.SectionType sectionType)
throws VCloudException
sectionType -
Task
VCloudException
public BigInteger getVappTemplateSize()
throws VCloudException
BigInteger
VCloudException
public Collection<com.vmware.vcloud.api.rest.schema.ReferenceType> getShadowVmReferences()
throws VCloudException
Collection<ReferenceType>
VCloudException
public Task updateGoldMaster(Boolean goldMasterFlag)
throws VCloudException
goldMasterFlag -
Task
VCloudException
public boolean isPartOfCatalogItem()
throws VCloudException
Boolean
VCloudException
public InputStream downloadLosslessOVF()
throws VCloudException
VCloudException
public com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType getVirtualHardwareSection()
throws VCloudException
VirtualHardwareSectionType
VCloudException
public static com.vmware.vcloud.api.rest.schema.ovf.VirtualHardwareSectionType getVirtualHardwareSection(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vappTemplateVmRef -
VirtualHardwareSectionType
VCloudException
public VirtualCpu getCpu()
throws VCloudException
VirtualCpu
VCloudException
public static VirtualCpu getCpu(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vappTemplateVmRef -
VirtualCpu
VCloudException
public List<VirtualDisk> getDisks()
throws VCloudException
List
VCloudException
public static List<VirtualDisk> getDisks(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vCloud API client VcloudClientvappTemplateVmRef - vappTemplate VM Ref ReferenceType
List
VCloudException
public List<VirtualMedia> getMedia()
throws VCloudException
List
VCloudException
public static List<VirtualMedia> getMedia(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vCloud API client VcloudClientvappTemplateVmRef - vappTemplate VM Ref ReferenceType
VirtualMedia
VCloudException
public VirtualMemory getMemory()
throws VCloudException
VirtualMemory
VCloudException
public static VirtualMemory getMemory(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vCloud API client VcloudClientvappTemplateVmRef - vappTemplate VM Ref ReferenceType
VirtualMemory
VCloudException
public List<VirtualNetworkCard> getNetworkCards()
throws VCloudException
List
VCloudException
public static List<VirtualNetworkCard> getNetworkCards(VcloudClient client,
com.vmware.vcloud.api.rest.schema.ReferenceType vappTemplateVmRef)
throws VCloudException
client - vCloud API client VcloudClientvappTemplateVmRef - vappTemplate VM Ref ReferenceType
List
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||