Package | Description |
---|---|
org.jclouds.ovf | |
org.jclouds.ovf.internal |
Modifier and Type | Method and Description |
---|---|
DiskSection |
DiskSection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Envelope.Builder |
Envelope.Builder.diskSection(DiskSection diskSection) |
DiskSection.Builder |
DiskSection.Builder.fromDiskSection(DiskSection in) |
Modifier and Type | Method and Description |
---|---|
Envelope.Builder |
Envelope.Builder.diskSections(Iterable<? extends DiskSection> diskSections) |
DiskSection.Builder |
DiskSection.Builder.fromSection(Section<DiskSection> in) |
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<DiskSection> |
BaseEnvelope.Builder.diskSections |
Modifier and Type | Method and Description |
---|---|
Set<? extends DiskSection> |
BaseEnvelope.getDiskSections() |
Modifier and Type | Method and Description |
---|---|
BaseEnvelope.Builder<V,E> |
BaseEnvelope.Builder.diskSection(DiskSection diskSection) |
Modifier and Type | Method and Description |
---|---|
BaseEnvelope.Builder<V,E> |
BaseEnvelope.Builder.diskSections(Iterable<? extends DiskSection> diskSections) |
Constructor and Description |
---|
BaseEnvelope(Iterable<? extends DiskSection> diskSections,
Iterable<? extends NetworkSection> networkSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
V virtualSystem) |
Copyright © 2009-2012 jclouds. All Rights Reserved.