| Package | Description |
|---|---|
| org.jclouds.savvis.vpdc.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Set<NetworkConfigSection> |
VM.networkConfigSections |
protected Set<NetworkConfigSection> |
VM.Builder.networkConfigSections |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection |
NetworkConfigSection.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<NetworkConfigSection> |
VM.getNetworkConfigSections() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection.Builder |
NetworkConfigSection.Builder.fromNetworkConfigSection(NetworkConfigSection in) |
VM.Builder |
VM.Builder.networkConfigSection(NetworkConfigSection networkConfigSection) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection.Builder |
NetworkConfigSection.Builder.fromSection(Section<NetworkConfigSection> in) |
VM.Builder |
VM.Builder.networkConfigSections(Iterable<NetworkConfigSection> networkConfigSections) |
| 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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.