| Package | Description | 
|---|---|
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.xml.ovf | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudNetworkSection | 
VAppTemplate.getNetworkSection()
description of the predefined vApp internal networks in this template 
 | 
VCloudNetworkSection | 
VApp.getNetworkSection()
description of the predefined vApp internal networks in this template 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudNetworkSection | 
VAppTemplateImpl.getNetworkSection()
description of the predefined vApp internal networks in this template 
 | 
VCloudNetworkSection | 
VAppImpl.getNetworkSection()
description of the predefined vApp internal networks in this template 
 | 
| Constructor and Description | 
|---|
VAppImpl(String name,
        String type,
        URI id,
        Status status,
        ReferenceType vdc,
        String description,
        Iterable<Task> tasks,
        boolean ovfDescriptorUploaded,
        Iterable<Vm> children,
        VCloudNetworkSection networkSection)  | 
VAppTemplateImpl(String name,
                String type,
                URI id,
                Status status,
                ReferenceType vdc,
                String description,
                Iterable<Task> tasks,
                boolean ovfDescriptorUploaded,
                String vAppScopedLocalId,
                Iterable<Vm> children,
                VCloudNetworkSection networkSection)  | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudNetworkSection | 
VCloudNetworkSectionHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.