| Package | Description |
|---|---|
| org.jclouds.savvis.vpdc.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Set<NetworkConnectionSection> |
VM.networkConnectionSections |
protected Set<NetworkConnectionSection> |
VM.Builder.networkConnectionSections |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionSection |
NetworkConnectionSection.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<NetworkConnectionSection> |
VM.getNetworkConnectionSections() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionSection.Builder |
NetworkConnectionSection.Builder.fromNetworkConectionSection(NetworkConnectionSection in) |
VM.Builder |
VM.Builder.networkConnectionSection(NetworkConnectionSection networkConnectionSection) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnectionSection.Builder |
NetworkConnectionSection.Builder.fromSection(Section<NetworkConnectionSection> in) |
VM.Builder |
VM.Builder.networkConnectionSections(Iterable<NetworkConnectionSection> networkConnectionSections) |
| 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.