Package org.jclouds.ovf
Class NetworkSection
The NetworkSection element shall list all logical networks used in the OVF package.
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkSection.Builder
builder()
boolean
All networks referred to from Connection elements in allVirtualHardwareSection
elements shall be defined in the NetworkSection.int
hashCode()
toString()
-
Constructor Details
-
NetworkSection
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classSection<NetworkSection>
-
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
- Overrides:
equals
in classSection<NetworkSection>
-
toString
- Overrides:
toString
in classSection<NetworkSection>
-