Package | Description |
---|---|
org.jclouds.ovf | |
org.jclouds.ovf.internal | |
org.jclouds.savvis.vpdc.domain | |
org.jclouds.vcloud.domain.ovf |
Modifier and Type | Method and Description |
---|---|
NetworkSection |
NetworkSection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
NetworkSection.Builder |
NetworkSection.Builder.fromNetworkSection(NetworkSection in) |
Envelope.Builder |
Envelope.Builder.networkSection(NetworkSection networkSection) |
Modifier and Type | Method and Description |
---|---|
NetworkSection.Builder |
NetworkSection.Builder.fromSection(Section<NetworkSection> in) |
Envelope.Builder |
Envelope.Builder.networkSections(Iterable<? extends NetworkSection> networkSections) |
Constructor and Description |
---|
Envelope(Iterable<? extends DiskSection> diskSections,
Iterable<? extends NetworkSection> networkSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
VirtualSystem virtualSystem) |
Modifier and Type | Field and Description |
---|---|
protected Set<NetworkSection> |
BaseEnvelope.Builder.networkSections |
Modifier and Type | Method and Description |
---|---|
Set<NetworkSection> |
BaseEnvelope.getNetworkSections() |
Modifier and Type | Method and Description |
---|---|
BaseEnvelope.Builder<V,E> |
BaseEnvelope.Builder.networkSection(NetworkSection networkSection) |
Modifier and Type | Method and Description |
---|---|
BaseEnvelope.Builder<V,E> |
BaseEnvelope.Builder.networkSections(Iterable<? extends NetworkSection> networkSections) |
Constructor and Description |
---|
BaseEnvelope(Iterable<? extends DiskSection> diskSections,
Iterable<? extends NetworkSection> networkSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
V virtualSystem) |
Modifier and Type | Field and Description |
---|---|
protected NetworkSection |
VM.networkSection |
protected NetworkSection |
VM.Builder.networkSection |
Modifier and Type | Method and Description |
---|---|
NetworkSection |
VM.getNetworkSection() |
Modifier and Type | Method and Description |
---|---|
VM.Builder |
VM.Builder.networkSection(NetworkSection networkSection) |
Constructor and Description |
---|
VM(String id,
String info,
String name,
OperatingSystemSection operatingSystem,
Iterable<? extends VirtualHardwareSection> virtualHardwareSections,
Iterable<? extends ProductSection> productSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
String type,
URI href,
VM.Status status,
NetworkSection networkSection,
Iterable<NetworkConfigSection> networkConfigSections,
Iterable<NetworkConnectionSection> networkConnectionSections) |
Modifier and Type | Class and Description |
---|---|
class |
VCloudNetworkSection
VCloud extension
|
Copyright © 2009-2013 jclouds. All Rights Reserved.