org.jclouds.dmtf.ovf
Class NetworkSection
java.lang.Object
org.jclouds.dmtf.ovf.SectionType
org.jclouds.dmtf.ovf.NetworkSection
public class NetworkSection
- extends SectionType
The NetworkSection element shall list all logical networks used in the OVF package.
- Author:
- Adrian Cole, Adam Lowe
builder
public static NetworkSection.Builder<?> builder()
toBuilder
public NetworkSection.Builder<?> toBuilder()
getNetworks
public Set<Network> getNetworks()
- All networks referred to from Connection elements in all
VirtualHardwareSection
elements shall be defined in the NetworkSection.
hashCode
public int hashCode()
- Overrides:
hashCode in class SectionType
equals
public boolean equals(Object obj)
- Overrides:
equals in class SectionType
string
protected com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class SectionType
Copyright © 2009-2012 jclouds. All Rights Reserved.