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 classNetworkSection.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.Builderbuilder()booleanequals(Object obj)Set<Network>getNetworks()All networks referred to from Connection elements in allVirtualHardwareSectionelements shall be defined in the NetworkSection.inthashCode()NetworkSection.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static NetworkSection.Builder builder()
-
toBuilder
public NetworkSection.Builder toBuilder()
- Overrides:
toBuilderin classSection<NetworkSection>
-
getNetworks
public Set<Network> getNetworks()
All networks referred to from Connection elements in allVirtualHardwareSectionelements shall be defined in the NetworkSection.- Returns:
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSection<NetworkSection>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSection<NetworkSection>
-
toString
public String toString()
- Overrides:
toStringin classSection<NetworkSection>
-
-