|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkConfigSection | |
---|---|
org.jclouds.savvis.vpdc.domain |
Uses of NetworkConfigSection in org.jclouds.savvis.vpdc.domain |
---|
Fields in org.jclouds.savvis.vpdc.domain with type parameters of type NetworkConfigSection | |
---|---|
protected Set<NetworkConfigSection> |
VM.networkConfigSections
|
protected Set<NetworkConfigSection> |
VM.Builder.networkConfigSections
|
Methods in org.jclouds.savvis.vpdc.domain that return NetworkConfigSection | |
---|---|
NetworkConfigSection |
NetworkConfigSection.Builder.build()
|
Methods in org.jclouds.savvis.vpdc.domain that return types with arguments of type NetworkConfigSection | |
---|---|
Set<NetworkConfigSection> |
VM.getNetworkConfigSections()
|
Methods in org.jclouds.savvis.vpdc.domain with parameters of type NetworkConfigSection | |
---|---|
NetworkConfigSection.Builder |
NetworkConfigSection.Builder.fromNetworkConfigSection(NetworkConfigSection in)
|
VM.Builder |
VM.Builder.networkConfigSection(NetworkConfigSection networkConfigSection)
|
Method parameters in org.jclouds.savvis.vpdc.domain with type arguments of type NetworkConfigSection | |
---|---|
NetworkConfigSection.Builder |
NetworkConfigSection.Builder.fromSection(Section<NetworkConfigSection> in)
|
VM.Builder |
VM.Builder.networkConfigSections(Iterable<NetworkConfigSection> networkConfigSections)
|
Constructor parameters in org.jclouds.savvis.vpdc.domain with type arguments of type NetworkConfigSection | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |