Package org.jclouds.ovf
Class NetworkSection
- java.lang.Object
-
- org.jclouds.ovf.Section<NetworkSection>
-
- org.jclouds.ovf.NetworkSection
-
public class NetworkSection extends Section<NetworkSection>
The NetworkSection element shall list all logical networks used in the OVF package.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkSection.Builder
-
Constructor Summary
Constructors Constructor Description NetworkSection(String info, Iterable<Network> networks)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkSection.Builder
builder()
boolean
equals(Object obj)
Set<Network>
getNetworks()
All networks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the NetworkSection.int
hashCode()
NetworkSection.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static NetworkSection.Builder builder()
-
toBuilder
public NetworkSection.Builder toBuilder()
- Overrides:
toBuilder
in classSection<NetworkSection>
-
getNetworks
public Set<Network> getNetworks()
All networks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the NetworkSection.- Returns:
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSection<NetworkSection>
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classSection<NetworkSection>
-
toString
public String toString()
- Overrides:
toString
in classSection<NetworkSection>
-
-